Menu actions creator. More...
#include <QtxActionMenuMgr.h>

Public Member Functions | |
| MenuCreator (QtxActionMgr::Reader *, QtxActionMenuMgr *) | |
| Constructor. More... | |
| virtual | ~MenuCreator () |
| Destructor. More... | |
| virtual int | append (const QString &, const bool, const ItemAttributes &, const int) |
| Create and append to the action manager a new action. More... | |
Public Member Functions inherited from QtxActionMgr::Creator | |
| Creator (QtxActionMgr::Reader *) | |
| Constructor. More... | |
| virtual | ~Creator () |
| Destructor. More... | |
| Reader * | reader () const |
| Get actions reader. More... | |
| virtual void | connect (QAction *) const |
| Connect action to some specific slot(s). More... | |
| virtual bool | loadPixmap (const QString &, QPixmap &) const |
| Load pixmap from the file. More... | |
Private Attributes | |
| QtxActionMenuMgr * | myMgr |
| menu manager More... | |
Additional Inherited Members | |
Static Protected Member Functions inherited from QtxActionMgr::Creator | |
| static int | intValue (const ItemAttributes &, const QString &, const int) |
| Get integer attribute value from the attribute map. More... | |
| static QString | strValue (const ItemAttributes &, const QString &, const QString &=QString()) |
| Get string attribute value from the attribute map. More... | |
Used by Reader to create actions by reading descriptions from the file and fill in the action manager with the actions.
| QtxActionMenuMgr::MenuCreator::MenuCreator | ( | QtxActionMgr::Reader * | r, |
| QtxActionMenuMgr * | mgr | ||
| ) |
| r | menu actions reader |
| mgr | menu manager |
|
virtual |
|
virtual |
| tag | item tag name |
| subMenu | true if this item is submenu |
| attr | attributes map |
| pId | parent action ID |
Implements QtxActionMgr::Creator.
References QtxActionMgr::separator().
|
private |