|
ParaView
|
signal adaptor that lets us get the text inside a QTextEdit More...
#include <pqSignalAdaptors.h>
Public Slots | |
| void | setText (const QString &) |
Signals | |
| void | textChanged () |
| signal text changed | |
Public Member Functions | |
| pqSignalAdaptorTextEdit (QTextEdit *p) | |
| constructor | |
| QString | text () const |
| get the current text | |
Properties | |
| QString | text |
signal adaptor that lets us get the text inside a QTextEdit
Definition at line 131 of file pqSignalAdaptors.h.
| pqSignalAdaptorTextEdit::pqSignalAdaptorTextEdit | ( | QTextEdit * | p | ) |
constructor
| QString pqSignalAdaptorTextEdit::text | ( | ) | const |
get the current text
| void pqSignalAdaptorTextEdit::textChanged | ( | ) | [signal] |
signal text changed
| void pqSignalAdaptorTextEdit::setText | ( | const QString & | ) | [slot] |
QString pqSignalAdaptorTextEdit::text [read, write] |
Definition at line 134 of file pqSignalAdaptors.h.
1.7.5.1