Vuo  2.0.2
Enumerations | Functions
VuoHorizontalSide

Description

An enum defining direction on the horizontal axis (right or left).

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. More...
 
struct json_objectVuoHorizontalSide_getJson (const VuoHorizontalSide value)
 Encodes value as a JSON object. More...
 
VuoList_VuoHorizontalSide VuoHorizontalSide_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoHorizontalSide_getSummary (const VuoHorizontalSide value)
 Returns a compact string representation of value. More...
 
VuoHorizontalSide VuoHorizontalSide_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoHorizontalSide_getString (const VuoHorizontalSide value)
 Automatically generated function. More...
 
void VuoHorizontalSide_retain (VuoHorizontalSide value)
 Automatically generated function. More...
 
void VuoHorizontalSide_release (VuoHorizontalSide value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoHorizontalSide

Direction on the horizontal axis.

Definition at line 28 of file VuoHorizontalSide.h.

Function Documentation

◆ VuoHorizontalSide_getAllowedValues()

VuoList_VuoHorizontalSide VuoHorizontalSide_getAllowedValues ( void  )

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

Definition at line 71 of file VuoHorizontalSide.c.

◆ VuoHorizontalSide_getJson()

struct json_object* VuoHorizontalSide_getJson ( const VuoHorizontalSide  value)

Encodes value as a JSON object.

Definition at line 51 of file VuoHorizontalSide.c.

◆ VuoHorizontalSide_getString()

char* VuoHorizontalSide_getString ( const VuoHorizontalSide  value)

Automatically generated function.

◆ VuoHorizontalSide_getSummary()

char* VuoHorizontalSide_getSummary ( const VuoHorizontalSide  value)

Returns a compact string representation of value.

Definition at line 82 of file VuoHorizontalSide.c.

◆ VuoHorizontalSide_makeFromJson()

VuoHorizontalSide VuoHorizontalSide_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"right"

Definition at line 34 of file VuoHorizontalSide.c.

◆ VuoHorizontalSide_makeFromString()

VuoHorizontalSide VuoHorizontalSide_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoHorizontalSide_release()

void VuoHorizontalSide_release ( VuoHorizontalSide  value)

Automatically generated function.

◆ VuoHorizontalSide_retain()

void VuoHorizontalSide_retain ( VuoHorizontalSide  value)

Automatically generated function.