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

Description

An enum defining different types of durations for scheduled events.

Enumerations

enum  VuoDurationType { VuoDurationType_Single, VuoDurationType_UntilNext, VuoDurationType_UntilReset }
 An enum defining different types of durations for scheduled events. More...
 

Functions

VuoDurationType VuoDurationType_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoDurationType.
 
json_objectVuoDurationType_getJson (const VuoDurationType value)
 Encodes value as a JSON object.
 
char * VuoDurationType_getSummary (const VuoDurationType value)
 Same as VuoBlendMode_getString()
 
VuoList_VuoDurationType VuoDurationType_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
VuoDurationType VuoDurationType_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoDurationType_getString (const VuoDurationType value)
 Automatically generated function.
 
void VuoDurationType_retain (VuoDurationType value)
 Automatically generated function.
 
void VuoDurationType_release (VuoDurationType value)
 Automatically generated function.
 

Enumeration Type Documentation

An enum defining different types of durations for scheduled events.

Function Documentation

VuoList_VuoDurationType VuoDurationType_getAllowedValues ( void  )

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

struct json_object * VuoDurationType_getJson ( const VuoDurationType  value)
read

Encodes value as a JSON object.

char* VuoDurationType_getString ( const VuoDurationType  value)

Automatically generated function.

char * VuoDurationType_getSummary ( const VuoDurationType  value)

Same as VuoBlendMode_getString()

VuoDurationType VuoDurationType_makeFromJson ( json_object js)

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

VuoDurationType VuoDurationType_makeFromString ( const char *  str)

Automatically generated function.

void VuoDurationType_release ( VuoDurationType  value)

Automatically generated function.

void VuoDurationType_retain ( VuoDurationType  value)

Automatically generated function.