
#include <Component/ModelOptionDef.H>
Collaboration diagram for ModelOptionDef:

Definition at line 130 of file ModelOptionDef.H.
Public Attributes | |
| ModelOptionType | type |
| Type of the option. | |
| const char * | name |
| Option name. | |
| const ModelOptionCateg * | categ |
| Option category. | |
| const int | exportFlag |
| one of the what-to-export flags | |
| const char * | descr |
| Description of what option does. | |
| const char * | longoptname |
| Long option name (without leading "--"). | |
| char | shortoptname |
| Short option name (without leading "-"). | |
| const char * | validvals |
| Textual description of valid values, or NULL. | |
| const char * | defval |
| Default value in text representation. | |
|
|
Option category.
Definition at line 134 of file ModelOptionDef.H. Referenced by ModelManagerWizard::refreshAndSelect(), and ModelManagerWizard::refreshOptions(). |
|
|
Default value in text representation.
Definition at line 140 of file ModelOptionDef.H. Referenced by ModelParamAuxImpl::defaultValueOf(), and dummy_namespace_to_avoid_gcc411_bug_CmdlineOptionManager_C::printFullHelp(). |
|
|
Description of what option does.
Definition at line 136 of file ModelOptionDef.H. Referenced by dummy_namespace_to_avoid_gcc411_bug_CmdlineOptionManager_C::printFullHelp(), and ModelManagerWizard::refreshOptions(). |
|
|
one of the what-to-export flags
Definition at line 135 of file ModelOptionDef.H. Referenced by CmdlineOptionManager::requestOption(), and CmdlineOptionManager::requestOptionAlias(). |
|
|
|
|
Short option name (without leading "-").
Definition at line 138 of file ModelOptionDef.H. Referenced by dummy_namespace_to_avoid_gcc411_bug_CmdlineOptionManager_C::assertNoCollision(), and dummy_namespace_to_avoid_gcc411_bug_CmdlineOptionManager_C::printFullHelp(). |
|
|
Type of the option.
Definition at line 132 of file ModelOptionDef.H. Referenced by ModelParamAuxImpl::ModelParamAuxImpl(), dummy_namespace_to_avoid_gcc411_bug_CmdlineOptionManager_C::printFullHelp(), ModelManagerWizard::refreshOptions(), and dummy_namespace_to_avoid_gcc411_bug_CmdlineOptionManager_C::showErrMsg(). |
|
|
Textual description of valid values, or NULL.
Definition at line 139 of file ModelOptionDef.H. Referenced by dummy_namespace_to_avoid_gcc411_bug_CmdlineOptionManager_C::printFullHelp(), and InputFrameSeries::setFrameSource(). |
1.4.4