ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
Outlets enable outbound data binding of Views through JSON. More...
#include <View+JSON.h>
Data Fields | |
const char * | identifier |
The View identifier. More... | |
View ** | view |
The output storage for the resolved View. More... | |
Outlets enable outbound data binding of Views through JSON.
Definition at line 200 of file View+JSON.h.
const char* Outlet::identifier |
The View identifier.
Definition at line 205 of file View+JSON.h.
View** Outlet::view |
The output storage for the resolved View.
Definition at line 210 of file View+JSON.h.