|
ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
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... | |
The Notification type.
Notifications provide broadcast communication to all ViewControllers in a given window.
Definition at line 34 of file Notification.h.
| ident Notification::data |
The data.
Definition at line 49 of file Notification.h.
| int Notification::name |
The notification name.
Definition at line 39 of file Notification.h.
| ident Notification::sender |
The sender.
Definition at line 44 of file Notification.h.