Vuo  1.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoHorizontalAlignment

Description

Horizontal alignment.

Enumerations

enum  VuoHorizontalAlignment { VuoHorizontalAlignment_Left, VuoHorizontalAlignment_Center, VuoHorizontalAlignment_Right }
 Horizontal alignment. More...
 

Functions

VuoHorizontalAlignment VuoHorizontalAlignment_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoHorizontalAlignment_getJson (const VuoHorizontalAlignment value)
 Encodes value as a JSON object.
 
char * VuoHorizontalAlignment_getSummary (const VuoHorizontalAlignment value)
 Returns a compact string representation of value.
 
VuoList_VuoHorizontalAlignment VuoHorizontalAlignment_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoHorizontalAlignment VuoHorizontalAlignment_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoHorizontalAlignment_getString (const VuoHorizontalAlignment value)
 Automatically generated function.
 
void VuoHorizontalAlignment_retain (VuoHorizontalAlignment value)
 Automatically generated function.
 
void VuoHorizontalAlignment_release (VuoHorizontalAlignment value)
 Automatically generated function.
 

Enumeration Type Documentation

Horizontal alignment.

Function Documentation

VuoList_VuoHorizontalAlignment VuoHorizontalAlignment_getAllowedValues ( void  )

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

struct json_object * VuoHorizontalAlignment_getJson ( const VuoHorizontalAlignment  value)
read

Encodes value as a JSON object.

char* VuoHorizontalAlignment_getString ( const VuoHorizontalAlignment  value)

Automatically generated function.

char * VuoHorizontalAlignment_getSummary ( const VuoHorizontalAlignment  value)

Returns a compact string representation of value.

VuoHorizontalAlignment VuoHorizontalAlignment_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

VuoHorizontalAlignment VuoHorizontalAlignment_makeFromString ( const char *  str)

Automatically generated function.

void VuoHorizontalAlignment_release ( VuoHorizontalAlignment  value)

Automatically generated function.

void VuoHorizontalAlignment_retain ( VuoHorizontalAlignment  value)

Automatically generated function.