KActiveLabel Class Reference
Label with support for selection and clickable links. More...
#include <kactivelabel.h>
Inheritance diagram for KActiveLabel:


Public Slots | |
virtual void | openLink (const QString &link) |
Opens link . | |
Public Member Functions | |
KActiveLabel (QWidget *parent, const char *name=0) | |
Constructor. | |
KActiveLabel (const QString &text, QWidget *parent, const char *name=0) | |
Constructor. | |
QSize | minimumSizeHint () const |
QSize | sizeHint () const |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
virtual void | focusInEvent (QFocusEvent *fe) |
virtual void | focusOutEvent (QFocusEvent *fe) |
Detailed Description
Label with support for selection and clickable links.
- Author:
- Waldo Bastian (bastian@kde.org)
- Version:
- Id
- kactivelabel.h,v 1.5 2002/08/01 11:39:36 pfeiffer Exp
Definition at line 33 of file kactivelabel.h.
Constructor & Destructor Documentation
|
Constructor. It connects the "linkClicked(const QString &)" signal to the "openLink(const QString &)" slot. You will need to disconnect this if you want to process linkClicked() yourself. Definition at line 25 of file kactivelabel.cpp. References KStdAccel::name(). |
|
Constructor. It connects the "linkClicked(const QString &)" signal to the "openLink(const QString &)" slot. You will need to disconnect this if you want to process linkClicked() yourself. Definition at line 31 of file kactivelabel.cpp. References KStdAccel::name(). |
Member Function Documentation
|
Opens
Definition at line 63 of file kactivelabel.cpp. References KIO::link(). |
The documentation for this class was generated from the following files: