Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
signals.h File Reference

Signal and slot system for C projects. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  Signal { SIGNAL_BUTTON_HOVERED , SIGNAL_BUTTON_CLICKED , SIGNAL_AREA_COLLISION , SIGNAL_COUNT }
 Represents a signal. More...
 

Detailed Description

Signal and slot system for C projects.

This file contains the definitions of various structures used to create and manage signals and slots in a C project.

Enumeration Type Documentation

◆ Signal

enum Signal

Represents a signal.

This enumeration defines the possible signals that can be emitted in the application.

Enumerator
SIGNAL_BUTTON_HOVERED 
SIGNAL_BUTTON_CLICKED 
SIGNAL_AREA_COLLISION 
SIGNAL_COUNT