ParaView
Public Slots | Signals | Public Member Functions | Properties
pqSignalAdaptorTextEdit Class Reference

signal adaptor that lets us get the text inside a QTextEdit More...

#include <pqSignalAdaptors.h>

List of all members.

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

Detailed Description

signal adaptor that lets us get the text inside a QTextEdit

Definition at line 131 of file pqSignalAdaptors.h.


Constructor & Destructor Documentation

pqSignalAdaptorTextEdit::pqSignalAdaptorTextEdit ( QTextEdit *  p)

constructor


Member Function Documentation

QString pqSignalAdaptorTextEdit::text ( ) const

get the current text

void pqSignalAdaptorTextEdit::textChanged ( ) [signal]

signal text changed

void pqSignalAdaptorTextEdit::setText ( const QString &  ) [slot]

Property Documentation

QString pqSignalAdaptorTextEdit::text [read, write]

Definition at line 134 of file pqSignalAdaptors.h.


The documentation for this class was generated from the following file: