#include <configuration.h>
Inherits adtf::base::ant::cPropertyVariable.
Inherited by adtf::base::giant::property_variable< T >.
|
|
std::unique_ptr< cImplementation > | m_pImplementation |
| |
◆ cPropertyVariable() [1/3]
| adtf::base::giant::cPropertyVariable::cPropertyVariable |
( |
| ) |
|
◆ cPropertyVariable() [2/3]
| adtf::base::giant::cPropertyVariable::cPropertyVariable |
( |
const cPropertyVariable & | oOther | ) |
|
Copy constructor.
- Parameters
-
| [in] | oOther | The moved instance. |
◆ cPropertyVariable() [3/3]
| adtf::base::giant::cPropertyVariable::cPropertyVariable |
( |
cPropertyVariable && | oOther | ) |
|
Move constructor.
- Parameters
-
| [in] | oOther | The moved instance. |
◆ ~cPropertyVariable()
| adtf::base::giant::cPropertyVariable::~cPropertyVariable |
( |
| ) |
|
|
overridevirtual |
◆ GetSubProperties() [1/2]
- Returns
- non-const reference to the Sub-Properties.
◆ GetSubProperties() [2/2]
| const ant::IProperties & adtf::base::giant::cPropertyVariable::GetSubProperties |
( |
| ) |
const |
- Returns
- The Sub-Properties that should be set on the associated Property.
◆ 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 adtf::base::giant::cPropertyVariable::SetDescription |
( |
const char * | strDescription | ) |
|
Sets the description text associated with the Property.
- Parameters
-
| [in] | strDescription | The Description. |
◆ SetDisplayName()
| void adtf::base::giant::cPropertyVariable::SetDisplayName |
( |
const char * | strDisplayName | ) |
|
Sets the name that tools should display.
- Parameters
-
| [in] | strDisplayName | The display name. |
◆ SetFilenameExtensionFilter()
| void adtf::base::giant::cPropertyVariable::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 adtf::base::giant::cPropertyVariable::SetFilenameOpenForWriting |
( |
bool | bWriteMode | ) |
|
Sets the write mode for the file property. Configuration Editor will create a save file dialog for those properties.
◆ SetResolveMacros()
| tVoid adtf::base::giant::cPropertyVariable::SetResolveMacros |
( |
tBool | bResolveMacros | ) |
|
Sets whether or not macros should be resolved by the session manager or not.
- Parameters
-
| [in] | bResolveMacros | Default is true. |
The documentation for this class was generated from the following file: