Tizen Native API
5.0
|
Registers an action function. More...
Public Member Functions | |
TypeAction (TypeRegistration ®istered, const std::string &name, TypeInfo::ActionFunction f) | |
Constructor registers the type creation function. |
Detailed Description
Registers an action function.
- Since:
- 2.4, DALi version 1.0.0
Constructor & Destructor Documentation
Dali::TypeAction::TypeAction | ( | TypeRegistration & | registered, |
const std::string & | name, | ||
TypeInfo::ActionFunction | f | ||
) |
Constructor registers the type creation function.
- Since:
- 2.4, DALi version 1.0.0
- Parameters:
-
[in] registered The TypeRegistration object [in] name The action name [in] f The action function