#include <IMG_FileOpt.h>
Public Member Functions | |
| IMG_FileOption (IMG_FileOptionHint hint=IMG_OPTION_TERMINATOR, const char *name=0, const char *label=0, const char *defvalue=0, IMG_FileTag *menu=0, fpreal min=1, fpreal max=0, IMG_FileOptionScope scope=IMG_FILE_SCOPE_OUT) | |
| ~IMG_FileOption () | |
| const char * | getToken () const |
| const char * | getLabel () const |
| const char * | getDefault () const |
| void | setDefault (const char *str) |
| IMG_FileOptionHint | getHint () const |
| int | hasMenu () const |
| const IMG_FileTagList & | getMenu () const |
| int | hasRange () const |
| fpreal | getMin () const |
| fpreal | getMax () const |
| IMG_FileOptionScope | getScope () const |
Definition at line 110 of file IMG_FileOpt.h.
| IMG_FileOption::IMG_FileOption | ( | IMG_FileOptionHint | hint = IMG_OPTION_TERMINATOR, |
|
| const char * | name = 0, |
|||
| const char * | label = 0, |
|||
| const char * | defvalue = 0, |
|||
| IMG_FileTag * | menu = 0, |
|||
| fpreal | min = 1, |
|||
| fpreal | max = 0, |
|||
| IMG_FileOptionScope | scope = IMG_FILE_SCOPE_OUT | |||
| ) | [inline] |
Definition at line 112 of file IMG_FileOpt.h.
| IMG_FileOption::~IMG_FileOption | ( | ) |
| const char* IMG_FileOption::getDefault | ( | ) | const [inline] |
Definition at line 130 of file IMG_FileOpt.h.
| IMG_FileOptionHint IMG_FileOption::getHint | ( | ) | const [inline] |
Definition at line 136 of file IMG_FileOpt.h.
| const char* IMG_FileOption::getLabel | ( | ) | const [inline] |
Definition at line 128 of file IMG_FileOpt.h.
| fpreal IMG_FileOption::getMax | ( | ) | const [inline] |
Definition at line 145 of file IMG_FileOpt.h.
| const IMG_FileTagList& IMG_FileOption::getMenu | ( | ) | const [inline] |
Definition at line 139 of file IMG_FileOpt.h.
| fpreal IMG_FileOption::getMin | ( | ) | const [inline] |
Definition at line 144 of file IMG_FileOpt.h.
| IMG_FileOptionScope IMG_FileOption::getScope | ( | ) | const [inline] |
Definition at line 147 of file IMG_FileOpt.h.
| const char* IMG_FileOption::getToken | ( | ) | const [inline] |
Definition at line 127 of file IMG_FileOpt.h.
| int IMG_FileOption::hasMenu | ( | ) | const [inline] |
Definition at line 138 of file IMG_FileOpt.h.
| int IMG_FileOption::hasRange | ( | ) | const [inline] |
Definition at line 143 of file IMG_FileOpt.h.
| void IMG_FileOption::setDefault | ( | const char * | str | ) | [inline] |
Definition at line 131 of file IMG_FileOpt.h.
1.5.9