Tizen Native API
|
Dali::SlotConnection Class Reference
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 () |
Retrieve the callback. | |
SlotObserver * | GetSlotObserver () |
Retrieve the slot observer. |
Detailed Description
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:
- Callback (slot)
- SlotObserver -interface provided by the signal
It holds a pointer to the callback, but does not own it.
- Since :
- 2.4
Constructor & Destructor Documentation
Dali::SlotConnection::SlotConnection | ( | SlotObserver * | slotObserver, |
CallbackBase * | callback | ||
) |
Constructor.
- Since :
- 2.4
- Parameters:
-
[in] slotObserver The slot observer. [in] callback A callback object (not owned).
Non-virtual destructor, not intended as a base class.
- Since :
- 2.4
Member Function Documentation
Retrieve the callback.
- Since :
- 2.4
- Returns:
- A pointer to the callback.
Retrieve the slot observer.
- Since :
- 2.4
- Returns:
- A pointer to the slot observer.