23 #ifndef QTXACTIONGROUP_H
24 #define QTXACTIONGROUP_H
29 #pragma warning( disable:4251 )
44 bool isExclusive()
const;
45 bool usesDropDown()
const;
49 void setEnabled(
bool );
52 void setExclusive(
const bool );
53 void setUsesDropDown(
const bool );
59 void onActivated(
int );
82 #pragma warning( default:4251 )
#define QTX_EXPORT
Definition: Qtx.h:36
For more information see QT documentation.
Definition: SUIT_Application.h:42
The QtxActionGroup class groups actions together.
Definition: QtxActionGroup.h:36
QActionGroup * myActionGroup
Definition: QtxActionGroup.h:78
void selected(QAction *)
Emitted when some child action is toggled by the user.
bool myDropDown
Definition: QtxActionGroup.h:77
An action class which is represented in the menu bar (or toolbar) as a group of items (which can be c...
Definition: QtxActionSet.h:35
virtual void updateAction()
Update action set.
Definition: QtxActionSet.cxx:348
virtual void actionAdded(QAction *)
Notify that action was added.
Definition: QtxActionSet.cxx:317
virtual bool isEmptyAction() const
Check if the action itself should be invisible (only child action are shown)
Definition: QtxActionSet.cxx:393
virtual void actionRemoved(QAction *)
Notify that action was removed.
Definition: QtxActionSet.cxx:324
Enhanced version of Qt combo box class.
Definition: QtxComboBox.h:39