![]() |
VR-Link API Documentation for HLA 1.3
|
Base value object which simply stores a single string value. More...
Inheritance diagram for DtEnvValue:
Collaboration diagram for DtEnvValue:Public Types | |
| enum | DtEnvValueFormat { Value = 0, Listed = 1, Named = RESERVED_VALUE(1), Typed = RESERVED_VALUE(2), Native = RESERVED_VALUE(3), NamedListed = Named | Listed, NamedTypedListed = Named | Typed | Listed } |
Public Member Functions | |
| DtEnvValue (const DtString &value) | |
| virtual | ~DtEnvValue () |
| virtual DtString | value () const |
| Get the object's value. More... | |
| virtual DtString | unmodifiedValue () const |
| Get the object's value without environmental expansion. More... | |
| virtual void | setValue (const DtString &value) |
| Sets the object's value. More... | |
| virtual DtEnvValueSP | parent () const |
| Get the parent of the object. More... | |
| virtual void | setParent (DtEnvValueSP parent) |
| Set the parent of the object. More... | |
| DtEnvValueFormat | format () const |
| Get the format of the object. More... | |
Protected Member Functions | |
| virtual void | valueChanged () |
| virtual void | childChanged (DtEnvValue *) |
| void | addFormat (DtEnvValueFormat format) |
| DtEnvValue (const DtString &value, DtEnvValueFormat format) | |
| virtual DtEnvValue * | clone () const |
Protected Attributes | |
| DtEnvValueFormat | myFormat |
| DtEnvValueType | myValue |
| DtEnvValueType | myUnmodifiedValue |
| DtEnvValueWP | myParent |
Friends | |
| class DT_DLL_MTL | DtEnvironment |
| class | DtEnvList |
Base value object which simply stores a single string value.
|
explicit |
|
virtual |
|
protected |
|
protected |
|
protectedvirtual |
Reimplemented in DtEnvObject.
|
protectedvirtual |
Reimplemented in DtEnvList, DtEnvObject, and DtEnvNamedList.
| DtEnvValueFormat DtEnvValue::format | ( | ) | const |
Get the format of the object.
|
virtual |
Get the parent of the object.
|
virtual |
Set the parent of the object.
|
virtual |
Sets the object's value.
|
virtual |
Get the object's value without environmental expansion.
|
virtual |
Get the object's value.
|
protectedvirtual |
Reimplemented in DtEnvObject.
|
friend |
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |