VPTissue Reference Manual
|
Helper class to enable or disable a collection of QAction and QMenu objects at once. More...
#include <EnabledActions.h>
Public Member Functions | |
void | Add (QAction *a) |
Add action object to collection. | |
void | Add (QMenu *m) |
Add menu to collection. | |
void | Disable () |
Disable all actions and menus in collection. | |
void | Enable () |
Enable all actions and menus in collection. | |
void | Set (std::vector< QAction * > actions) |
Set action object collection. | |
Helper class to enable or disable a collection of QAction and QMenu objects at once.
Definition at line 33 of file EnabledActions.h.