KDE3Support
#include <k3activelabel.h>
Public Member Functions | |
K3ActiveLabel (QWidget *parent=0) | |
K3ActiveLabel (const QString &text, 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
|
explicit |
Constructor.
Definition at line 55 of file k3activelabel.cpp.
Constructor.
Definition at line 60 of file k3activelabel.cpp.
|
virtual |
Definition at line 66 of file k3activelabel.cpp.
Member Function Documentation
Definition at line 102 of file k3activelabel.cpp.
|
protectedvirtual |
Definition at line 71 of file k3activelabel.cpp.
|
protectedvirtual |
Definition at line 78 of file k3activelabel.cpp.
|
protectedvirtual |
Reimplemented from KTextBrowser.
Definition at line 85 of file k3activelabel.cpp.
QSize K3ActiveLabel::minimumSizeHint | ( | void | ) | const |
Definition at line 113 of file k3activelabel.cpp.
QSize K3ActiveLabel::sizeHint | ( | void | ) | const |
Definition at line 136 of file k3activelabel.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.