#include <html.h>
Inheritance diagram for PHTML::RadioButton:
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 |
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] |
virtual void PHTML::RadioButton::AddAttr | ( | PHTML & | html | ) | const [protected, virtual] |
Reimplemented from PHTML::InputField.