|
| ActionSet (QObject *) |
| Constructor. More...
|
|
QAction * | moduleAction (const QString &) const |
| Get action corresponding to the specified module. More...
|
|
int | moduleId (const QString &) const |
| Get module action identifier. More...
|
|
int | moduleId (QAction *) const |
| Get module action identifier. More...
|
|
void | setVisible (bool) |
| Show/hide modules actions. More...
|
|
| QtxActionSet (QObject *=0) |
| Constructor. More...
|
|
virtual | ~QtxActionSet () |
| Destructor. More...
|
|
QList< QAction * > | actions () const |
| Get list of child actions. More...
|
|
void | setActions (const QList< QAction * > &) |
| Assign child actions. More...
|
|
void | insertActions (const QList< QAction * > &, const int=-1) |
| Insert actions at the specified position. More...
|
|
int | insertAction (QAction *, const int id=-1, const int=-1) |
| Insert action at the specified position. More...
|
|
int | insertAction (const QString &, const int id=-1, const int=-1) |
| Insert action at the specified position. More...
|
|
int | insertAction (const QString &, const QIcon &, const int id=-1, const int=-1) |
| Insert action at the specified position. More...
|
|
void | removeAction (QAction *) |
| Remove specified action. More...
|
|
void | removeAction (const int) |
| Remove specified action. More...
|
|
void | clear () |
| Remove all actions. More...
|
|
| QtxAction (QObject *=0, bool=false, const QString &=QString()) |
| Constructor. More...
|
|
| QtxAction (const QString &, const QString &, int, QObject *, bool=false, const QString &=QString()) |
| Constructor. More...
|
|
| QtxAction (const QString &, const QString &, const QKeySequence &, QObject *, bool=false, const QString &=QString()) |
| Constructor. More...
|
|
| QtxAction (const QString &, const QIcon &, const QString &, int, QObject *, bool=false, const QString &=QString()) |
| Constructor. More...
|
|
| QtxAction (const QString &, const QIcon &, const QString &, const QKeySequence &, QObject *, bool=false, const QString &=QString()) |
| Constructor. More...
|
|
virtual | ~QtxAction () |
| Destructor. More...
|
|
virtual bool | eventFilter (QObject *, QEvent *) |
| Customize action events. More...
|
|
QString | shortcutActionName () const |
| Return shortcut action name for the action. More...
|
|
void | setShortcutActionName (const QString &) |
| Set shortcut action name to the action. More...
|
|