Vuo  1.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoGridType

Description

Defines different ways of displaying a grid.

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.
 
char * VuoGridType_getSummary (const VuoGridType value)
 Returns a compact string representation of value.
 
VuoList_VuoGridType VuoGridType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
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.
 

Enumeration Type Documentation

Defines different ways of displaying a grid.

Function Documentation

VuoList_VuoGridType VuoGridType_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

struct json_object * VuoGridType_getJson ( const VuoGridType  value)
read

Encodes value as a JSON object.

char* VuoGridType_getString ( const VuoGridType  value)

Automatically generated function.

char * VuoGridType_getSummary ( const VuoGridType  value)

Returns a compact string representation of value.

VuoGridType VuoGridType_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

VuoGridType VuoGridType_makeFromString ( const char *  str)

Automatically generated function.

void VuoGridType_release ( VuoGridType  value)

Automatically generated function.

void VuoGridType_retain ( VuoGridType  value)

Automatically generated function.