MesQuickButton Class
Header: | #include <MesQuickButton> |
Inherits: | QPushButton |
Public Types
enum | ButtonStatus { NotOpen, Opened, Active } |
Public Functions
MesQuickButton(QWidget *parent) | |
~MesQuickButton() | |
MesQuickButton::ButtonStatus | getButtonStatus() |
QVariantMap | getData() |
void | setButtonStatus(ButtonStatus status) |
void | setData(const QVariantMap &data) |
void | setIcon(const QString &icon) |
void | setModified(bool iBol) |
void | setText(const QString &text) |
- 10 public functions inherited from QPushButton
- 21 public functions inherited from QAbstractButton
- 213 public functions inherited from QWidget
Signals
void | buttonClick(const QVariantMap &data) |
void | closeClick(const QVariantMap &data) |
- 4 signals inherited from QAbstractButton
- 3 signals inherited from QWidget
Reimplemented Protected Functions
virtual void | enterEvent(QEvent *event) |
virtual void | leaveEvent(QEvent *event) |
- 7 protected functions inherited from QPushButton
- 14 protected functions inherited from QAbstractButton
- 35 protected functions inherited from QWidget
Additional Inherited Members
- 3 properties inherited from QPushButton
- 11 properties inherited from QAbstractButton
- 58 properties inherited from QWidget
- 1 public slot inherited from QPushButton
- 5 public slots inherited from QAbstractButton
- 19 public slots inherited from QWidget
- 5 static public members inherited from QWidget
- 7 protected functions inherited from QPushButton
- 14 protected functions inherited from QAbstractButton
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
Member Function Documentation
MesQuickButton::MesQuickButton(QWidget *parent)
Default constructs an instance of MesQuickButton.
MesQuickButton::~MesQuickButton()
Destroys the instance of MesQuickButton.