Vuo 2.4.4
Loading...
Searching...
No Matches
Enumerations | Functions
VuoHorizontalSide.h File Reference

Description

VuoHorizontalSide C type definition.

Definition in file VuoHorizontalSide.h.

Go to the source code of this file.

Enumerations

enum  VuoHorizontalSide { VuoHorizontalSide_Left , VuoHorizontalSide_Right }
 Direction on the horizontal axis. More...
 

Functions

VuoHorizontalSide VuoHorizontalSide_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_object * VuoHorizontalSide_getJson (const VuoHorizontalSide value)
 Encodes value as a JSON object.
 
VuoList_VuoHorizontalSide VuoHorizontalSide_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoHorizontalSide_getSummary (const VuoHorizontalSide value)
 Returns a compact string representation of value.
 
char * VuoHorizontalSide_getString (const VuoHorizontalSide value)
 Automatically generated function.
 
void VuoHorizontalSide_retain (VuoHorizontalSide value)
 Automatically generated function.
 
void VuoHorizontalSide_release (VuoHorizontalSide value)
 Automatically generated function.