#include <QAction>
#include <QComboBox>
#include <QKeySequence>
Go to the source code of this file.
Classes | |
class | Gui::Action |
The Action class is the link between Qt's QAction class and FreeCAD's command classes (Command). More... | |
class | Gui::ActionGroup |
The ActionGroup class is the link between Qt's QActionGroup class and FreeCAD's command classes (Command). More... | |
class | Gui::DockWidgetAction |
Special action to show all dockable views -- except of toolbars -- in an own popup menu. More... | |
class | Gui::RecentFilesAction |
The RecentFilesAction class holds a menu listed with the recent files. More... | |
class | Gui::RedoAction |
The RedoAction class reimplements a special behaviour to make a menu appearing when the button with the arrow is clicked. More... | |
class | Gui::ToolBarAction |
Special action to show all toolbars in an own popup menu. More... | |
class | Gui::UndoAction |
The UndoAction class reimplements a special behaviour to make a menu appearing when the button with the arrow is clicked. More... | |
class | Gui::WindowAction |
class | Gui::WorkbenchComboBox |
class | Gui::WorkbenchGroup |
The WorkbenchGroup class represents a list of workbenches. More... | |
Namespaces | |
namespace | Gui |
The namespace of the FreeCAD Graphical interface layer library. |