#include <DS_ParmReader.h>
Public Member Functions | |
| DS_SelectorBinding (const char *parm_name, const char *type, const char *prompt, const char *desc, const char *mask, int dragging, const char *menu, int asterisk, int input_index=-1, int input_required=0) | |
| ~DS_SelectorBinding () | |
| const char * | getParmName () const |
| const char * | getType () const |
| const char * | getPrompt () const |
| const char * | getDesc () const |
| const char * | getPrimMask () const |
| int | getDragging () const |
| const char * | getMenu () const |
| int | getAsterisk () const |
| int | getInputIndex () const |
| int | getInputRequired () const |
Definition at line 161 of file DS_ParmReader.h.
| DS_SelectorBinding::DS_SelectorBinding | ( | const char * | parm_name, | |
| const char * | type, | |||
| const char * | prompt, | |||
| const char * | desc, | |||
| const char * | mask, | |||
| int | dragging, | |||
| const char * | menu, | |||
| int | asterisk, | |||
| int | input_index = -1, |
|||
| int | input_required = 0 | |||
| ) | [inline] |
Definition at line 163 of file DS_ParmReader.h.
| DS_SelectorBinding::~DS_SelectorBinding | ( | ) | [inline] |
Definition at line 181 of file DS_ParmReader.h.
| int DS_SelectorBinding::getAsterisk | ( | ) | const [inline] |
Definition at line 198 of file DS_ParmReader.h.
| const char* DS_SelectorBinding::getDesc | ( | ) | const [inline] |
Definition at line 194 of file DS_ParmReader.h.
| int DS_SelectorBinding::getDragging | ( | ) | const [inline] |
Definition at line 196 of file DS_ParmReader.h.
| int DS_SelectorBinding::getInputIndex | ( | ) | const [inline] |
Definition at line 199 of file DS_ParmReader.h.
| int DS_SelectorBinding::getInputRequired | ( | ) | const [inline] |
Definition at line 200 of file DS_ParmReader.h.
| const char* DS_SelectorBinding::getMenu | ( | ) | const [inline] |
Definition at line 197 of file DS_ParmReader.h.
| const char* DS_SelectorBinding::getParmName | ( | ) | const [inline] |
Definition at line 191 of file DS_ParmReader.h.
| const char* DS_SelectorBinding::getPrimMask | ( | ) | const [inline] |
Definition at line 195 of file DS_ParmReader.h.
| const char* DS_SelectorBinding::getPrompt | ( | ) | const [inline] |
Definition at line 193 of file DS_ParmReader.h.
| const char* DS_SelectorBinding::getType | ( | void | ) | const [inline] |
Definition at line 192 of file DS_ParmReader.h.
1.5.9