#include <DD_ChoiceList.h>
Public Member Functions | |
| DD_ChoiceList () | |
| ~DD_ChoiceList () | |
| void | clear () |
| void | addChoice (const char *token, const char *label, const char *help) |
| int | entries () const |
| const char * | getToken (int i) const |
| const char * | getLabel (int i) const |
| const char * | getHelp (int i) const |
Definition at line 24 of file DD_ChoiceList.h.
| DD_ChoiceList::DD_ChoiceList | ( | ) |
| DD_ChoiceList::~DD_ChoiceList | ( | ) |
| void DD_ChoiceList::addChoice | ( | const char * | token, | |
| const char * | label, | |||
| const char * | help | |||
| ) |
| void DD_ChoiceList::clear | ( | ) |
| int DD_ChoiceList::entries | ( | ) | const [inline] |
Definition at line 34 of file DD_ChoiceList.h.
| const char* DD_ChoiceList::getHelp | ( | int | i | ) | const [inline] |
Definition at line 37 of file DD_ChoiceList.h.
| const char* DD_ChoiceList::getLabel | ( | int | i | ) | const [inline] |
Definition at line 36 of file DD_ChoiceList.h.
| const char* DD_ChoiceList::getToken | ( | int | i | ) | const [inline] |
Definition at line 35 of file DD_ChoiceList.h.
1.5.9