kdeui
KStatusBarLabel Class Reference
Internal label class for use in KStatusBar. More...
#include <kstatusbar.h>
Inheritance diagram for KStatusBarLabel:
Signals | |
void | itemPressed (int id) |
void | itemReleased (int id) |
Public Member Functions | |
KStatusBarLabel (const QString &text, int _id, KStatusBar *parent=0L, const char *name=0L) | |
~KStatusBarLabel () | |
Protected Member Functions | |
void | mousePressEvent (QMouseEvent *_event) |
void | mouseReleaseEvent (QMouseEvent *_event) |
Detailed Description
Internal label class for use in KStatusBar.
For internal use only.
Definition at line 35 of file kstatusbar.h.
Constructor & Destructor Documentation
KStatusBarLabel::KStatusBarLabel | ( | const QString & | text, | |
int | _id, | |||
KStatusBar * | parent = 0L , |
|||
const char * | name = 0L | |||
) |
Definition at line 27 of file kstatusbar.cpp.
KStatusBarLabel::~KStatusBarLabel | ( | ) | [inline] |
Definition at line 43 of file kstatusbar.h.
Member Function Documentation
void KStatusBarLabel::itemPressed | ( | int | id | ) | [signal] |
void KStatusBarLabel::itemReleased | ( | int | id | ) | [signal] |
void KStatusBarLabel::mousePressEvent | ( | QMouseEvent * | _event | ) | [protected] |
Definition at line 51 of file kstatusbar.cpp.
void KStatusBarLabel::mouseReleaseEvent | ( | QMouseEvent * | _event | ) | [protected] |
Definition at line 56 of file kstatusbar.cpp.
The documentation for this class was generated from the following files: