Vuo  2.0.0
Macros | Enumerations | Functions
VuoControlCode.h File Reference

Description

VuoControlCode C type definition.

Definition in file VuoControlCode.h.

Go to the source code of this file.

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...
 
#define VuoList_VuoControlCode_TYPE_DEFINED
 List type. More...
 
typedef void * VuoList_VuoControlCode
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoControlCode_TYPE_DEFINED

#define VuoList_VuoControlCode_TYPE_DEFINED

List type.

Definition at line 14 of file VuoControlCode.h.

Typedef Documentation

◆ VuoList_VuoControlCode

typedef void* VuoList_VuoControlCode

List type.

Definition at line 13 of file VuoControlCode.h.