Tizen Native API
5.5
|
Dispatcher to call a functor. More...
Static Public Member Functions | |
static void | Dispatch (CallbackBase &callback, P1 param1, P2 param2) |
Calls a function object. |
Dispatcher to call a functor.
This variant calls a void() member, ignoring any signal parameters.
static void Dali::VoidFunctorDispatcher2< T, P1, P2 >::Dispatch | ( | CallbackBase & | callback, |
P1 | param1, | ||
P2 | param2 | ||
) | [static] |
Calls a function object.
[in] | callback | The callback information |
[in] | param1 | The first parameter to pass to the real member function |
[in] | param2 | The second parameter to pass to the real member function |