Vuo  2.3.2
Macros | 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. More...
 
json_objectVuoGridType_getJson (const VuoGridType value)
 Encodes value as a JSON object. More...
 
char * VuoGridType_getSummary (const VuoGridType value)
 Returns a compact string representation of value. More...
 
VuoList_VuoGridType VuoGridType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
bool VuoGridType_areEqual (VuoGridType a, VuoGridType b)
 Returns true if a == b. More...
 
bool VuoGridType_isLessThan (VuoGridType a, VuoGridType b)
 Returns true if a < b. More...
 
VuoGridType VuoGridType_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoGridType_getString (const VuoGridType value)
 Automatically generated function. More...
 
void VuoGridType_retain (VuoGridType value)
 Automatically generated function. More...
 
void VuoGridType_release (VuoGridType value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoGridType

Defines different ways of displaying a grid.

Definition at line 29 of file VuoGridType.h.

Function Documentation

◆ VuoGridType_areEqual()

bool VuoGridType_areEqual ( VuoGridType  a,
VuoGridType  b 
)

Returns true if a == b.

Changed in Vuo 2.0.0:
New.

Definition at line 99 of file VuoGridType.c.

◆ VuoGridType_getAllowedValues()

VuoList_VuoGridType VuoGridType_getAllowedValues ( void  )

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

Definition at line 69 of file VuoGridType.c.

◆ VuoGridType_getJson()

struct json_object * VuoGridType_getJson ( const VuoGridType  value)

Encodes value as a JSON object.

Definition at line 53 of file VuoGridType.c.

◆ VuoGridType_getString()

char* VuoGridType_getString ( const VuoGridType  value)

Automatically generated function.

◆ VuoGridType_getSummary()

char * VuoGridType_getSummary ( const VuoGridType  value)

Returns a compact string representation of value.

Definition at line 82 of file VuoGridType.c.

◆ VuoGridType_isLessThan()

bool VuoGridType_isLessThan ( VuoGridType  a,
VuoGridType  b 
)

Returns true if a < b.

Changed in Vuo 2.0.0:
New.

Definition at line 108 of file VuoGridType.c.

◆ VuoGridType_makeFromJson()

VuoGridType VuoGridType_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Definition at line 32 of file VuoGridType.c.

◆ VuoGridType_makeFromString()

VuoGridType VuoGridType_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoGridType_release()

void VuoGridType_release ( VuoGridType  value)

Automatically generated function.

◆ VuoGridType_retain()

void VuoGridType_retain ( VuoGridType  value)

Automatically generated function.