| 
    Tizen Native API
    5.5
    
   
   | 
  
  
  
 
Registers an action function. More...
Public Member Functions | |
| TypeAction (TypeRegistration ®istered, const std::string &name, TypeInfo::ActionFunction f) | |
| Constructor registers the type creation function.   | |
Registers an action function.
| Dali::TypeAction::TypeAction | ( | TypeRegistration & | registered, | 
| const std::string & | name, | ||
| TypeInfo::ActionFunction | f | ||
| ) | 
Constructor registers the type creation function.
| [in] | registered | The TypeRegistration object | 
| [in] | name | The action name | 
| [in] | f | The action function |