KDEUI
ktextbrowser.h
Go to the documentation of this file.
void urlClick(const QString &url)
Emitted if mailClick() is not emitted and the widget has been configured to emit the signal.
virtual void keyPressEvent(QKeyEvent *event)
Makes sure Key_Escape is ignored.
Definition ktextbrowser.cpp:100
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:63
void setSource(const QUrl &name)
Reimplemented to NOT set the source but to do the special handling of links being clicked.
Definition ktextbrowser.cpp:75
bool isNotifyClick() const
Returns whether a click on a link should be handled internally or if a signal should be emitted.
Definition ktextbrowser.cpp:69
virtual void wheelEvent(QWheelEvent *event)
Reimplemented to support Qt2 behavior (Ctrl-Wheel = fast scroll)
Definition ktextbrowser.cpp:110
void mailClick(const QString &name, const QString &address)
Emitted when a mail link has been activated and the widget has been configured to emit the signal.
KTextBrowser(QWidget *parent=0, bool notifyClick=false)
Creates a new text browser.
Definition ktextbrowser.cpp:51
virtual void contextMenuEvent(QContextMenuEvent *event)
Re-implemented for internal reasons.
Definition ktextbrowser.cpp:118
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.