Base class for property_variable.
More...
|
std::unique_ptr< cImplementation > | m_pImplementation |
|
Base class for property_variable.
Definition at line 510 of file configuration.h.
◆ cPropertyVariable() [1/2]
Copy constructor.
- Parameters
-
[in] | oOther | The moved instance. |
◆ cPropertyVariable() [2/2]
Move constructor.
- Parameters
-
[in] | oOther | The moved instance. |
◆ GetSubProperties() [1/2]
- Returns
- non-const reference to the Sub-Properties.
◆ GetSubProperties() [2/2]
◆ operator=() [1/2]
Assignment operator.
- Parameters
-
[in] | oOther | The moved instance. |
- Returns
- Reference to the Property Variable
◆ operator=() [2/2]
Move assignment operator.
- Parameters
-
[in] | oOther | The moved instance. |
- Returns
- Reference to the Property Variable
◆ SetDescription()
void SetDescription |
( |
const char * |
strDescription | ) |
|
Sets the description text associated with the Property.
- Parameters
-
[in] | strDescription | The Description. |
◆ SetDisplayName()
void SetDisplayName |
( |
const char * |
strDisplayName | ) |
|
Sets the name that tools should display.
- Parameters
-
[in] | strDisplayName | The display name. |
◆ SetFilenameExtensionFilter()
void SetFilenameExtensionFilter |
( |
const char * |
strFilenameExtensionFilter | ) |
|
Sets optional file filters for Configuration Editor FileDialogs of cFilename and cFilenameList properties e.g.
SetFilenameExtensionFilter("ADTF DAT files (*.dat *.adtfdat),ADTF Media Description files (*.description)").
- Parameters
-
[in] | strFilenameExtensionFilter | Comma seperated list of filename extensions to filter |
◆ SetFilenameOpenForWriting()
void SetFilenameOpenForWriting |
( |
bool |
bWriteMode | ) |
|
Sets the write mode for the file property.
Configuration Editor will create a save file dialog for those properties.
◆ SetResolveMacros()
Sets whether or not macros should be resolved by the session manager or not.
- Parameters
-
[in] | bResolveMacros | Default is true. |