Tizen Native API
|
Dali::CallbackFunctorDelegate0 Class Reference
Function object callback for connecting void() methods. More...
Inheritance diagram for Dali::CallbackFunctorDelegate0:
Public Member Functions | |
CallbackFunctorDelegate0 (FunctorDelegate *object) | |
Constructor which copies a function object. |
Detailed Description
Function object callback for connecting void() methods.
- Since :
- 2.4
Constructor & Destructor Documentation
Constructor which copies a function object.
This variant calls a void() member, ignoring any signal parameters.
- Since :
- 2.4
- Parameters:
-
[in] object A newly allocated object (ownership is transferred).