Vuo  2.3.2
Classes | Macros | Enumerations | Functions
VuoGridType.h File Reference

Description

VuoGridType C type definition.

Definition in file VuoGridType.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoGridType_struct
 List type. 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. More...
 
json_objectVuoGridType_getJson (const VuoGridType value)
 Encodes value as a JSON object. More...
 
VuoList_VuoGridType VuoGridType_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoGridType_getSummary (const VuoGridType value)
 Returns a compact string representation of value. 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...
 
#define VuoList_VuoGridType_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoGridType_structVuoList_VuoGridType
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoGridType_TYPE_DEFINED

#define VuoList_VuoGridType_TYPE_DEFINED

List type.

Definition at line 14 of file VuoGridType.h.

Typedef Documentation

◆ VuoList_VuoGridType

List type.