ktextbrowser.cpp
bool isNotifyClick() const
Returns whether a click on a link should be handled internally or if a signal should be emitted.
Definition: ktextbrowser.cpp:50
void setNotifyClick(bool notifyClick)
Decide whether a click on a link should be handled internally or if a signal should be emitted.
Definition: ktextbrowser.cpp:44
virtual void keyPressEvent(TQKeyEvent *e)
Makes sure Key_Escape is ignored.
Definition: ktextbrowser.cpp:88
virtual TQPopupMenu * createPopupMenu(const TQPoint &pos)
Re-implemented for internal reasons.
Definition: ktextbrowser.cpp:121
virtual void contentsWheelEvent(TQWheelEvent *e)
Reimplemented to support Qt2 behavior (Ctrl-Wheel = fast scroll)
Definition: ktextbrowser.cpp:113
void mailClick(const TQString &name, const TQString &address)
Emitted when a mail link has been activated and the widget has been configured to emit the signal.
virtual void viewportMouseMoveEvent(TQMouseEvent *e)
Make sure we use our own hand cursor.
Definition: ktextbrowser.cpp:104
void urlClick(const TQString &url)
Emitted if mailClick() is not emitted and the widget has been configured to emit the signal.
static TQCursor handCursor()
Returns the proper hand cursor according to the current GUI style (static function).
Definition: kcursor.cpp:43
void setSource(const TQString &name)
Reimplemented to NOT set the source but to do the special handling.
Definition: ktextbrowser.cpp:56
static bool wheelMouseZooms()
KTextBrowser(TQWidget *parent=0, const char *name=0, bool notifyClick=false)
Constructor.
Definition: ktextbrowser.cpp:29