ParaView
Public Slots | Signals | Public Member Functions | Properties | List of all members
pqSignalAdaptorTextEdit Class Reference

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

#include <pqSignalAdaptors.h>

Inherits QObject.

Public Slots

void setText (const QString &)
 

Signals

void textChanged ()
 signal text changed More...
 

Public Member Functions

 pqSignalAdaptorTextEdit (QTextEdit *p)
 constructor More...
 
QString text () const
 get the current text More...
 

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::pqSignalAdaptorTextEdit ( QTextEdit *  p)

constructor

Member Function Documentation

§ text()

QString pqSignalAdaptorTextEdit::text ( ) const

get the current text

§ textChanged

void pqSignalAdaptorTextEdit::textChanged ( )
signal

signal text changed

§ setText

void pqSignalAdaptorTextEdit::setText ( const QString &  )
slot

Property Documentation

§ text

QString pqSignalAdaptorTextEdit::text
readwrite

Definition at line 134 of file pqSignalAdaptors.h.


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