|
FreeCAD C++
|
#include <Gui/Action.h>
The ActionGroup class is the link between Qt's QActionGroup class and FreeCAD's command classes (Command). Compared to Action with an ActionGroup it is possible to implement a single command with a group of toggable actions where e.g. one is set exclusive.
Additional Inherited Members | |
Public Member Functions inherited from Gui::Action | |
| Action (Command *pcCmd, QAction *action, QObject *parent) | |
| Action takes ownership of the 'action' object. | |
1.8.15