#include <cgiExtend.h>


Public Member Functions | |
| cgiSelect (const char *attr=NULL) | |
| void | setSelected (const char *selected) |
| void | addOption (const char *label, const char *value, bool selected=false, const char *attr=NULL) |
| ~cgiSelect () | |
| cgiSelect (const char *attr=NULL) | |
| void | setSelected (const char *selected) |
| void | addOption (const char *label, const char *value, bool selected=false, const char *attr=NULL) |
| ~cgiSelect () | |
Protected Attributes | |
| string | m_selected |
Definition at line 162 of file cgiExtend.h.
| cgiSelect::cgiSelect | ( | const char * | attr = NULL |
) | [inline] |
Definition at line 167 of file cgiExtend.h.
| cgiSelect::~cgiSelect | ( | ) | [inline] |
Definition at line 182 of file cgiExtend.h.
| cgiSelect::cgiSelect | ( | const char * | attr = NULL |
) | [inline] |
Definition at line 167 of file cgiExtend.h.
| cgiSelect::~cgiSelect | ( | ) | [inline] |
Definition at line 182 of file cgiExtend.h.
| void cgiSelect::setSelected | ( | const char * | selected | ) | [inline] |
Definition at line 171 of file cgiExtend.h.
| void cgiSelect::addOption | ( | const char * | label, | |
| const char * | value, | |||
| bool | selected = false, |
|||
| const char * | attr = NULL | |||
| ) | [inline] |
Definition at line 175 of file cgiExtend.h.
| void cgiSelect::setSelected | ( | const char * | selected | ) | [inline] |
Definition at line 171 of file cgiExtend.h.
| void cgiSelect::addOption | ( | const char * | label, | |
| const char * | value, | |||
| bool | selected = false, |
|||
| const char * | attr = NULL | |||
| ) | [inline] |
Definition at line 175 of file cgiExtend.h.
string cgiSelect::m_selected [protected] |
Definition at line 165 of file cgiExtend.h.
1.5.5