|
| DockWidget (ContainerWidgetBase *container=nullptr) |
|
| DockWidget (t_type *child, ContainerWidgetBase *container=nullptr) |
|
| DockWidget (t_type *child, RibbonArea ribbon_area, ContainerWidgetBase *container=nullptr) |
|
t_type & | widget () const |
|
| QCustomDockWidget (RibbonArea ribbon_area, ContainerWidgetBase *container=nullptr) |
|
| QCustomDockWidget (QWidget *main_widget, RibbonArea ribbon_area, ContainerWidgetBase *container=nullptr) |
|
| QCustomDockWidget (QWidget *main_widget, ContainerWidgetBase *container=nullptr) |
|
virtual | ~QCustomDockWidget () |
|
void | setMainWidget (QWidget *widget) |
|
QWidget * | mainWidget () |
|
QString | windowTitle () const |
|
void | setSize (QSize size) |
|
SectionContent * | content () const |
|
void | showDock (bool show_dock) |
|
void | removeDock (bool delete_when_finished) |
|
bool | isVisible () const |
|
void | setupButton (Button *button) |
|
void | showDockFullscreen (bool show_dock, const PopupInfo &start_location=PopupInfo()) |
|
void | showDock (bool show_dock, DropArea area, SectionWidget *section) |
|
void | showDock (bool show_dock, const PopupInfo &start_location, SectionWidget *section=nullptr) |
|
void | showDock (bool show_dock, const PopupInfo &start_location, const PopupInfo &end_location, SectionWidget *section=nullptr) |
|
QSize | sizeHint () const |
|
void | setSizeHint (const QSize &size) |
|
bool | isDockFullscreen () const |
|
virtual void | setDockSelected (bool selected) override |
|
virtual void | setIcon (const QIcon &icon) override |
|
QIcon | icon () const |
|
virtual void | setTitle (const TranslatedString &title) override |
|
virtual void | setupDialogButton (Button *button) |
|
virtual void | removeButton (Button *button) |
|
void | setWindowFlags (Qt::WindowFlags type) |
|
void | setWindowFlag (Qt::WindowType type, bool on=true) |
|
int | width () const |
|
int | height () const |
|
void | setVisible (bool visible) |
|
void | setAllowAutoHideTitle (bool allow_auto_hide) |
|
| DockItem (RibbonArea ribbon_area, ContainerWidgetBase *container=nullptr) |
|
| DockItem (ContainerWidgetBase *container=nullptr) |
|
virtual | ~DockItem () |
|
void | setRibbonArea (RibbonArea ribbon_area) |
|
void | setDockArea (DropArea drop_area, SectionWidget *section) |
|
SectionIconTab * | titleWidget () const |
|
ContainerWidgetBase * | container () const |
|
SectionWidget * | section () const |
|
FloatingWidget * | floatingWidget () const |
|
virtual void | setContainer (ContainerWidgetBase *container) |
|
virtual void | swapWith (DockItem *other_widget) |
|
void | setClosable (bool closable) |
|
void | setHidable (bool hidable) |
|
void | setWindowable (bool hidable) |
|
void | setShowTab (bool show_tab) |
|
void | setMoveable (bool movable) |
|
bool | isDocked () const |
|
bool | isDockVisible () const |
|
void | setTabFlat (bool flat) |
|
void | moveTabToEnd () |
|
void | moveTabToStart () |
|
bool | isClosable () const |
|
bool | isHidable () const |
|
bool | isWindowable () const |
|
bool | isMovable () const |
|
bool | showTab () const |
|
bool | useTabTitle () const |
|
virtual void | setUseTabTitle (bool use_tab_title) |
|
bool | isDockSelected () const |
|
virtual void | setIconID (const String &icon) |
|
virtual const TranslatedString & | title () const |
|