Tizen Native API
5.0
|
Dali::CallbackFunctorDelegate3< P1, P2, P3 > Class Template Reference
Function object callback for connecting void() methods. More...
Inheritance diagram for Dali::CallbackFunctorDelegate3< P1, P2, P3 >:
Public Member Functions | |
CallbackFunctorDelegate3 (FunctorDelegate *object) | |
Constructor which copies a function object. |
Detailed Description
template<typename P1, typename P2, typename P3>
class Dali::CallbackFunctorDelegate3< P1, P2, P3 >
Function object callback for connecting void() methods.
- Since:
- 3.0, DALi version 1.0.0
Constructor & Destructor Documentation
template<typename P1 , typename P2 , typename P3 >
Dali::CallbackFunctorDelegate3< P1, P2, P3 >::CallbackFunctorDelegate3 | ( | FunctorDelegate * | object | ) |
Constructor which copies a function object.
This variant calls a void() member, ignoring any signal parameters.
- Since:
- 3.0, DALi version 1.0.0
- Parameters:
-
[in] object The object to copy