#include <CustomDockButton.h>
|
| CustomDockButton (const TranslatedString &name, RibbonArea ribbon_area, ContainerWidgetBase *container=nullptr) |
|
| CustomDockButton (const TranslatedString &name, const std::function< void(SectionContent *)> &callback, RibbonArea ribbon_area, ContainerWidgetBase *container=nullptr) |
|
| CustomDockButton (const TranslatedString &name, const std::function< void(SectionContent *)> &callback, ContainerWidgetBase *container=nullptr) |
|
virtual | ~CustomDockButton () |
|
void | showButton (bool show_dock, SectionWidget *section) |
|
void | removeButton () |
|
virtual void | setupDialogButton (Button *button) |
|
void | setCallback (const std::function< void(SectionContent *)> &callback) |
|
const std::function< void(SectionContent *)> & | callback () |
|
| 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) |
|
virtual void | setDockSelected (bool selected) |
|
bool | isDockSelected () const |
|
virtual void | setIcon (const QIcon &icon) |
|
virtual void | setIconID (const String &icon) |
|
virtual void | setTitle (const TranslatedString &title) |
|
virtual const TranslatedString & | title () const |
|
◆ CustomDockButton() [1/3]
◆ CustomDockButton() [2/3]
◆ CustomDockButton() [3/3]
◆ ~CustomDockButton()
◆ _CustomMenuRequested
void _CustomMenuRequested |
( |
const QPoint & | pos | ) |
|
|
protectedslot |
◆ callback()
◆ closedSignal
◆ createSectionContent()
void createSectionContent |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ onCloseButtonClicked
void onCloseButtonClicked |
( |
| ) |
|
|
protectedslot |
◆ removeButton()
◆ setCallback()
void setCallback |
( |
const std::function< void(SectionContent *)> & | callback | ) |
|
◆ setupDialogButton()
void setupDialogButton |
( |
Button * | button | ) |
|
|
virtual |
◆ showButton()
◆ m_callback
The documentation for this class was generated from the following files: