|
HDK
|
#include <DEP_ContextOptions.h>
Public Types | |
| enum | OptionSource { OPTION_SOURCE_DEFAULT, OPTION_SOURCE_EXPLICIT } |
Public Member Functions | |
| DEP_ContextOptions () | |
| int | getNumOptions () const |
| bool | hasOption (const UT_StringRef &opt) const |
| const UT_OptionEntry * | getOptionEntry (const UT_StringRef &opt) const |
| bool | isOptionAtDefault (const UT_StringRef &opt) const |
| OptionSource | getOptionSource (const UT_StringRef &opt) const |
| UT_Options::iterator | begin () const |
| UT_Options::iterator | end () const |
| float | getOptionF (const UT_StringHolder &opt, float def) const |
| void | setOption (const UT_StringHolder &opt, UT_OptionEntryPtr value, OptionSource source) |
| void | setOptionS (const UT_StringHolder &opt, const UT_StringHolder &value, OptionSource source) |
| void | setOptionF (const UT_StringHolder &opt, fpreal64 value, OptionSource source) |
| void | removeOption (const UT_StringHolder &opt) |
| void | clear () |
| void | cloneOptions (const UT_Options &options) |
| void | cloneOptionsInto (UT_Options &options) const |
Definition at line 28 of file DEP_ContextOptions.h.
| Enumerator | |
|---|---|
| OPTION_SOURCE_DEFAULT | |
| OPTION_SOURCE_EXPLICIT | |
Definition at line 33 of file DEP_ContextOptions.h.
| DEP_ContextOptions::DEP_ContextOptions | ( | ) |
| UT_Options::iterator DEP_ContextOptions::begin | ( | ) | const |
| void DEP_ContextOptions::clear | ( | ) |
| void DEP_ContextOptions::cloneOptions | ( | const UT_Options & | options | ) |
| void DEP_ContextOptions::cloneOptionsInto | ( | UT_Options & | options | ) | const |
| UT_Options::iterator DEP_ContextOptions::end | ( | ) | const |
| int DEP_ContextOptions::getNumOptions | ( | ) | const |
| const UT_OptionEntry* DEP_ContextOptions::getOptionEntry | ( | const UT_StringRef & | opt | ) | const |
| float DEP_ContextOptions::getOptionF | ( | const UT_StringHolder & | opt, |
| float | def | ||
| ) | const |
| OptionSource DEP_ContextOptions::getOptionSource | ( | const UT_StringRef & | opt | ) | const |
| bool DEP_ContextOptions::hasOption | ( | const UT_StringRef & | opt | ) | const |
| bool DEP_ContextOptions::isOptionAtDefault | ( | const UT_StringRef & | opt | ) | const |
| void DEP_ContextOptions::removeOption | ( | const UT_StringHolder & | opt | ) |
| void DEP_ContextOptions::setOption | ( | const UT_StringHolder & | opt, |
| UT_OptionEntryPtr | value, | ||
| OptionSource | source | ||
| ) |
| void DEP_ContextOptions::setOptionF | ( | const UT_StringHolder & | opt, |
| fpreal64 | value, | ||
| OptionSource | source | ||
| ) |
| void DEP_ContextOptions::setOptionS | ( | const UT_StringHolder & | opt, |
| const UT_StringHolder & | value, | ||
| OptionSource | source | ||
| ) |