Tizen Native API
|
Template function instances for property getters. More...
Functions | |
const char * | GetName (Property::Type type) |
Retrieve the name of a property type. | |
template<typename T > | |
Property::Type | Get () |
Retrieve an enumerated property type. |
Detailed Description
Template function instances for property getters.
- Since :
- 2.4
Function Documentation
template<typename T >
Property::Type Dali::PropertyTypes::Get | ( | ) |
Retrieve an enumerated property type.
New versions of this templated function must be defined for future types.
- Since :
- 2.4
- Returns:
- The property type.
const char* Dali::PropertyTypes::GetName | ( | Property::Type | type | ) |
Retrieve the name of a property type.
- Since :
- 2.4
- Parameters:
-
[in] type The property type.
- Returns:
- The name of this type.