TextAreaRenderer

The TextAreaRenderer class provides a QMultiLineEdit that can be embedded in an HTML form.

Publicly inherits FormObjectRenderer.

Public Methods

TextAreaRenderer( int rows, int cols, Canvas* canvas, int clipWidth=???, QObject* parent=???, const char* name=??? );
boolredraw( );
voidreset( );
QStringvalue( );

Public Slots

voidcontent( QString text );
voidendOfData( );

Private Data Members

QMultiLineEdit*_mle;
QString_value;

Public Methods Documentation

bool redraw ( );

Do nothing.

QString value ( );

A value is returned only if the MLE has a name. Otherwise, an empty string is returned.

Public Slots Documentation

void content ( QString text );

Append the text to the end of the text in the MLE.

void endOfData ( );

Do nothing.


Return to Index.
Automatically generated on Aug 11 23:32