Tizen Native API
4.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. |
Registers a signal connector function to a registered type.
Dali::SignalConnectorType::SignalConnectorType | ( | TypeRegistration & | typeRegistration, |
const std::string & | name, | ||
TypeInfo::SignalConnectorFunction | func | ||
) |
Constructor registers the type creation function.
[in] | typeRegistration | The TypeRegistration object |
[in] | name | The signal name |
[in] | func | The signal connector function |