|
|
void | saveState () |
| |
|
void | loadMainWindowState () |
| |
|
|
| GuiManagerPrivate (GuiManager *parent) |
| |
|
bool | nameUsed (QString const &name) |
| |
| bool | validParent (QString const &name, QAction *action) |
| | Checks if the name is a valid parent to action. More...
|
| |
|
QString | registerAction (QAction *action, QString const &parent, bool recursive=true) |
| |
| void | unregisterAction (QString const &name, QString const &parent) |
| | unregisterAction removes an action from the internal QHash More...
|
| |
|
void | unregisterActions (QStringList const &list) |
| |
|
void | setupGui () |
| |
|
void | connectProjectManager () |
| |
|
|
static bool | isType (QWidget *widget, WidgetType type, QString const &name) |
| |
|
|
bool | eventFilter (QObject *, QEvent *) |
| |
◆ unregisterAction()
| void GuiManagerPrivate::unregisterAction |
( |
QString const & |
name, |
|
|
QString const & |
parent |
|
) |
| |
unregisterAction removes an action from the internal QHash
- Parameters
-
| name | name of the action |
| parent | parent of the action |
◆ validParent()
| bool GuiManagerPrivate::validParent |
( |
QString const & |
name, |
|
|
QAction * |
action |
|
) |
| |
Checks if the name is a valid parent to action.
- Parameters
-
| name | Name of the Parent, must be an action that is a menu, a menubar when the action is a menu or a toolbar when the action isn't a menu |
| action | mustn't be NULL |
- Returns
- true when
The documentation for this class was generated from the following files:
- itemframework/itemframework/src/gui/gui_manager_p.h
- itemframework/itemframework/src/gui/gui_manager.cpp