#include <signal.h>
Connects a slot to the signal
- Parameters
-
slot | The slot you wish to connect |
- See also
- bind To bind a slot to a function
Disconnects a slot from the signal
- Parameters
-
slot | The slot you wish to disconnect |
- See also
- bind To bind a slot to a function
template<class Slot>
template<class... Args>
void wink::signal< Slot >::raiseEvent |
( |
Args &&... |
args | ) |
const |
|
inline |
Emits the events you wish to send to the call-backs
- Parameters
-
args | The arguments to emit to the slots connected to the signal |
The documentation for this struct was generated from the following file: