ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
#include <ObjectivelyMVC/Types.h>
Go to the source code of this file.
Data Structures | |
struct | Notification |
The Notification type. More... | |
Functions | |
OBJECTIVELYMVC_EXPORT void | MVC_PostNotification (const Notification *notification) |
Posts the Notification to all ViewControllers in the current window. More... | |
Variables | |
OBJECTIVELYMVC_EXPORT Uint32 | MVC_NOTIFICATION_EVENT |
The custom event type for notifications. More... | |
OBJECTIVELYMVC_EXPORT void MVC_PostNotification | ( | const Notification * | notification | ) |
Posts the Notification to all ViewControllers in the current window.
notification | The Notification. |
Definition at line 32 of file Notification.c.
OBJECTIVELYMVC_EXPORT Uint32 MVC_NOTIFICATION_EVENT |
The custom event type for notifications.
Definition at line 55 of file Notification.h.