CommandButton Class
(Core::CommandButton)The CommandButton class is a tool button associated with one of the registered Command objects. More...
Header: | #include <CommandButton> |
Inherits: | QToolButton |
Properties
- toolTipBase : QString
- 4 properties inherited from QToolButton
- 11 properties inherited from QAbstractButton
- 59 properties inherited from QWidget
Public Functions
CommandButton(QWidget *parent = 0) | |
CommandButton(Id id, QWidget *parent = 0) | |
void | setCommandId(Id id) |
void | setToolTipBase(const QString &toolTipBase) |
QString | toolTipBase() const |
- 12 public functions inherited from QToolButton
- 21 public functions inherited from QAbstractButton
- 216 public functions inherited from QWidget
Additional Inherited Members
- 3 public slots inherited from QToolButton
- 5 public slots inherited from QAbstractButton
- 19 public slots inherited from QWidget
- 1 signal inherited from QToolButton
- 4 signals inherited from QAbstractButton
- 3 signals inherited from QWidget
- 5 static public members inherited from QWidget
- 12 protected functions inherited from QToolButton
- 14 protected functions inherited from QAbstractButton
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
The CommandButton class is a tool button associated with one of the registered Command objects.
Tooltip of this button consists of toolTipBase property value and Command's key sequence which is automatically updated when user changes it.
Property Documentation
toolTipBase : QString
Access functions:
QString | toolTipBase() const |
void | setToolTipBase(const QString &toolTipBase) |