FreeCAD C++
List of all members
Gui::ActionGroup Class Reference

#include <Gui/Action.h>

Detailed Description

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.

Author
Werner Mayer

Additional Inherited Members

- Public Member Functions inherited from Gui::Action
 Action (Command *pcCmd, QAction *action, QObject *parent)
 Action takes ownership of the 'action' object.