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

Description

An enum defining different types of wrapping.

Enumerations

enum  VuoWrapMode { VuoWrapMode_Wrap, VuoWrapMode_Saturate }
 An enum defining different types of wrapping. More...
 

Functions

VuoWrapMode VuoWrapMode_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoWrapMode.
 
json_objectVuoWrapMode_getJson (const VuoWrapMode value)
 Encodes value as a JSON object.
 
char * VuoWrapMode_getSummary (const VuoWrapMode value)
 Same as VuoWrapMode_getString()
 
VuoList_VuoWrapMode VuoWrapMode_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoWrapMode VuoWrapMode_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoWrapMode_getString (const VuoWrapMode value)
 Automatically generated function.
 
void VuoWrapMode_retain (VuoWrapMode value)
 Automatically generated function.
 
void VuoWrapMode_release (VuoWrapMode value)
 Automatically generated function.
 

Enumeration Type Documentation

An enum defining different types of wrapping.

Function Documentation

VuoList_VuoWrapMode VuoWrapMode_getAllowedValues ( void  )

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

struct json_object * VuoWrapMode_getJson ( const VuoWrapMode  value)
read

Encodes value as a JSON object.

char* VuoWrapMode_getString ( const VuoWrapMode  value)

Automatically generated function.

char * VuoWrapMode_getSummary ( const VuoWrapMode  value)

Same as VuoWrapMode_getString()

VuoWrapMode VuoWrapMode_makeFromJson ( json_object js)

Decodes the JSON object js, expected to contain a string, to create a new VuoWrapMode.

VuoWrapMode VuoWrapMode_makeFromString ( const char *  str)

Automatically generated function.

void VuoWrapMode_release ( VuoWrapMode  value)

Automatically generated function.

void VuoWrapMode_retain ( VuoWrapMode  value)

Automatically generated function.