KDEUI
ktextbrowser.cpp
Go to the documentation of this file.
virtual void keyPressEvent(QKeyEvent *event)
Makes sure Key_Escape is ignored.
Definition: ktextbrowser.cpp:100
void urlClick(const QString &url)
Emitted if mailClick() is not emitted and the widget has been configured to emit the signal...
const char * name(StandardAction id)
This will return the internal name of a given standard action.
Definition: kstandardaction.cpp:223
static void invokeMailer(const QString &address, const QString &subject, const QByteArray &startup_id=QByteArray())
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
KTextBrowser(QWidget *parent=0, bool notifyClick=false)
Creates a new text browser.
Definition: ktextbrowser.cpp:51
virtual void wheelEvent(QWheelEvent *event)
Reimplemented to support Qt2 behavior (Ctrl-Wheel = fast scroll)
Definition: ktextbrowser.cpp:110
static bool wheelMouseZooms()
Typically, QScrollView derived classes can be scrolled fast by holding down the Ctrl-button during wh...
Definition: kglobalsettings.cpp:707
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...
virtual void contextMenuEvent(QContextMenuEvent *event)
Re-implemented for internal reasons.
Definition: ktextbrowser.cpp:118
Definition: kicontheme.h:203
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
static void invokeBrowser(const QString &url, const QByteArray &startup_id=QByteArray())
static void assignIconsToContextMenu(ContextMenus type, QList< QAction * > actions)
Assigns standard icons to the various standard text edit context menus.
Definition: kicontheme.cpp:599
Definition: kicontheme.h:202
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.