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 |
![]() | |
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) |
![]() | |
virtual void | contextMenuEvent (QContextMenuEvent *event) |
virtual void | keyPressEvent (QKeyEvent *event) |
void | setSource (const QUrl &name) |
virtual void | wheelEvent (QWheelEvent *event) |
Additional Inherited Members | |
![]() | |
void | mailClick (const QString &name, const QString &address) |
void | urlClick (const QString &url) |
![]() | |
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.