#include <Parameter.h>
|
void | DefineEnumValue (const String &rName, kt_int64s value) |
|
const EnumPairList | GetEnumValues () const |
|
| ParameterEnum (ParameterSet *pParameterSet, const karto::String &rName, const karto::String &rDisplayName, const karto::String &rDescription, kt_int64s value) |
|
| Parameter (ParameterDescription *pDescription, const kt_int64s &rValue) |
|
| Parameter (ParameterSet *pParameterSet, const karto::String &rName, const karto::String &rDisplayName, const karto::String &rDescription, const kt_int64s &rValue) |
|
| AbstractParameter (ParameterDescription *pDescription, ParameterSet *pParameterSet=NULL) |
|
const karto::String & | GetDescription () const |
|
const karto::String & | GetDisplayName () const |
|
kt_int32s | GetFlags () const |
|
const karto::String & | GetName () const |
|
const ParameterDescription * | GetParameterDescription () const |
|
ParameterDescription * | GetParameterDescription () |
|
| Referenced () |
|
Parameter enum class
Definition at line 748 of file Parameter.h.
Enumeration parameter
- Parameters
-
pParameterSet | set this parameter enumeration will belong to |
rName | name |
rDisplayName | display name |
rDescription | description |
value | value |
Definition at line 175 of file Parameter.cpp.
void karto::ParameterEnum::DefineEnumValue |
( |
const String & |
rName, |
|
|
kt_int64s |
value |
|
) |
| |
Defines the enum with the given name as having the given value
- Parameters
-
rName | name of enum |
value | value of enum |
Definition at line 219 of file Parameter.cpp.
const EnumPairList karto::ParameterEnum::GetEnumValues |
( |
| ) |
const |
Gets the list of enum pairs associated with this parameter
- Returns
- list of enum pairs associated with this parameter
Definition at line 237 of file Parameter.cpp.
const String karto::ParameterEnum::GetValueAsString |
( |
| ) |
const |
|
protectedvirtual |
karto::ParameterEnum::KARTO_RTTI |
( |
| ) |
|
|
private |
void karto::ParameterEnum::SetValueFromString |
( |
const karto::String & |
rStringValue | ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files: