|
ObjectivelyMVC
Object oriented MVC framework for SDL3 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. | |
| View ** | view |
| The output storage for the resolved View. | |
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.