Vuo  0.9.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoVerticalAlignment

Description

Vertical alignment.

Enumerations

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

Functions

VuoVerticalAlignment VuoVerticalAlignment_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoVerticalAlignment_jsonFromValue (const VuoVerticalAlignment value)
 Encodes value as a JSON object.
 
char * VuoVerticalAlignment_summaryFromValue (const VuoVerticalAlignment value)
 Returns a compact string representation of value.
 
VuoList_VuoVerticalAlignment VuoVerticalAlignment_allowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoVerticalAlignment VuoVerticalAlignment_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoVerticalAlignment_stringFromValue (const VuoVerticalAlignment value)
 Automatically generated function.
 
void VuoVerticalAlignment_retain (VuoVerticalAlignment value)
 Automatically generated function.
 
void VuoVerticalAlignment_release (VuoVerticalAlignment value)
 Automatically generated function.
 

Enumeration Type Documentation

Vertical alignment.

Function Documentation

VuoList_VuoVerticalAlignment VuoVerticalAlignment_allowedValues ( void  )

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

struct json_object * VuoVerticalAlignment_jsonFromValue ( const VuoVerticalAlignment  value)
read

Encodes value as a JSON object.

void VuoVerticalAlignment_release ( VuoVerticalAlignment  value)

Automatically generated function.

void VuoVerticalAlignment_retain ( VuoVerticalAlignment  value)

Automatically generated function.

char* VuoVerticalAlignment_stringFromValue ( const VuoVerticalAlignment  value)

Automatically generated function.

char * VuoVerticalAlignment_summaryFromValue ( const VuoVerticalAlignment  value)

Returns a compact string representation of value.

VuoVerticalAlignment VuoVerticalAlignment_valueFromJson ( json_object *  js)

Decodes the JSON object js to create a new value.

Example:
{
"replaceThis" : -1
}
VuoVerticalAlignment VuoVerticalAlignment_valueFromString ( const char *  str)

Automatically generated function.