Internal class to represent combo box with the list of modules in the toolbar.
More...
|
| | ComboAction (QObject *parent) |
| | Constructor. More...
|
| |
| QList< QtxComboBox * > | widgets () const |
| | Get list of associated widgets. More...
|
| |
| | QtxAction (QObject *=0, bool=false, const QString &=QString()) |
| | Constructor. More...
|
| |
| | QtxAction (QObject *, bool, const QString &, const QString &, const QString &=QString(), const QIcon &=QIcon()) |
| | 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 |
| |
| void | setShortcutActionName (const QString &) |
| |
| const QString & | ID () const |
| | Unique for the entire application ID. More...
|
| |
| void | setID (const QString &theID) |
| |
Internal class to represent combo box with the list of modules in the toolbar.