Gui::ToolBarAction Class Reference
Special action to show all toolbars in an own popup menu. More...
#include <Action.h>
Public Member Functions | |
void addTo (QWidget *w) | |
Adds this action to widget w. More... | |
ToolBarAction (Command *pcCmd, QObject *parent=0) | |
virtual ~ToolBarAction () | |
![]() | |
QAction * action () | |
Action (Command *pcCmd, QAction *action, QObject *parent) | |
Action takes ownership of the 'action' object. More... | |
Action (Command *pcCmd, QObject *parent=0) | |
Constructs an action called name with parent parent. More... | |
QIcon icon () const | |
bool isChecked () const | |
void setCheckable (bool) | |
void setChecked (bool, bool no_signal=false) | |
virtual void setEnabled (bool) | |
Sets whether the action is enabled. More... | |
void setIcon (const QIcon &) | |
void setMenuRole (QAction::MenuRole menuRole) | |
void setShortcut (const QString &) | |
void setStatusTip (const QString &) | |
void setText (const QString &) | |
void setToolTip (const QString &) | |
virtual void setVisible (bool) | |
void setWhatsThis (const QString &) | |
QKeySequence shortcut () const | |
QString statusTip () const | |
QString text () const | |
QString toolTip () const | |
QString whatsThis () const | |
virtual ~Action () | |
Additional Inherited Members | |
![]() | |
virtual void onActivated () | |
Activates the command. More... | |
virtual void onToggled (bool) | |
Sets whether the command is toggled. More... | |
Detailed Description
Special action to show all toolbars in an own popup menu.
Constructor & Destructor Documentation
◆ ToolBarAction()
◆ ~ToolBarAction()
|
virtual |
Member Function Documentation
◆ addTo()
|
virtual |
Adds this action to widget w.
Reimplemented from Gui::Action.
References Gui::getMainWindow().
Referenced by Mod.PartDesign.WizardShaft.Shaft.Shaft::equilibrium().
The documentation for this class was generated from the following files:
- src/Gui/Action.h
- src/Gui/Action.cpp