Vuo  1.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Enumerations | Functions
VuoGridType.h File Reference

Description

VuoGridType C type definition.

Classes

struct  VuoList_VuoGridType_struct
 A list of VuoGridType elements. More...
 

Enumerations

enum  VuoGridType { VuoGridType_Horizontal, VuoGridType_Vertical, VuoGridType_HorizontalAndVertical }
 Defines different ways of displaying a grid. More...
 

Functions

VuoGridType VuoGridType_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoGridType_getJson (const VuoGridType value)
 Encodes value as a JSON object.
 
VuoList_VuoGridType VuoGridType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoGridType_getSummary (const VuoGridType value)
 Returns a compact string representation of value.
 
VuoGridType VuoGridType_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoGridType_getString (const VuoGridType value)
 Automatically generated function.
 
void VuoGridType_retain (VuoGridType value)
 Automatically generated function.
 
void VuoGridType_release (VuoGridType value)
 Automatically generated function.
 
#define VuoList_VuoGridType_TYPE_DEFINED
 
typedef struct
VuoList_VuoGridType_struct
VuoList_VuoGridType