KDEUI
ktextbrowser.cpp
Go to the documentation of this file.
void showText(const QPoint &pos, const QString &text, QWidget *w)
int indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const
QString cap(int nth) const
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...
QMenu * createStandardContextMenu()
virtual void keyPressEvent(QKeyEvent *ev)
const char * name(StandardAction id)
This will return the internal name of a given standard action.
Definition: kstandardaction.cpp:223
virtual void wheelEvent(QWheelEvent *e)
static void invokeMailer(const QString &address, const QString &subject, const QByteArray &startup_id=QByteArray())
QString toString(QFlags< QUrl::FormattingOption > options) const
bool isNull() const
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
void ignore()
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
virtual void wheelEvent(QWheelEvent *e)
int key() const
QPoint pos()
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
bool isReadOnly() const
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
QList< QAction * > actions() const
bool exactMatch(const QString &str) const
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.