Tizen Native API
4.0
|
Function object callback for connecting void() methods. More...
Public Member Functions | |
CallbackFunctorDelegate1 (FunctorDelegate *object) | |
Constructor which copies a function object. |
Function object callback for connecting void() methods.
Dali::CallbackFunctorDelegate1< P1 >::CallbackFunctorDelegate1 | ( | FunctorDelegate * | object | ) |
Constructor which copies a function object.
This variant calls a void() member, ignoring any signal parameters.
[in] | object | The object to copy |