Vuo  2.0.2
Classes | Macros | Enumerations | Functions
VuoOrientation.h File Reference

Description

VuoOrientation C type definition.

Definition in file VuoOrientation.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoOrientation_struct
 List type. More...
 

Enumerations

enum  VuoOrientation { VuoOrientation_Horizontal, VuoOrientation_Vertical }
 Horizontal or vertical alignment. More...
 

Functions

VuoOrientation VuoOrientation_makeFromJson (json_object *js)
 
json_objectVuoOrientation_getJson (const VuoOrientation value)
 
VuoList_VuoOrientation VuoOrientation_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoOrientation_getSummary (const VuoOrientation value)
 
bool VuoOrientation_areEqual (const VuoOrientation valueA, const VuoOrientation valueB)
 Returns true if the two values are equal. More...
 
bool VuoOrientation_isLessThan (const VuoOrientation valueA, const VuoOrientation valueB)
 Returns true if valueA is less than valueB. More...
 
VuoOrientation VuoOrientation_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoOrientation_getString (const VuoOrientation value)
 Automatically generated function. More...
 
void VuoOrientation_retain (VuoOrientation value)
 Automatically generated function. More...
 
void VuoOrientation_release (VuoOrientation value)
 Automatically generated function. More...
 
#define VuoList_VuoOrientation_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoOrientation_structVuoList_VuoOrientation
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoOrientation_TYPE_DEFINED

#define VuoList_VuoOrientation_TYPE_DEFINED

List type.

Definition at line 14 of file VuoOrientation.h.

Typedef Documentation

◆ VuoList_VuoOrientation

List type.