ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
Data Fields
Inlet Struct Reference

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...
 

Detailed Description

Inlets enable inbound data binding of View attributes through JSON.

See also
View::bind(View *, const Dictionary *, const Inlet *)

Definition at line 155 of file View+JSON.h.

Field Documentation

◆ data

ident Inlet::data

Type-specific data, e.g. an array of EnumNames.

Definition at line 175 of file View+JSON.h.

◆ dest

ident Inlet::dest

The Inlet destination.

Definition at line 170 of file View+JSON.h.

◆ name

const char* Inlet::name

The Inlet name, e.g. "alignment".

Definition at line 160 of file View+JSON.h.

◆ type

InletType Inlet::type

The InletType, e.g. InletTypeEnum.

Definition at line 165 of file View+JSON.h.


The documentation for this struct was generated from the following file: