Gooey GUI Library
|
A signal that can emit events to all linked slots. More...
#include <gooey_signals.h>
Public Attributes | |
GooeySignal_Slot * | slots |
A signal that can emit events to all linked slots.
A signal contains a list of slots. Each slot corresponds to a callback function that will be executed when the signal is emitted.
GooeySignal_Slot* GooeySignal::slots |
List of slots (callbacks) associated with the signal