Vuo  2.0.0
Macros | Enumerations | Functions
VuoControlCode

Description

Defines commonly used invisible characters (new line, tab, space, etc).

Enumerations

enum  VuoControlCode {
  VuoControlCode_NewLineUnix, VuoControlCode_NewLineWindows, VuoControlCode_NewLineMacOS9, VuoControlCode_Tab,
  VuoControlCode_Space, VuoControlCode_EmSpace, VuoControlCode_EnSpace
}
 Defines commonly used invisible characters (new line, tab, space, etc). More...
 

Functions

VuoControlCode VuoControlCode_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoControlCode_getJson (const VuoControlCode value)
 Encodes value as a JSON object. More...
 
VuoList_VuoControlCode VuoControlCode_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoControlCode_getSummary (const VuoControlCode value)
 Returns a compact string representation of value. More...
 
VuoText VuoControlCode_makeText (VuoControlCode code)
 Creates a new VuoText string from a control code. More...
 
bool VuoControlCode_areEqual (const VuoControlCode valueA, const VuoControlCode valueB)
 Returns true if the two values are equal. More...
 
bool VuoControlCode_isLessThan (const VuoControlCode valueA, const VuoControlCode valueB)
 Returns true if valueA is less than valueB. More...
 
VuoControlCode VuoControlCode_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoControlCode_getString (const VuoControlCode value)
 Automatically generated function. More...
 
void VuoControlCode_retain (VuoControlCode value)
 Automatically generated function. More...
 
void VuoControlCode_release (VuoControlCode value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoControlCode

Defines commonly used invisible characters (new line, tab, space, etc).

Definition at line 28 of file VuoControlCode.h.

Function Documentation

◆ VuoControlCode_areEqual()

bool VuoControlCode_areEqual ( const VuoControlCode  valueA,
const VuoControlCode  valueB 
)

Returns true if the two values are equal.

Definition at line 156 of file VuoControlCode.c.

◆ VuoControlCode_getAllowedValues()

VuoList_VuoControlCode VuoControlCode_getAllowedValues ( void  )

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

Definition at line 113 of file VuoControlCode.c.

◆ VuoControlCode_getJson()

struct json_object* VuoControlCode_getJson ( const VuoControlCode  value)

Encodes value as a JSON object.

Definition at line 88 of file VuoControlCode.c.

◆ VuoControlCode_getString()

char* VuoControlCode_getString ( const VuoControlCode  value)

Automatically generated function.

◆ VuoControlCode_getSummary()

char* VuoControlCode_getSummary ( const VuoControlCode  value)

Returns a compact string representation of value.

Definition at line 133 of file VuoControlCode.c.

◆ VuoControlCode_isLessThan()

bool VuoControlCode_isLessThan ( const VuoControlCode  valueA,
const VuoControlCode  valueB 
)

Returns true if valueA is less than valueB.

Definition at line 164 of file VuoControlCode.c.

◆ VuoControlCode_makeFromJson()

VuoControlCode VuoControlCode_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"percentage"

Definition at line 59 of file VuoControlCode.c.

◆ VuoControlCode_makeFromString()

VuoControlCode VuoControlCode_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoControlCode_makeText()

VuoText VuoControlCode_makeText ( VuoControlCode  code)

Creates a new VuoText string from a control code.

Definition at line 32 of file VuoControlCode.c.

◆ VuoControlCode_release()

void VuoControlCode_release ( VuoControlCode  value)

Automatically generated function.

◆ VuoControlCode_retain()

void VuoControlCode_retain ( VuoControlCode  value)

Automatically generated function.