CsSignal
2.0.0
|
Function object which encapsulates the call to a slot. More...
Public Member Functions | |
SignalBase * | sender () const |
SlotBase * | receiver () const |
void | operator () () const |
Function object which encapsulates the call to a slot.
The PendingSlot class contains the necessary data to support deferred invocation of a slot. This class is a function object which encapsulates the call to a slot.
void PendingSlot::operator () | ( | ) | const |
This method will invoke the appropriate slot.
|
inline |
This method returns a pointer to the slot base object which is slated to receive this signal.
|
inline |
This method returns a pointer to the signal base object which initiated this pending slot.