Tizen Native API
Dali::SignalConnectorType Class Reference

Register 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

Register a signal connector function to a registered type.

Since :
2.4

Constructor & Destructor Documentation

Dali::SignalConnectorType::SignalConnectorType ( TypeRegistration typeRegistration,
const std::string &  name,
TypeInfo::SignalConnectorFunction  func 
)

Constructor registers the type creation function.

Since :
2.4
Parameters:
[in]typeRegistrationThe TypeRegistration object
[in]nameThe signal name
[in]funcThe signal connector function