ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
Data Fields
Notification Struct Reference

The Notification type. More...

#include <Notification.h>

Data Fields

ident data
 The data. More...
 
int name
 The notification name. More...
 
ident sender
 The sender. More...
 

Detailed Description

The Notification type.

Notifications provide broadcast communication to all ViewControllers in a given window.

Definition at line 34 of file Notification.h.

Field Documentation

◆ data

ident Notification::data

The data.

Definition at line 49 of file Notification.h.

◆ name

int Notification::name

The notification name.

Definition at line 39 of file Notification.h.

◆ sender

ident Notification::sender

The sender.

Definition at line 44 of file Notification.h.


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