![]() |
MAK RTIspy API Documentation for HLA 4
|
This singleton class manages the icons and textures. More...
Inheritance diagram for DtClickableLabel:
Collaboration diagram for DtClickableLabel:Signals | |
| void | clicked () |
| Emitted when the label is clicked. More... | |
| void | doubleClicked () |
| Emitted when the label is double clicked. More... | |
Public Member Functions | |
| ~DtClickableLabel () | |
| Destructor. More... | |
| DtClickableLabel (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructors. More... | |
| DtClickableLabel (const QString &text, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructors. More... | |
Protected Member Functions | |
| void | mouseReleaseEvent (QMouseEvent *event) |
| Handles a mouse button release on the label. More... | |
| void | mouseDoubleClickEvent (QMouseEvent *event) |
| Handles a mouse button double click on the label. More... | |
This singleton class manages the icons and textures.
| DtClickableLabel::DtClickableLabel | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructors.
| DtClickableLabel::DtClickableLabel | ( | const QString & | text, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructors.
| DtClickableLabel::~DtClickableLabel | ( | ) |
Destructor.
|
signal |
Emitted when the label is clicked.
|
signal |
Emitted when the label is double clicked.
|
protected |
Handles a mouse button double click on the label.
|
protected |
Handles a mouse button release on the label.