KTextBrowser Class Reference
Extended QTextBrowser. More...
#include <ktextbrowser.h>
Inheritance diagram for KTextBrowser:

Signals | |
void | mailClick (const QString &name, const QString &address) |
void | urlClick (const QString &url) |
Public Member Functions | |
KTextBrowser (QWidget *parent=0, const char *name=0, bool notifyClick=false) | |
~KTextBrowser (void) | |
void | setNotifyClick (bool notifyClick) |
bool | isNotifyClick () const |
Protected Member Functions | |
void | setSource (const QString &name) |
virtual void | keyPressEvent (QKeyEvent *e) |
virtual void | viewportMouseMoveEvent (QMouseEvent *e) |
virtual void | contentsWheelEvent (QWheelEvent *e) |
virtual QPopupMenu * | createPopupMenu (const QPoint &pos) |
virtual void | virtual_hook (int id, void *data) |
Properties | |
bool | notifyClick |
Detailed Description
Extended QTextBrowser.An extended QTextBrowser.
By default it will invoke the system mailer or the system browser when a link is activated, or it can emit the signal urlClick() or mailClick() when a link is activated.

KDE Text Browser
- Author:
- Espen Sand (espensa@online.no)
Definition at line 42 of file ktextbrowser.h.
Constructor & Destructor Documentation
|
Constructor.
Definition at line 29 of file ktextbrowser.cpp. |
|
Destructor.
Definition at line 39 of file ktextbrowser.cpp. |
Member Function Documentation
|
Decide whether a click on a link should be handled internally or if a signal should be emitted.
Definition at line 44 of file ktextbrowser.cpp. |
|
Returns whether a click on a link should be handled internally or if a signal should be emitted.
Definition at line 50 of file ktextbrowser.cpp. |
|
Reimplemented to NOT set the source but to do the special handling. Do not call. Definition at line 56 of file ktextbrowser.cpp. References mailClick(), and urlClick(). |
|
Makes sure Key_Escape is ignored.
Definition at line 88 of file ktextbrowser.cpp. |
|
Make sure we use our own hand cursor.
Definition at line 104 of file ktextbrowser.cpp. |
|
Reimplemented to support Qt2 behavior (Ctrl-Wheel = fast scroll).
Definition at line 113 of file ktextbrowser.cpp. References KGlobalSettings::wheelMouseZooms(). |
|
Re-implemented for internal reasons. API not affected. See QLineEdit::createPopupMenu(). Definition at line 121 of file ktextbrowser.cpp. |
|
Emitted when a mail link has been activated and the widget has been configured to emit the signal.
Referenced by setSource(). |
|
Emitted if mailClick() is not emitted and the widget has been configured to emit the signal.
Referenced by setSource(). |
The documentation for this class was generated from the following files: