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