This singleton class manages the icons and textures.
More...
Signals |
| void | clicked () |
| | Emitted when the label is clicked.
|
| void | doubleClicked () |
| | Emitted when the label is double clicked.
|
Protected Member Functions |
| void | mouseReleaseEvent (QMouseEvent *event) |
| | Handles a mouse button release on the label.
|
| void | mouseDoubleClickEvent (QMouseEvent *event) |
| | Handles a mouse button double click on the label.
|
Detailed Description
This singleton class manages the icons and textures.
Constructor & Destructor Documentation
| DtClickableLabel::DtClickableLabel |
( |
QWidget * |
parent = 0, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
| DtClickableLabel::DtClickableLabel |
( |
const QString & |
text, |
|
|
QWidget * |
parent = 0, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
| DtClickableLabel::~DtClickableLabel |
( |
| ) |
|
Member Function Documentation
| void DtClickableLabel::clicked |
( |
| ) |
|
|
signal |
Emitted when the label is clicked.
| void DtClickableLabel::doubleClicked |
( |
| ) |
|
|
signal |
Emitted when the label is double clicked.
| void DtClickableLabel::mouseDoubleClickEvent |
( |
QMouseEvent * |
event | ) |
|
|
protected |
Handles a mouse button double click on the label.
| void DtClickableLabel::mouseReleaseEvent |
( |
QMouseEvent * |
event | ) |
|
|
protected |
Handles a mouse button release on the label.
The documentation for this class was generated from the following file: