Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
json_object * VuoGridType_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.
 
bool VuoGridType_areEqual (VuoGridType a, VuoGridType b)
 Returns true if a == b.
 
bool VuoGridType_isLessThan (VuoGridType a, VuoGridType b)
 Returns true if a < b.
 
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.
 

Macro Definition Documentation

◆ VuoGridType_SUPPORTS_COMPARISON

#define VuoGridType_SUPPORTS_COMPARISON

Definition at line 33 of file VuoGridType.h.

Enumeration Type Documentation

◆ VuoGridType

Defines different ways of displaying a grid.

Definition at line 27 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 97 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 67 of file VuoGridType.c.

◆ VuoGridType_getJson()

struct json_object * VuoGridType_getJson ( const VuoGridType  value)

Encodes value as a JSON object.

Definition at line 51 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 80 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 106 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 30 of file VuoGridType.c.

◆ VuoGridType_release()

void VuoGridType_release ( VuoGridType  value)

Automatically generated function.

◆ VuoGridType_retain()

void VuoGridType_retain ( VuoGridType  value)

Automatically generated function.