|
Tizen Native API
5.0
|
Registers a signal connector function to a registered type. More...
Public Member Functions | |
| SignalConnectorType (TypeRegistration &typeRegistration, const std::string &name, TypeInfo::SignalConnectorFunction func) | |
| Constructor registers the type creation function. | |
Detailed Description
Registers a signal connector function to a registered type.
- Since:
- 2.4, DALi version 1.0.0
Constructor & Destructor Documentation
| Dali::SignalConnectorType::SignalConnectorType | ( | TypeRegistration & | typeRegistration, |
| const std::string & | name, | ||
| TypeInfo::SignalConnectorFunction | func | ||
| ) |
Constructor registers the type creation function.
- Since:
- 2.4, DALi version 1.0.0
- Parameters:
-
[in] typeRegistration The TypeRegistration object [in] name The signal name [in] func The signal connector function