KDE3Support
#include <k3activelabel.h>
Public Member Functions | |
| K3ActiveLabel (const QString &text, QWidget *parent=0) | |
| K3ActiveLabel (QWidget *parent=0) | |
| virtual | ~K3ActiveLabel () |
| QSize | minimumSizeHint () const |
| QSize | sizeHint () const |
| Public Member Functions inherited from KTextBrowser | |
| KTextBrowser (QWidget *parent=0, bool notifyClick=false) | |
| ~KTextBrowser () | |
| bool | isNotifyClick () const |
| void | setNotifyClick (bool notifyClick) |
Protected Member Functions | |
| virtual bool | event (QEvent *e) |
| virtual void | focusInEvent (QFocusEvent *fe) |
| virtual void | focusOutEvent (QFocusEvent *fe) |
| virtual void | keyPressEvent (QKeyEvent *e) |
| Protected Member Functions inherited from KTextBrowser | |
| virtual void | contextMenuEvent (QContextMenuEvent *event) |
| void | setSource (const QUrl &name) |
| virtual void | wheelEvent (QWheelEvent *event) |
Additional Inherited Members | |
| Signals inherited from KTextBrowser | |
| void | mailClick (const QString &name, const QString &address) |
| void | urlClick (const QString &url) |
| Properties inherited from KTextBrowser | |
| bool | notifyClick |
Detailed Description
Label with support for selection and clickable links.
- Deprecated
- Use QLabel. (QLabel::setOpenExternalLinks(true) for labels with hyperlinks; QLabel::setTextInteractionFlags(Qt::TextSelectableByMouse|Qt::TextSelectableByKeyboard) for labels whose text should be selectable by user.)
Definition at line 36 of file k3activelabel.h.
Constructor & Destructor Documentation
◆ K3ActiveLabel() [1/2]
|
explicit |
Constructor.
Definition at line 55 of file k3activelabel.cpp.
◆ K3ActiveLabel() [2/2]
|
explicit |
Constructor.
Definition at line 60 of file k3activelabel.cpp.
◆ ~K3ActiveLabel()
|
virtual |
Definition at line 66 of file k3activelabel.cpp.
Member Function Documentation
◆ event()
|
protectedvirtual |
Definition at line 102 of file k3activelabel.cpp.
◆ focusInEvent()
|
protectedvirtual |
Definition at line 71 of file k3activelabel.cpp.
◆ focusOutEvent()
|
protectedvirtual |
Definition at line 78 of file k3activelabel.cpp.
◆ keyPressEvent()
|
protectedvirtual |
Reimplemented from KTextBrowser.
Definition at line 85 of file k3activelabel.cpp.
◆ minimumSizeHint()
| QSize K3ActiveLabel::minimumSizeHint | ( | ) | const |
Definition at line 113 of file k3activelabel.cpp.
◆ sizeHint()
| QSize K3ActiveLabel::sizeHint | ( | ) | const |
Definition at line 136 of file k3activelabel.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.