KDEUI
ktextbrowser.cpp
Go to the documentation of this file.
static bool wheelMouseZooms()
Typically, QScrollView derived classes can be scrolled fast by holding down the Ctrl-button during wh...
Definition: kglobalsettings.cpp:707
static void assignIconsToContextMenu(ContextMenus type, QList< QAction * > actions)
Assigns standard icons to the various standard text edit context menus.
Definition: kicontheme.cpp:599
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
static void invokeMailer(const KUrl &mailtoURL, const QByteArray &startup_id=QByteArray(), bool allowAttachments=false)
static void invokeBrowser(const QString &url, const QByteArray &startup_id=QByteArray())
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.