|
SHAPER
9.15.0
|

Public Member Functions | |
| SHAPERGUI_NestedButton (QObject *theParent, const QString &theID, const QList< QAction * > &theNestedActions) | |
| Constructor. More... | |
| virtual void | setEnabled (bool theOn) |
Protected Member Functions | |
| virtual QWidget * | createWidget (QWidget *theParent) |
| Creates the button representation. More... | |
| virtual bool | event (QEvent *theEvent) |
Custom (nested) button in salome mode.
| SHAPERGUI_NestedButton::SHAPERGUI_NestedButton | ( | QObject * | theParent, |
| const QString & | theID, | ||
| const QList< QAction * > & | theNestedActions | ||
| ) |
Constructor.
| theParent | a parent objects |
| theID | Application-unique action ID is used by ShortcutMgr, FindAction dialog, etc. |
| theNestedActions | a list of nested actions |