Vuo  1.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Enumerations | Functions
VuoLeapTouchZone.h File Reference

Description

VuoLeapTouchZone C type definition.

Classes

struct  VuoList_VuoLeapTouchZone_struct
 A list of VuoLeapTouchZone elements. More...
 

Enumerations

enum  VuoLeapTouchZone { VuoLeapTouchZone_None, VuoLeapTouchZone_Hovering, VuoLeapTouchZone_Touching }
 How close a pointable is to the touch zone. More...
 

Functions

VuoLeapTouchZone VuoLeapTouchZone_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoLeapTouchZone.
 
json_objectVuoLeapTouchZone_getJson (const VuoLeapTouchZone value)
 Encodes value as a JSON object.
 
VuoList_VuoLeapTouchZone VuoLeapTouchZone_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoLeapTouchZone_getSummary (const VuoLeapTouchZone value)
 Same as VuoLeapTouchZone_getString()
 
VuoLeapTouchZone VuoLeapTouchZone_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoLeapTouchZone_getString (const VuoLeapTouchZone value)
 Automatically generated function.
 
#define VuoList_VuoLeapTouchZone_TYPE_DEFINED
 
typedef struct
VuoList_VuoLeapTouchZone_struct
VuoList_VuoLeapTouchZone