kstars
ClickLabel Class Reference
QLabel with a clicked() signal. More...
#include <detaildialog.h>
Inheritance diagram for ClickLabel:

Signals | |
void | clicked () |
Public Member Functions | |
ClickLabel (QWidget *parent=0, const char *name=0) | |
~ClickLabel () | |
Protected Member Functions | |
void | mousePressEvent (QMouseEvent *e) |
Detailed Description
QLabel with a clicked() signal.
- Version:
- 1.0
Definition at line 74 of file detaildialog.h.
Constructor & Destructor Documentation
ClickLabel::ClickLabel | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Definition at line 72 of file detaildialog.cpp.
ClickLabel::~ClickLabel | ( | ) | [inline] |
Definition at line 78 of file detaildialog.h.
Member Function Documentation
void ClickLabel::clicked | ( | ) | [signal] |
void ClickLabel::mousePressEvent | ( | QMouseEvent * | e | ) | [inline, protected] |
Definition at line 84 of file detaildialog.h.
The documentation for this class was generated from the following files: