#include <mitkConfigurationHolder.h>
Definition at line 28 of file mitkConfigurationHolder.h.
◆ ValueType
Enumerator |
---|
DT_UNINIZIALIZED | |
DT_BOOL | |
DT_UINT | |
DT_INT | |
DT_DOUBLE | |
DT_STRING | |
DT_GROUP | |
Definition at line 31 of file mitkConfigurationHolder.h.
◆ ConfigurationHolder()
mitk::ConfigurationHolder::ConfigurationHolder |
( |
| ) |
|
◆ AddToGroup()
void mitk::ConfigurationHolder::AddToGroup |
( |
std::string |
id, |
|
|
const ConfigurationHolder & |
value |
|
) |
| |
◆ AsBool() [1/2]
bool mitk::ConfigurationHolder::AsBool |
( |
| ) |
|
◆ AsBool() [2/2]
bool mitk::ConfigurationHolder::AsBool |
( |
bool |
value | ) |
|
◆ AsDouble() [1/2]
double mitk::ConfigurationHolder::AsDouble |
( |
| ) |
|
◆ AsDouble() [2/2]
double mitk::ConfigurationHolder::AsDouble |
( |
double |
value | ) |
|
◆ AsInt() [1/2]
int mitk::ConfigurationHolder::AsInt |
( |
| ) |
|
◆ AsInt() [2/2]
int mitk::ConfigurationHolder::AsInt |
( |
int |
value | ) |
|
◆ AsString() [1/2]
std::string mitk::ConfigurationHolder::AsString |
( |
| ) |
|
◆ AsString() [2/2]
std::string mitk::ConfigurationHolder::AsString |
( |
std::string |
value | ) |
|
◆ AsStringVector()
std::vector<std::string> mitk::ConfigurationHolder::AsStringVector |
( |
| ) |
|
◆ AsUnsignedInt() [1/2]
unsigned int mitk::ConfigurationHolder::AsUnsignedInt |
( |
| ) |
|
◆ AsUnsignedInt() [2/2]
unsigned int mitk::ConfigurationHolder::AsUnsignedInt |
( |
unsigned int |
value | ) |
|
◆ At()
◆ ClearGroup()
void mitk::ConfigurationHolder::ClearGroup |
( |
| ) |
|
◆ SetBool()
void mitk::ConfigurationHolder::SetBool |
( |
bool |
value | ) |
|
◆ SetDouble()
void mitk::ConfigurationHolder::SetDouble |
( |
double |
value | ) |
|
◆ SetInt()
void mitk::ConfigurationHolder::SetInt |
( |
int |
value | ) |
|
◆ SetString()
void mitk::ConfigurationHolder::SetString |
( |
std::string |
value | ) |
|
◆ SetUnsignedInt()
void mitk::ConfigurationHolder::SetUnsignedInt |
( |
unsigned int |
value | ) |
|
The documentation for this class was generated from the following file: