Go to the source code of this file.
Classes | |
struct | SlotManager |
An interface for the management of slots. More... | |
Functions | |
SignalSlotManager | owner () |
void | genericConnect (GenericSignal s) |
void | genericDisconnect (GenericSignal s) |
uint | numberOfArguments () |
char[][] | arguments () |
class | Slot () |
A slot to which signals can be connected. | |
class | Slot (T1) |
class | Slot (T1, T2) |
class | Slot (T1, T2, T3) |
class | Slot (T1, T2, T3, T4) |
class | Slot (T1, T2, T3, T4, T5) |
Variables | |
SlotManager | disconnect |
Disconnect all. | |
char[][] | DUMMYarguments |
|
|
Definition at line 32 of file slot.d. Referenced by Signal(). |
|
Definition at line 33 of file slot.d. Referenced by Signal(). |
|
|
|
Calls the registered callBack member function. Allows the Slot to be called like a function. A slot to which signals can be connected. A Slot should be owned by a managing class, and can be connected to one or more Signals, possibly in other classes. This Slot is then notified when a connected Signal is emitted, and the corresponding call-back function ("delegate") called. Calls the registered callBack member function. Allows the Slot to be called like a function. Calls the registered callBack member function. Allows the Slot to be called like a function. Calls the registered callBack member function. Allows the Slot to be called like a function. Calls the registered callBack member function. Allows the Slot to be called like a function. Calls the registered callBack member function. Allows the Slot to be called like a function. Calls the registered callBack member function. Allows the Slot to be called like a function. Calls the registered callBack member function. Allows the Slot to be called like a function. Calls the registered callBack member function. Allows the Slot to be called like a function.Definition at line 152 of file slot.d. |
|
Calls the registered callBack member function. Allows the Slot to be called like a function.Definition at line 129 of file slot.d. |
|
Calls the registered callBack member function. Allows the Slot to be called like a function.Definition at line 107 of file slot.d. |
|
Calls the registered callBack member function. Allows the Slot to be called like a function.Definition at line 86 of file slot.d. References disconnect(). |
|
Calls the registered callBack member function. Allows the Slot to be called like a function.Definition at line 66 of file slot.d. References owner(), and SignalSlotManager::register(). |
|
A slot to which signals can be connected. A Slot should be owned by a managing class, and can be connected to one or more Signals, possibly in other classes. This Slot is then notified when a connected Signal is emitted, and the corresponding call-back function ("delegate") called. Calls the registered callBack member function. Allows the Slot to be called like a function.Definition at line 50 of file slot.d. |
|
Disconnect all. Breaks all connections from this Slot. |
|