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

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

Detailed Description

Outlets enable outbound data binding of Views through JSON.

Remarks
References returned via Outlet binding are weak, and do not retain the matched View.
See also
View::viewWithDictionary(const Dictionary *, Outlet *)

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

Field Documentation

◆ identifier

const char* Outlet::identifier

The View identifier.

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

◆ view

View** Outlet::view

The output storage for the resolved View.

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


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