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) |
Public Member Functions | |
KActiveLabel (QWidget *parent, const char *name=0) | |
KActiveLabel (const QString &text, QWidget *parent, const char *name=0) | |
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.openLink() the actions that will be taken when the user clicks on a link.
- Author:
- Waldo Bastian (bastian@kde.org)
- Version:
- Id
- kactivelabel.h,v 1.7 2003/08/16 19:45:01 coolo Exp
Definition at line 35 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 28 of file kactivelabel.cpp. |
|
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 34 of file kactivelabel.cpp. |
Member Function Documentation
|
Opens
If Definition at line 66 of file kactivelabel.cpp. References QRegExp::cap(), QWhatsThis::display(), and QRegExp::exactMatch(). |
The documentation for this class was generated from the following files: