Vuo  2.3.2
Macros | Enumerations | Functions
VuoVerticalAlignment

Description

Vertical alignment.

Enumerations

enum  VuoVerticalAlignment { VuoVerticalAlignment_Top , VuoVerticalAlignment_Center , VuoVerticalAlignment_Bottom }
 Vertical alignment. More...
 

Functions

VuoVerticalAlignment VuoVerticalAlignment_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoVerticalAlignment_getJson (const VuoVerticalAlignment value)
 Encodes value as a JSON object. More...
 
char * VuoVerticalAlignment_getSummary (const VuoVerticalAlignment value)
 Returns a compact string representation of value. More...
 
VuoList_VuoVerticalAlignment VuoVerticalAlignment_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
bool VuoVerticalAlignment_areEqual (const VuoVerticalAlignment valueA, const VuoVerticalAlignment valueB)
 Returns true if the two values are equal. More...
 
bool VuoVerticalAlignment_isLessThan (const VuoVerticalAlignment valueA, const VuoVerticalAlignment valueB)
 Returns true if valueA is less than valueB. More...
 
VuoVerticalAlignment VuoVerticalAlignment_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoVerticalAlignment_getString (const VuoVerticalAlignment value)
 Automatically generated function. More...
 
void VuoVerticalAlignment_retain (VuoVerticalAlignment value)
 Automatically generated function. More...
 
void VuoVerticalAlignment_release (VuoVerticalAlignment value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoVerticalAlignment

Vertical alignment.

Definition at line 28 of file VuoVerticalAlignment.h.

Function Documentation

◆ VuoVerticalAlignment_areEqual()

bool VuoVerticalAlignment_areEqual ( const VuoVerticalAlignment  valueA,
const VuoVerticalAlignment  valueB 
)

Returns true if the two values are equal.

Definition at line 98 of file VuoVerticalAlignment.c.

◆ VuoVerticalAlignment_getAllowedValues()

VuoList_VuoVerticalAlignment VuoVerticalAlignment_getAllowedValues ( void  )

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

Definition at line 70 of file VuoVerticalAlignment.c.

◆ VuoVerticalAlignment_getJson()

struct json_object * VuoVerticalAlignment_getJson ( const VuoVerticalAlignment  value)

Encodes value as a JSON object.

Definition at line 55 of file VuoVerticalAlignment.c.

◆ VuoVerticalAlignment_getString()

char* VuoVerticalAlignment_getString ( const VuoVerticalAlignment  value)

Automatically generated function.

◆ VuoVerticalAlignment_getSummary()

char * VuoVerticalAlignment_getSummary ( const VuoVerticalAlignment  value)

Returns a compact string representation of value.

Definition at line 83 of file VuoVerticalAlignment.c.

◆ VuoVerticalAlignment_isLessThan()

bool VuoVerticalAlignment_isLessThan ( const VuoVerticalAlignment  valueA,
const VuoVerticalAlignment  valueB 
)

Returns true if valueA is less than valueB.

Definition at line 106 of file VuoVerticalAlignment.c.

◆ VuoVerticalAlignment_makeFromJson()

VuoVerticalAlignment VuoVerticalAlignment_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
{
"replaceThis" : -1
}

Definition at line 37 of file VuoVerticalAlignment.c.

◆ VuoVerticalAlignment_makeFromString()

VuoVerticalAlignment VuoVerticalAlignment_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoVerticalAlignment_release()

void VuoVerticalAlignment_release ( VuoVerticalAlignment  value)

Automatically generated function.

◆ VuoVerticalAlignment_retain()

void VuoVerticalAlignment_retain ( VuoVerticalAlignment  value)

Automatically generated function.