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

Description

VuoVerticalAlignment C type definition.

Classes

struct  VuoList_VuoVerticalAlignment_struct
 A list of VuoVerticalAlignment elements. More...
 

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.
 
VuoList_VuoVerticalAlignment VuoVerticalAlignment_allowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoVerticalAlignment_summaryFromValue (const VuoVerticalAlignment value)
 Returns a compact string representation of value.
 
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.
 
#define VuoList_VuoVerticalAlignment_TYPE_DEFINED
 
typedef struct
VuoList_VuoVerticalAlignment_struct
VuoList_VuoVerticalAlignment