Vuo  2.3.2
Classes | Macros | Enumerations | Functions
VuoVerticalAlignment.h File Reference

Description

VuoVerticalAlignment C type definition.

Definition in file VuoVerticalAlignment.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoVerticalAlignment_struct
 List type. More...
 

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

Macro Definition Documentation

◆ VuoList_VuoVerticalAlignment_TYPE_DEFINED

#define VuoList_VuoVerticalAlignment_TYPE_DEFINED

List type.

Definition at line 14 of file VuoVerticalAlignment.h.

Typedef Documentation

◆ VuoList_VuoVerticalAlignment

List type.