#include <SignalSlot.h>
|
| template<class Receiver > |
| void | connect (Receiver *rec, void(Receiver::*func)()) |
| |
| void | fire () |
| |
| virtual | ~SignalBase () |
| |
| void | connect (SlotBase< void, void, void, void, void > *slot) |
| |
| void | connect (Trackable *recv, SlotBase< void, void, void, void, void > *slot) |
| |
| void | disconnect (Trackable *recv) |
| |
| virtual void | disconnectTrackable (Trackable *recv) |
| |
template<class Receiver >
| void Signal< void, void, void, void, void >::connect |
( |
Receiver * |
rec, |
|
|
void(Receiver::*)() |
func |
|
) |
| |
|
inline |
| void Signal< void, void, void, void, void >::fire |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: