Tizen Native API
|
Dali::TypeAction Class Reference
Register 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
Register an action function.
- Since :
- 2.4
Constructor & Destructor Documentation
Dali::TypeAction::TypeAction | ( | TypeRegistration & | registered, |
const std::string & | name, | ||
TypeInfo::ActionFunction | f | ||
) |
Constructor registers the type creation function.
- Since :
- 2.4
- Parameters:
-
[in] registered The TypeRegistration object [in] name The action name [in] f The action function