PHTML::RadioButton Class Reference
#include <html.h>
List of all members.
Public Member Functions |
| 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 () |
Protected Member Functions |
| RadioButton (const char *type, const char *fname, const char *value, CheckedCodes check, DisableCodes disabled, const char *attr) |
virtual void | AddAttr (PHTML &html) const |
Constructor & Destructor Documentation
PHTML::RadioButton::RadioButton |
( |
const char * |
fname, |
|
|
const char * |
value, |
|
|
const char * |
attr = NULL | |
|
) |
| | |
PHTML::RadioButton::RadioButton |
( |
const char * |
fname, |
|
|
const char * |
value, |
|
|
DisableCodes |
disabled, |
|
|
const char * |
attr = NULL | |
|
) |
| | |
PHTML::RadioButton::RadioButton |
( |
const char * |
fname, |
|
|
const char * |
value, |
|
|
CheckedCodes |
check, |
|
|
DisableCodes |
disabled = Enabled , |
|
|
const char * |
attr = NULL | |
|
) |
| | |
virtual PHTML::RadioButton::~RadioButton |
( |
|
) |
[inline, virtual] |
PHTML::RadioButton::RadioButton |
( |
const char * |
type, |
|
|
const char * |
fname, |
|
|
const char * |
value, |
|
|
CheckedCodes |
check, |
|
|
DisableCodes |
disabled, |
|
|
const char * |
attr | |
|
) |
| | [protected] |
Member Function Documentation
virtual void PHTML::RadioButton::AddAttr |
( |
PHTML & |
html |
) |
const [protected, virtual] |
The documentation for this class was generated from the following file: