The ToolBarProxy class allows to map a list of QAction's to one QToolBar.
More...
#include <toolbarproxy.h>
Inherits QObject.
The ToolBarProxy class allows to map a list of QAction's to one QToolBar.
◆ ToolBarProxy() [1/2]
◆ ToolBarProxy() [2/2]
◆ ~ToolBarProxy()
◆ setToolBar()
void setToolBar |
( |
QToolBar * |
toolbar | ) |
|
|
noexcept |
◆ setEnabled()
void setEnabled |
( |
bool |
enabled | ) |
|
|
noexcept |
◆ clear()
◆ addAction()
QAction * addAction |
( |
std::unique_ptr< QAction > |
action | ) |
|
|
noexcept |
◆ addActionGroup()
void addActionGroup |
( |
std::unique_ptr< QActionGroup > |
group | ) |
|
|
noexcept |
◆ addLabel()
QAction * addLabel |
( |
const QString & |
text, |
|
|
int |
indent = 0 |
|
) |
| |
|
noexcept |
◆ addWidget()
QAction * addWidget |
( |
std::unique_ptr< QWidget > |
widget, |
|
|
int |
indent = 0 |
|
) |
| |
|
noexcept |
◆ addSeparator()
QAction * addSeparator |
( |
| ) |
|
|
noexcept |
◆ removeAction()
void removeAction |
( |
QAction * |
action | ) |
|
|
noexcept |
◆ startTabFocusCycle()
bool startTabFocusCycle |
( |
QWidget & |
returnFocusWidget | ) |
|
◆ operator=()
◆ mToolBar
◆ mActions
◆ mActionGroups
QList<QActionGroup*> mActionGroups |
|
private |
The documentation for this class was generated from the following files: