Vuo  2.0.2
Macros | Enumerations | Functions
VuoOrientation

Description

Horizontal or vertical alignment.

Enumerations

enum  VuoOrientation { VuoOrientation_Horizontal, VuoOrientation_Vertical }
 Horizontal or vertical alignment. More...
 

Functions

VuoOrientation VuoOrientation_makeFromJson (json_object *js)
 
json_objectVuoOrientation_getJson (const VuoOrientation value)
 
char * VuoOrientation_getSummary (const VuoOrientation value)
 
VuoList_VuoOrientation VuoOrientation_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
bool VuoOrientation_areEqual (const VuoOrientation valueA, const VuoOrientation valueB)
 Returns true if the two values are equal. More...
 
bool VuoOrientation_isLessThan (const VuoOrientation valueA, const VuoOrientation valueB)
 Returns true if valueA is less than valueB. More...
 
VuoOrientation VuoOrientation_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoOrientation_getString (const VuoOrientation value)
 Automatically generated function. More...
 
void VuoOrientation_retain (VuoOrientation value)
 Automatically generated function. More...
 
void VuoOrientation_release (VuoOrientation value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoOrientation

Horizontal or vertical alignment.

Changed in Vuo 2.0.0:
New.

Definition at line 30 of file VuoOrientation.h.

Function Documentation

◆ VuoOrientation_areEqual()

bool VuoOrientation_areEqual ( const VuoOrientation  valueA,
const VuoOrientation  valueB 
)

Returns true if the two values are equal.

Changed in Vuo 2.0.0:
New.

Definition at line 96 of file VuoOrientation.c.

◆ VuoOrientation_getAllowedValues()

VuoList_VuoOrientation VuoOrientation_getAllowedValues ( void  )

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

Changed in Vuo 2.0.0:
New.

Definition at line 67 of file VuoOrientation.c.

◆ VuoOrientation_getJson()

struct json_object * VuoOrientation_getJson ( const VuoOrientation  value)

Encodes value as a JSON object.

Changed in Vuo 2.0.0:
New.

Definition at line 52 of file VuoOrientation.c.

◆ VuoOrientation_getString()

char* VuoOrientation_getString ( const VuoOrientation  value)

Automatically generated function.

◆ VuoOrientation_getSummary()

char * VuoOrientation_getSummary ( const VuoOrientation  value)

Returns a compact string representation of value.

Changed in Vuo 2.0.0:
New.

Definition at line 81 of file VuoOrientation.c.

◆ VuoOrientation_isLessThan()

bool VuoOrientation_isLessThan ( const VuoOrientation  valueA,
const VuoOrientation  valueB 
)

Returns true if valueA is less than valueB.

Changed in Vuo 2.0.0:
New.

Definition at line 106 of file VuoOrientation.c.

◆ VuoOrientation_makeFromJson()

VuoOrientation VuoOrientation_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Changed in Vuo 2.0.0:
New.

Definition at line 33 of file VuoOrientation.c.

◆ VuoOrientation_makeFromString()

VuoOrientation VuoOrientation_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoOrientation_release()

void VuoOrientation_release ( VuoOrientation  value)

Automatically generated function.

◆ VuoOrientation_retain()

void VuoOrientation_retain ( VuoOrientation  value)

Automatically generated function.