VPTissue Reference Manual
SimShell::Gui::EnabledActions Class Reference

Helper class to enable or disable a collection of QAction and QMenu objects at once. More...

#include <EnabledActions.h>

Collaboration diagram for SimShell::Gui::EnabledActions:
Collaboration graph

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.
 

Detailed Description

Helper class to enable or disable a collection of QAction and QMenu objects at once.

Definition at line 33 of file EnabledActions.h.


The documentation for this class was generated from the following files: