Plasma
textedit.cpp
Go to the documentation of this file.
bool canConvert(Type t) const
QGraphicsWidget * parentWidget() const
void setStyleSheet(const QString &styleSheet)
void setText(const QString &text)
Sets the display text for this TextEdit.
Definition: textedit.cpp:70
void append(const QString &text)
Allows appending text to the text browser.
Definition: textedit.cpp:125
void setReadOnly(bool readOnly)
Sets the text area to be read only or interactive.
Definition: textedit.cpp:80
void contextMenuEvent(QGraphicsSceneContextMenuEvent *event)
Definition: textedit.cpp:144
void dataUpdated(const QString &sourceName, const Plasma::DataEngine::Data &data)
Definition: textedit.cpp:130
QGraphicsScene * scene() const
KTextEdit * nativeWidget() const
virtual void resizeEvent(QGraphicsSceneResizeEvent *event)
virtual void changeEvent(QEvent *event)
bool sendEvent(QObject *receiver, QEvent *event)
void resizeEvent(QGraphicsSceneResizeEvent *event)
Definition: textedit.cpp:151
void deleteLater()
void mousePressEvent(QGraphicsSceneMouseEvent *event)
Definition: textedit.cpp:162
virtual void closeEvent(QCloseEvent *event)
void textChanged()
void setNativeWidget(KTextEdit *nativeWidget)
Sets the text edit wrapped by this TextEdit (widget must inherit KTextEdit), ownership is transferred...
Definition: textedit.cpp:100
QString text() const
QString styleSheet()
virtual void focusOutEvent(QFocusEvent *event)
QWidget * widget() const
void setStyleSheet(const QString &stylesheet)
Sets the stylesheet used to control the visual display of this TextEdit.
Definition: textedit.cpp:90
virtual void mousePressEvent(QGraphicsSceneMouseEvent *event)
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QString toString() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:12 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:23:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.