CsSignal  1.3.1
CsSignal::PendingSlot Class Reference

Function object which encapsulates the call to a slot. More...

Public Member Functions

CsSignal::SignalBasesender () const
 
CsSignal::SlotBasereceiver () const
 
void operator () () const
 

Detailed Description

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.

Member Function Documentation

void PendingSlot::operator () ( ) const

This method will invoke the appropriate slot.

SlotBase * PendingSlot::receiver ( ) const
inline

This method returns a pointer to the slot base object which is slated to receive this signal.

SignalBase * PendingSlot::sender ( ) const
inline

This method returns a pointer to the signal base object which initiated this pending slot.


The documentation for this class was generated from the following files: