KDDockWidgets API Documentation 2.1
|
#include <DockWidget_c.h>
Public Types | |
typedef void(* | Callback_setParentView_impl) (void *, KDDockWidgets::Core::View *parent) |
Public Types inherited from KDDockWidgets::Core::DockWidget | |
typedef Vector< DockWidget * > | List |
Public Member Functions | |
DockWidget_wrapper (KDDockWidgets::Core::View *view, const QString &uniqueName, QFlags< KDDockWidgets::DockWidgetOption > options={}, QFlags< KDDockWidgets::LayoutSaverOption > layoutSaverOptions={}) | |
~DockWidget_wrapper () | |
void | addDockWidgetAsTab (KDDockWidgets::Core::DockWidget *other, KDDockWidgets::InitialOption initialOption={}) |
void | addDockWidgetToContainingWindow (KDDockWidgets::Core::DockWidget *other, KDDockWidgets::Location location, KDDockWidgets::Core::DockWidget *relativeTo=nullptr, KDDockWidgets::InitialOption initialOption={}) |
int | currentTabIndex () const |
KDDockWidgets::Core::FloatingWindow * | floatingWindow () const |
void | forceClose () |
KDDockWidgets::Rect | groupGeometry () const |
bool | hasPreviousDockedLocation () const |
void | init () |
bool | isCurrentTab () const |
bool | isFloating () const |
bool | isFocused () const |
bool | isInMainWindow () const |
bool | isInSideBar () const |
bool | isMainWindow () const |
bool | isOpen () const |
bool | isOverlayed () const |
bool | isPersistentCentralDockWidget () const |
bool | isTabbed () const |
KDDockWidgets::Size | lastOverlayedSize () const |
QFlags< KDDockWidgets::LayoutSaverOption > | layoutSaverOptions () const |
KDDockWidgets::Core::MainWindow * | mainWindow () const |
int | mdiZ () const |
void | moveToSideBar () |
void | onResize (KDDockWidgets::Size newSize) |
void | open () |
QFlags< KDDockWidgets::DockWidgetOption > | options () const |
void | raise () |
void | removeFromSideBar () |
void | resizeInLayout (int left, int top, int right, int bottom) |
void | setAffinityName (const QString &name) |
void | setAsCurrentTab () |
bool | setFloating (bool floats) |
void | setFloatingGeometry (KDDockWidgets::Rect geo) |
void | setMDIPosition (KDDockWidgets::Point pos) |
void | setMDISize (KDDockWidgets::Size size) |
void | setMDIZ (int z) |
void | setOptions (QFlags< KDDockWidgets::DockWidgetOption > arg__1) |
virtual void | setParentView_impl (KDDockWidgets::Core::View *parent) |
virtual void | setParentView_impl_nocallback (KDDockWidgets::Core::View *parent) |
void | setTitle (const QString &title) |
void | setUniqueName (const QString &arg__1) |
void | setUserType (int userType) |
void | show () |
KDDockWidgets::Size | sizeInLayout () const |
bool | skipsRestore () const |
bool | startDragging (bool singleTab=false) |
int | tabIndex () const |
QString | title () const |
KDDockWidgets::Core::TitleBar * | titleBar () const |
QString | uniqueName () const |
int | userType () const |
bool | wasRestored () const |
Public Member Functions inherited from KDDockWidgets::Core::DockWidget | |
DockWidget (View *view, const QString &uniqueName, DockWidgetOptions options={}, LayoutSaverOptions layoutSaverOptions={}) | |
constructs a new DockWidget | |
~DockWidget () override | |
destructor | |
void | addDockWidgetAsTab (KDDockWidgets::Core::DockWidget *other, const KDDockWidgets::InitialOption &initialOption={}) |
docks other widget into this one. Tabs will be shown if not already. | |
void | addDockWidgetToContainingWindow (KDDockWidgets::Core::DockWidget *other, KDDockWidgets::Location location, KDDockWidgets::Core::DockWidget *relativeTo=nullptr, const KDDockWidgets::InitialOption &initialOption={}) |
docks other widget into the window that contains this one. Equivalent to MainWindow::addDockWidget() with the difference that it also supports the case where the top-level window is a FloatingWindow instead of MainWindow. | |
Vector< QString > | affinities () const |
Returns the affinity name. Empty by default. | |
int | currentTabIndex () const |
Returns the index of the current tab of the tab group this dock widget is in. | |
Private * | dptr () const |
Action * | floatAction () const |
Returns the Action that allows to dock/undock the dock widget Useful to put in menus. | |
FloatingWindow * | floatingWindow () const |
returns the FloatingWindow this widget is in, otherwise nullptr | |
KDDockWidgets::FloatingWindowFlags | floatingWindowFlags () const |
void | forceClose () |
Like QWidget::close() but the hosted widget won't be asked if we should close. | |
Rect | groupGeometry () const |
Returns the size of the dock widget's parent group. | |
std::shared_ptr< View > | guestView () const |
Like widget() but returns a view. | |
bool | hasPreviousDockedLocation () const |
Returns whether this floating dock widget knows its previous docked location Result only makes sense if it's floating. | |
Icon | icon (IconPlace place=IconPlace::TitleBar) const |
Returns the dock widget's titlebar, tabbar, or toggle action icon (depending on the passed place ) | |
void | init () |
bool | isCurrentTab () const |
Returns true if this dock widget is the current one in the tab widget that contains it. If the dock widget is alone then true is returned, as in this case there will also be a tab widget even though it's invisible. | |
bool | isFloating () const |
Returns whether the dock widget is floating. Floating means it's not docked and has a window of its own. Note that if you dock a floating dock widget into another floating one then they don't count as floating anymore, as they are side-by-side (or tabbed). | |
bool | isFocused () const |
Returns whether This or any child of this dock widget is focused Not to be confused with QWidget::hasFocus(), which just refers to 1 widget. This includes variant includes children. | |
bool | isInMainWindow () const |
Returns whether this dock widget is docked into a main window (as opposed to floating) | |
bool | isInSideBar () const |
Returns where this dockwidget is in a sidebar Similar to sideBarLocation(), but returns a bool. | |
bool | isMainWindow () const |
Returns whether widget() is a KDDockWidget::MainWindow. | |
bool | isOpen () const |
Returns whether this dock widget is open. Equivalent to calling toggleAction().isChecked() | |
bool | isOverlayed () const |
Returns whether this dock widget is overlayed from the side-bar. | |
bool | isPersistentCentralDockWidget () const |
Returns whether this dock widget is the main window persistent central widget This only applies when using MainWindowOption_HasCentralWidget. | |
bool | isTabbed () const |
returns if this dock widget is tabbed into another | |
CloseReason | lastCloseReason () const |
Returns the last reason why the dock widget was closed. | |
Size | lastOverlayedSize () const |
returns the last size the widget has when overlayed Empty otherwise | |
KDDockWidgets::LayoutSaverOptions | layoutSaverOptions () const |
returns the per-dockwidget options which will affect LayoutSaver These are the options which were passed to the constructor | |
MainWindow * | mainWindow () const |
Returns the main window this dock widget is in. nullptr if it's not inside a main window Also returns nullptr if it's minimized to a sidebar. | |
int | mdiZ () const |
void | moveToSideBar () |
Minimizes this dock widget to the MainWindow's side-bar. | |
void | onResize (Size newSize) |
void | open () |
Opens this dock widget. Does nothing if already open. The dock widget will appear floating unless it knows about its previous layout position, in which case it will appear docked (or tabbed) into the main window. | |
DockWidgetOptions | options () const |
Returns the dock widget's options which control behaviour. | |
void | raise () |
Brings the dock widget to the front. | |
void | removeFromSideBar () |
Removes itself from the sidebar, if it's in the sidebar. | |
void | resizeInLayout (int left, int top, int right, int bottom) |
void | setAffinities (const Vector< QString > &) |
Sets the affinity names. Dock widgets can only dock into dock widgets of the same affinity. | |
void | setAffinityName (const QString &name) |
void | setAsCurrentTab () |
Makes this dock widget current in its tab group. | |
bool | setFloating (bool floats) |
setter to make the dock widget float or dock. | |
void | setFloatingGeometry (Rect geo) |
If this dock widget is floating, then sets its geometry to geo . | |
void | setFloatingWindowFlags (FloatingWindowFlags) |
Sets the desired floating window flags, in case the defaults aren't desired. By default KDDW will use the flags specified in KDDockWidgets::Config to influence many aspects regarding windows (minimize,maximize support for example). You can use this function to override those "global flags" and specify per-dock widget flags. Be sure to not call this before the floating window has already been created. It's suggested to call it before the dock widget is shown. | |
void | setGuestView (std::shared_ptr< View > guest) |
sets the widget which this dock widget hosts. | |
void | setIcon (const Icon &icon, IconPlaces places=IconPlace::All) |
Sets an icon to show on title bars and tab bars. | |
void | setMDIPosition (Point pos) |
Sets this dock widgets position to pos within the MDI layout This only applies if the main window is in MDI mode, which it is not by default. | |
void | setMDISize (Size size) |
like setMDIPosition(), but for the size. | |
void | setMDIZ (int z) |
like setMDIPosition(), but for the Z only implemented for QtQuick | |
void | setOptions (DockWidgetOptions) |
Setter for the options. Only DockWidetOption_NotClosable is allowed to change after construction. For the other options use the constructor only. | |
void | setTitle (const QString &title) |
setter for the dock widget's title | |
void | setUniqueName (const QString &) |
void | setUserType (int userType) |
Allows the user to set a type on this dock widget The type is opaque and will not be interpreted by KDDockWidgets. This type is passed to ViewFactory::createTitleBar(), which the user can override and return different TitleBar subclasses, depending on the type. | |
void | show () |
Deprecated, use open() instead. Visibility isn't a good concept since tabbed non-current dock widgets are not visible but still open. | |
SideBarLocation | sideBarLocation () const |
Returns whether this dock widget is in a side bar, and which. SideBarLocation::None is returned if it's not in a sidebar. This is only relevant when using the auto-hide and side-bar feature. | |
Size | sizeInLayout () const |
bool | skipsRestore () const |
Returns whether this widget has the LayoutSaverOption::Skip flag. | |
bool | startDragging (bool singleTab=false) |
int | tabIndex () const |
Returns the tab index this dock widget occupies Note that dock widgets are almost always tabbed, even if you don't see the tab bar. A single floating dock widget is still tabbed on a tab widget with a single tab. | |
QString | title () const |
Returns the dock widget's title. This title is visible in title bars and tab bars. | |
Core::TitleBar * | titleBar () const |
Returns this dock widget's title bar. | |
Action * | toggleAction () const |
Returns the Action that allows to hide/show the dock widget Useful to put in menus. | |
QString | uniqueName () const |
the dock widget's unique name. | |
int | userType () const |
bool | wasRestored () 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 | isFixedHeight () const |
bool | isFixedWidth () const |
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 |
Static Public Member Functions | |
static KDDockWidgets::Core::DockWidget * | byName (const QString &uniqueName) |
Static Public Member Functions inherited from KDDockWidgets::Core::DockWidget | |
static DockWidget * | byName (const QString &uniqueName) |
Returns a dock widget by its name This is the same name you passed to DockWidget CTOR. nullptr is returned if the dock widget isn't found. | |
static DockWidget * | deserialize (const std::shared_ptr< LayoutSaver::DockWidget > &) |
Constructs a dock widget from its serialized form. | |
Public Attributes | |
Callback_setParentView_impl | m_setParentView_implCallback = nullptr |
Public Attributes inherited from KDDockWidgets::Core::DockWidget | |
Private *const | d |
Additional Inherited Members | |
Protected Attributes inherited from KDDockWidgets::Core::Controller | |
bool | m_inDtor = false |
Definition at line 23 of file KDDWBindingsCore/DockWidget_c.h.
typedef void(* KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::Callback_setParentView_impl) (void *, KDDockWidgets::Core::View *parent) |
Definition at line 81 of file KDDWBindingsCore/DockWidget_c.h.
KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::~DockWidget_wrapper | ( | ) |
Definition at line 254 of file KDDWBindingsCore/DockWidget_c.cpp.
KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::DockWidget_wrapper | ( | KDDockWidgets::Core::View * | view, |
const QString & | uniqueName, | ||
QFlags< KDDockWidgets::DockWidgetOption > | options = {} , |
||
QFlags< KDDockWidgets::LayoutSaverOption > | layoutSaverOptions = {} |
||
) |
Definition at line 33 of file KDDWBindingsCore/DockWidget_c.cpp.
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::addDockWidgetAsTab | ( | KDDockWidgets::Core::DockWidget * | other, |
KDDockWidgets::InitialOption | initialOption = {} |
||
) |
Definition at line 37 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::addDockWidgetAsTab().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::addDockWidgetToContainingWindow | ( | KDDockWidgets::Core::DockWidget * | other, |
KDDockWidgets::Location | location, | ||
KDDockWidgets::Core::DockWidget * | relativeTo = nullptr , |
||
KDDockWidgets::InitialOption | initialOption = {} |
||
) |
Definition at line 41 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::addDockWidgetToContainingWindow().
|
static |
Definition at line 45 of file KDDWBindingsCore/DockWidget_c.cpp.
References uniqueName().
Referenced by c_static_KDDockWidgets__Core__DockWidget__byName_QString().
int KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::currentTabIndex | ( | ) | const |
Definition at line 49 of file KDDWBindingsCore/DockWidget_c.cpp.
KDDockWidgets::Core::FloatingWindow * KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::floatingWindow | ( | ) | const |
Definition at line 53 of file KDDWBindingsCore/DockWidget_c.cpp.
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::forceClose | ( | ) |
Definition at line 57 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::forceClose().
KDDockWidgets::Rect KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::groupGeometry | ( | ) | const |
Definition at line 61 of file KDDWBindingsCore/DockWidget_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::hasPreviousDockedLocation | ( | ) | const |
Definition at line 65 of file KDDWBindingsCore/DockWidget_c.cpp.
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::init | ( | ) |
Definition at line 69 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::init().
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::isCurrentTab | ( | ) | const |
Definition at line 73 of file KDDWBindingsCore/DockWidget_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::isFloating | ( | ) | const |
Definition at line 77 of file KDDWBindingsCore/DockWidget_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::isFocused | ( | ) | const |
Definition at line 81 of file KDDWBindingsCore/DockWidget_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::isInMainWindow | ( | ) | const |
Definition at line 85 of file KDDWBindingsCore/DockWidget_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::isInSideBar | ( | ) | const |
Definition at line 89 of file KDDWBindingsCore/DockWidget_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::isMainWindow | ( | ) | const |
Definition at line 93 of file KDDWBindingsCore/DockWidget_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::isOpen | ( | ) | const |
Definition at line 97 of file KDDWBindingsCore/DockWidget_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::isOverlayed | ( | ) | const |
Definition at line 101 of file KDDWBindingsCore/DockWidget_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::isPersistentCentralDockWidget | ( | ) | const |
Definition at line 105 of file KDDWBindingsCore/DockWidget_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::isTabbed | ( | ) | const |
Definition at line 109 of file KDDWBindingsCore/DockWidget_c.cpp.
KDDockWidgets::Size KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::lastOverlayedSize | ( | ) | const |
Definition at line 113 of file KDDWBindingsCore/DockWidget_c.cpp.
QFlags< KDDockWidgets::LayoutSaverOption > KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::layoutSaverOptions | ( | ) | const |
Definition at line 117 of file KDDWBindingsCore/DockWidget_c.cpp.
KDDockWidgets::Core::MainWindow * KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::mainWindow | ( | ) | const |
Definition at line 121 of file KDDWBindingsCore/DockWidget_c.cpp.
int KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::mdiZ | ( | ) | const |
Definition at line 125 of file KDDWBindingsCore/DockWidget_c.cpp.
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::moveToSideBar | ( | ) |
Definition at line 129 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::moveToSideBar().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::onResize | ( | KDDockWidgets::Size | newSize | ) |
Definition at line 133 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::onResize().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::open | ( | ) |
Definition at line 137 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::open().
QFlags< KDDockWidgets::DockWidgetOption > KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::options | ( | ) | const |
Definition at line 141 of file KDDWBindingsCore/DockWidget_c.cpp.
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::raise | ( | ) |
Definition at line 145 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::raise().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::removeFromSideBar | ( | ) |
Definition at line 149 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::removeFromSideBar().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::resizeInLayout | ( | int | left, |
int | top, | ||
int | right, | ||
int | bottom | ||
) |
Definition at line 153 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::resizeInLayout().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::setAffinityName | ( | const QString & | name | ) |
Definition at line 157 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::setAffinityName().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::setAsCurrentTab | ( | ) |
Definition at line 161 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::setAsCurrentTab().
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::setFloating | ( | bool | floats | ) |
Definition at line 165 of file KDDWBindingsCore/DockWidget_c.cpp.
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::setFloatingGeometry | ( | KDDockWidgets::Rect | geo | ) |
Definition at line 169 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::setFloatingGeometry().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::setMDIPosition | ( | KDDockWidgets::Point | pos | ) |
Definition at line 173 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::Controller::pos(), and KDDockWidgets::Core::DockWidget::setMDIPosition().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::setMDISize | ( | KDDockWidgets::Size | size | ) |
Definition at line 177 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::setMDISize(), and KDDockWidgets::Core::Controller::size().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::setMDIZ | ( | int | z | ) |
Definition at line 181 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::setMDIZ().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::setOptions | ( | QFlags< KDDockWidgets::DockWidgetOption > | arg__1 | ) |
Definition at line 185 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::setOptions().
|
virtual |
Reimplemented from KDDockWidgets::Core::DockWidget.
Definition at line 189 of file KDDWBindingsCore/DockWidget_c.cpp.
References m_setParentView_implCallback, and KDDockWidgets::Core::DockWidget::setParentView_impl().
|
virtual |
Definition at line 198 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::setParentView_impl().
Referenced by c_KDDockWidgets__Core__DockWidget__setParentView_impl_View().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::setTitle | ( | const QString & | title | ) |
Definition at line 202 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::setTitle(), and title().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::setUniqueName | ( | const QString & | arg__1 | ) |
Definition at line 206 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::setUniqueName().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::setUserType | ( | int | userType | ) |
Definition at line 210 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::setUserType(), and userType().
void KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::show | ( | ) |
Definition at line 214 of file KDDWBindingsCore/DockWidget_c.cpp.
References KDDockWidgets::Core::DockWidget::show().
KDDockWidgets::Size KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::sizeInLayout | ( | ) | const |
Definition at line 218 of file KDDWBindingsCore/DockWidget_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::skipsRestore | ( | ) | const |
Definition at line 222 of file KDDWBindingsCore/DockWidget_c.cpp.
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::startDragging | ( | bool | singleTab = false | ) |
Definition at line 226 of file KDDWBindingsCore/DockWidget_c.cpp.
int KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::tabIndex | ( | ) | const |
Definition at line 230 of file KDDWBindingsCore/DockWidget_c.cpp.
QString KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::title | ( | ) | const |
Definition at line 234 of file KDDWBindingsCore/DockWidget_c.cpp.
Referenced by setTitle().
KDDockWidgets::Core::TitleBar * KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::titleBar | ( | ) | const |
Definition at line 238 of file KDDWBindingsCore/DockWidget_c.cpp.
QString KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::uniqueName | ( | ) | const |
Definition at line 242 of file KDDWBindingsCore/DockWidget_c.cpp.
Referenced by byName().
int KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::userType | ( | ) | const |
Definition at line 246 of file KDDWBindingsCore/DockWidget_c.cpp.
Referenced by setUserType().
bool KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::wasRestored | ( | ) | const |
Definition at line 250 of file KDDWBindingsCore/DockWidget_c.cpp.
Callback_setParentView_impl KDDockWidgetsBindings_wrappersNS::KDDWBindingsCore::DockWidget_wrapper::m_setParentView_implCallback = nullptr |
Definition at line 82 of file KDDWBindingsCore/DockWidget_c.h.
Referenced by setParentView_impl().