![]() |
KDDockWidgets API Documentation 2.0
|
#include <Controller_c.h>


Public Types | |
| typedef void(* | Callback_setParentView_impl) (void *, KDDockWidgets::Core::View *parent) |
Public Member Functions | |
| Controller_wrapper (KDDockWidgets::Core::ViewType type, KDDockWidgets::Core::View *arg__2) | |
| ~Controller_wrapper () | |
| bool | close () |
| void | destroyLater () |
| KDDockWidgets::Rect | geometry () const |
| int | height () const |
| bool | inDtor () const |
| bool | isVisible () const |
| KDDockWidgets::Point | mapToGlobal (KDDockWidgets::Point arg__1) const |
| KDDockWidgets::Point | pos () const |
| KDDockWidgets::Rect | rect () const |
| void | setParentView (KDDockWidgets::Core::View *parent) |
| virtual void | setParentView_impl (KDDockWidgets::Core::View *parent) |
| virtual void | setParentView_impl_nocallback (KDDockWidgets::Core::View *parent) |
| void | setVisible (bool arg__1) |
| void | show () const |
| KDDockWidgets::Size | size () const |
| KDDockWidgets::Core::ViewType | type () const |
| KDDockWidgets::Core::View * | view () const |
| int | width () const |
| int | x () const |
| int | y () const |
Public Member Functions inherited from KDDockWidgets::Core::Controller | |
| Controller (ViewType type, View *) | |
| virtual | ~Controller () |
| bool | close () |
| void | destroyLater () |
| Controller::Private * | dptr () const |
| Rect | geometry () const |
| int | height () const |
| bool | inDtor () const |
| bool | is (ViewType) const |
| Returns whether this controller is of the specified type. | |
| bool | isVisible () const |
| Point | mapToGlobal (Point) const |
| Point | pos () const |
| Rect | rect () const |
| void | setParentView (View *parent) |
| void | setVisible (bool) |
| void | show () const |
| Size | size () const |
| ViewType | type () const |
| Returns the type of this controller. | |
| View * | view () const |
| Returns the view associated with this controller, if any. | |
| int | width () const |
| std::shared_ptr< View > | window () const |
| int | x () const |
| int | y () const |
Public Attributes | |
| Callback_setParentView_impl | m_setParentView_implCallback = nullptr |
Additional Inherited Members | |
Protected Attributes inherited from KDDockWidgets::Core::Controller | |
| bool | m_inDtor = false |
Definition at line 20 of file Controller_c.h.
| typedef void(* KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::Callback_setParentView_impl) (void *, KDDockWidgets::Core::View *parent) |
Definition at line 45 of file Controller_c.h.
| KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::~Controller_wrapper | ( | ) |
Definition at line 122 of file Controller_c.cpp.
| KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::Controller_wrapper | ( | KDDockWidgets::Core::ViewType | type, |
| KDDockWidgets::Core::View * | arg__2 | ||
| ) |
Definition at line 33 of file Controller_c.cpp.
| bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::close | ( | ) |
Definition at line 37 of file Controller_c.cpp.
| void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::destroyLater | ( | ) |
Definition at line 41 of file Controller_c.cpp.
References KDDockWidgets::Core::Controller::destroyLater().
| KDDockWidgets::Rect KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::geometry | ( | ) | const |
Definition at line 45 of file Controller_c.cpp.
| int KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::height | ( | ) | const |
Definition at line 49 of file Controller_c.cpp.
| bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::inDtor | ( | ) | const |
Definition at line 53 of file Controller_c.cpp.
| bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::isVisible | ( | ) | const |
Definition at line 57 of file Controller_c.cpp.
| KDDockWidgets::Point KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::mapToGlobal | ( | KDDockWidgets::Point | arg__1 | ) | const |
Definition at line 61 of file Controller_c.cpp.
| KDDockWidgets::Point KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::pos | ( | ) | const |
Definition at line 65 of file Controller_c.cpp.
| KDDockWidgets::Rect KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::rect | ( | ) | const |
Definition at line 69 of file Controller_c.cpp.
| void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::setParentView | ( | KDDockWidgets::Core::View * | parent | ) |
Definition at line 73 of file Controller_c.cpp.
References KDDockWidgets::Core::Controller::setParentView().
|
virtual |
Reimplemented from KDDockWidgets::Core::Controller.
Definition at line 77 of file Controller_c.cpp.
References m_setParentView_implCallback, and KDDockWidgets::Core::Controller::setParentView_impl().
|
virtual |
Definition at line 86 of file Controller_c.cpp.
References KDDockWidgets::Core::Controller::setParentView_impl().
Referenced by c_KDDockWidgets__Core__Controller__setParentView_impl_View().
| void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::setVisible | ( | bool | arg__1 | ) |
Definition at line 90 of file Controller_c.cpp.
References KDDockWidgets::Core::Controller::setVisible().
| void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::show | ( | ) | const |
Definition at line 94 of file Controller_c.cpp.
References KDDockWidgets::Core::Controller::show().
| KDDockWidgets::Size KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::size | ( | ) | const |
Definition at line 98 of file Controller_c.cpp.
| KDDockWidgets::Core::ViewType KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::type | ( | ) | const |
Definition at line 102 of file Controller_c.cpp.
| KDDockWidgets::Core::View * KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::view | ( | ) | const |
Definition at line 106 of file Controller_c.cpp.
| int KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::width | ( | ) | const |
Definition at line 110 of file Controller_c.cpp.
| int KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::x | ( | ) | const |
Definition at line 114 of file Controller_c.cpp.
| int KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::y | ( | ) | const |
Definition at line 118 of file Controller_c.cpp.
| Callback_setParentView_impl KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::Controller_wrapper::m_setParentView_implCallback = nullptr |
Definition at line 46 of file Controller_c.h.
Referenced by setParentView_impl().
KDDockWidgets