Vuo 2.4.4
Loading...
Searching...
No Matches
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.

Macros

#define VuoOrientation_SUPPORTS_COMPARISON
 Instances of this type can be compared and sorted.
 

Enumerations

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

Functions

VuoOrientation VuoOrientation_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoOrientation_getJson (const VuoOrientation value)
 Encodes value as a JSON object.
 
VuoList_VuoOrientation VuoOrientation_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoOrientation_getSummary (const VuoOrientation value)
 Returns a compact string representation of value.
 
bool VuoOrientation_areEqual (const VuoOrientation valueA, const VuoOrientation valueB)
 Returns true if the two values are equal.
 
bool VuoOrientation_isLessThan (const VuoOrientation valueA, const VuoOrientation valueB)
 Returns true if valueA is less than valueB.
 
char * VuoOrientation_getString (const VuoOrientation value)
 Automatically generated function.
 
void VuoOrientation_retain (VuoOrientation value)
 Automatically generated function.
 
void VuoOrientation_release (VuoOrientation value)
 Automatically generated function.