ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
Inlets enable inbound data binding of View attributes through JSON. More...
#include <View+JSON.h>
Data Fields | |
ident | data |
Type-specific data, e.g. an array of EnumNames. More... | |
ident | dest |
The Inlet destination. More... | |
const char * | name |
The Inlet name, e.g. "alignment" . More... | |
InletType | type |
The InletType, e.g. InletTypeEnum. More... | |
Inlets enable inbound data binding of View attributes through JSON.
Definition at line 155 of file View+JSON.h.
ident Inlet::data |
Type-specific data, e.g. an array of EnumNames.
Definition at line 175 of file View+JSON.h.
ident Inlet::dest |
The Inlet destination.
Definition at line 170 of file View+JSON.h.
const char* Inlet::name |
The Inlet name, e.g. "alignment"
.
Definition at line 160 of file View+JSON.h.
InletType Inlet::type |
The InletType, e.g. InletTypeEnum.
Definition at line 165 of file View+JSON.h.