Plasma
textbrowser.cpp
Go to the documentation of this file.
void setHorizontalScrollBarPolicy(Qt::ScrollBarPolicy policy)
Sets the policy used to show/hide the horizontal scrollbar.
Definition: textbrowser.cpp:115
TextBrowser(QGraphicsWidget *parent=0)
Definition: textbrowser.cpp:78
void dataUpdated(const QString &sourceName, const Plasma::DataEngine::Data &data)
Definition: textbrowser.cpp:145
void wheelEvent(QGraphicsSceneWheelEvent *event)
Definition: textbrowser.cpp:174
void setVerticalScrollBarPolicy(Qt::ScrollBarPolicy policy)
Sets the policy used to show/hide the vertical scrollbar.
Definition: textbrowser.cpp:120
QString styleSheet()
void append(const QString &text)
Allows appending text to the text browser.
Definition: textbrowser.cpp:140
void contextMenuEvent(QGraphicsSceneContextMenuEvent *event)
Definition: textbrowser.cpp:159
void setText(const QString &text)
Sets the display text for this TextBrowser.
Definition: textbrowser.cpp:105
void setStyleSheet(const QString &stylesheet)
Sets the stylesheet used to control the visual display of this TextBrowser.
Definition: textbrowser.cpp:125
KTextBrowser * nativeWidget() const
void textChanged()
void resizeEvent(QGraphicsSceneResizeEvent *event)
Definition: textbrowser.cpp:168
QString text() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 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:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.