The TextAreaRenderer class provides a QMultiLineEdit that can be embedded in an HTML form.
Publicly inherits FormObjectRenderer.
TextAreaRenderer | ( int rows, int cols, Canvas* canvas, int clipWidth=???, QObject* parent=???, const char* name=??? ); | |
bool | redraw | ( ); |
void | reset | ( ); |
QString | value | ( ); |
void | content | ( QString text ); |
void | endOfData | ( ); |
QMultiLineEdit* | _mle; |
QString | _value; |
Do nothing.
A value is returned only if the MLE has a name. Otherwise, an empty string is returned.
Append the text to the end of the text in the MLE.
Do nothing.