Tizen Native API
5.5
|
Slot connection is the connection information held by a connection tracker. More...
Public Member Functions | |
SlotConnection (SlotObserver *slotObserver, CallbackBase *callback) | |
Constructor. | |
~SlotConnection () | |
Non-virtual destructor, not intended as a base class. | |
CallbackBase * | GetCallback () |
Retrieves the callback. | |
SlotObserver * | GetSlotObserver () |
Retrieves the slot observer. |
Slot connection is the connection information held by a connection tracker.
A slot can have zero to many connection objects, depending on how many signals it is connected to.
A connection contains:
It holds a pointer to the callback, but does not own it.
Dali::SlotConnection::SlotConnection | ( | SlotObserver * | slotObserver, |
CallbackBase * | callback | ||
) |
Constructor.
[in] | slotObserver | The slot observer |
[in] | callback | A callback object (not owned) |
Non-virtual destructor, not intended as a base class.
Retrieves the callback.
Retrieves the slot observer.