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