Basic class definition for functors used by a FunctorSubscriberSlot. More...
#include <eventsubscriberslot.h>
Public Member Functions | |
| FunctorEventSubscriber () | |
| Clsas constructor. | |
| virtual | ~FunctorEventSubscriber () |
| Class destructor. | |
| virtual void | operator() (EventArgumentsPtr Args)=0 |
| Executes subscriber specific functionality when the event is fired. More... | |
Basic class definition for functors used by a FunctorSubscriberSlot.
Definition at line 137 of file eventsubscriberslot.h.
|
pure virtual |
Executes subscriber specific functionality when the event is fired.
| Args | The arguments that describe the fired event. |
1.8.9.1. Thanks to the
Open Icon Library
for help with some of the icons.