#include <html.h>
|
| CheckBox (const char *fname, const char *attr=NULL) |
|
| CheckBox (const char *fname, DisableCodes disabled, const char *attr=NULL) |
|
| CheckBox (const char *fname, CheckedCodes check, DisableCodes disabled=Enabled, const char *attr=NULL) |
|
virtual | ~CheckBox () |
|
| RadioButton (const char *fname, const char *value, const char *attr=NULL) |
|
| RadioButton (const char *fname, const char *value, DisableCodes disabled, const char *attr=NULL) |
|
| RadioButton (const char *fname, const char *value, CheckedCodes check, DisableCodes disabled=Enabled, const char *attr=NULL) |
|
virtual | ~RadioButton () |
|
PHTML::CheckBox::CheckBox |
( |
const char * |
fname, |
|
|
const char * |
attr = NULL |
|
) |
| |
PHTML::CheckBox::CheckBox |
( |
const char * |
fname, |
|
|
DisableCodes |
disabled, |
|
|
const char * |
attr = NULL |
|
) |
| |
virtual PHTML::CheckBox::~CheckBox |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: