Inherits AzQtComponents::TabWidget.
|
void | tabIndexPressed (int index) |
|
void | tabCountChanged (int count) |
|
void | tabWidgetInserted (QWidget *widget) |
|
void | undockTab (int index) |
|
void | tabBarDoubleClicked () |
|
|
| DockTabWidget (QWidget *mainEditorWindow, QWidget *parent=nullptr) |
|
int | addTab (QDockWidget *page) |
|
void | removeTab (int index) |
|
void | removeTab (QDockWidget *page) |
|
bool | closeTabs () |
|
void | moveTab (int from, int to) |
|
void | mousePressEvent (QMouseEvent *event) override |
|
void | mouseMoveEvent (QMouseEvent *event) override |
|
void | mouseReleaseEvent (QMouseEvent *event) override |
|
void | mouseDoubleClickEvent (QMouseEvent *event) override |
|
void | finishDrag () |
|
| TabWidget (QWidget *parent=nullptr) |
|
| TabWidget (TabWidgetActionToolBar *actionToolBar, QWidget *parent=nullptr) |
|
void | setCustomTabBar (TabBar *tabBar) |
| Sets a custom tab bar overriding the default one.
|
|
void | setActionToolBar (TabWidgetActionToolBar *actionToolBar) |
| Adds or replaces the action toolbar of the widget. Implicitly sets actionToolBarEnabled.
|
|
TabWidgetActionToolBar * | actionToolBar () const |
| Returns the action toolbar, or nullptr if not set.
|
|
void | setActionToolBarVisible (bool visible=true) |
|
bool | isActionToolBarVisible () const |
| Returns true if the action toolbar is visible.
|
|
void | setOverflowButtonSpacing (bool enable) |
| Enables extra space between the tabs and the action toolbar to allow easier dragging.
|
|
void | resizeEvent (QResizeEvent *resizeEvent) override |
| Overrides the QTabWidget resizeEvent function to account for tab sizing.
|
|
|
bool | handleTabCloseRequested (int index) |
|
void | handleTabAboutToClose () |
|
void | handleTabIndexPressed (int index) |
|
|
void | closeEvent (QCloseEvent *event) override |
|
void | contextMenuEvent (QContextMenuEvent *event) override |
|
void | tabInserted (int index) override |
|
void | tabRemoved (int index) override |
|
void | tabInserted (int index) override |
|
void | tabRemoved (int index) override |
|
The documentation for this class was generated from the following file:
- Code/Framework/AzQtComponents/AzQtComponents/Components/DockTabWidget.h