Gooey GUI Library
Loading...
Searching...
No Matches
GooeySignal Struct Reference

A signal that can emit events to all linked slots. More...

#include <gooey_signals.h>

Public Attributes

GooeySignal_Slotslots
 

Detailed Description

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.

Member Data Documentation

◆ slots

GooeySignal_Slot* GooeySignal::slots

List of slots (callbacks) associated with the signal


The documentation for this struct was generated from the following file: