CheckBoxRenderer

The CheckBoxRenderer class provides a QCheckBox that can be embedded in an HTML form.

Publicly inherits FormObjectRenderer.

Public Methods

CheckBoxRenderer( bool checked, const QString* value, Canvas* canvas, int clipWidth=???, QObject* parent=???, const char* name=??? );
boolredraw( );
voidreset( );
QStringvalue( );

Public Slots

voidendOfData( );

Private Data Members

QCheckBox*_checkBox;
bool_checked;
QString_value;

Public Methods Documentation

bool redraw ( );

Do nothing.

QString value ( );

A value is returned only if the check box has a name, and it is checked. Otherwise, an empty string is returned.

Public Slots Documentation

void endOfData ( );

Do nothing.


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