The CheckBoxRenderer class provides a QCheckBox that can be embedded in an HTML form.
Publicly inherits FormObjectRenderer.
CheckBoxRenderer | ( bool checked, const QString* value, Canvas* canvas, int clipWidth=???, QObject* parent=???, const char* name=??? ); | |
bool | redraw | ( ); |
void | reset | ( ); |
QString | value | ( ); |
void | endOfData | ( ); |
QCheckBox* | _checkBox; |
bool | _checked; |
QString | _value; |
Do nothing.
A value is returned only if the check box has a name, and it is checked. Otherwise, an empty string is returned.
Do nothing.