Vuo  0.9.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Enumerations | Functions
VuoCursor.h File Reference

Description

VuoCursor C type definition.

Classes

struct  VuoList_VuoCursor_struct
 A list of VuoCursor elements. More...
 

Enumerations

enum  VuoCursor {
  VuoCursor_None, VuoCursor_Pointer, VuoCursor_Crosshair, VuoCursor_HandOpen,
  VuoCursor_HandClosed, VuoCursor_IBeam, VuoCursor_Circle
}
 A mouse cursor image. More...
 

Functions

VuoCursor VuoCursor_valueFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_object * VuoCursor_jsonFromValue (const VuoCursor value)
 Encodes value as a JSON object.
 
VuoList_VuoCursor VuoCursor_allowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoCursor_summaryFromValue (const VuoCursor value)
 Returns a compact string representation of value.
 
VuoCursor VuoCursor_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoCursor_stringFromValue (const VuoCursor value)
 Automatically generated function.
 
void VuoCursor_retain (VuoCursor value)
 Automatically generated function.
 
void VuoCursor_release (VuoCursor value)
 Automatically generated function.
 
#define VuoList_VuoCursor_TYPE_DEFINED
 
typedef struct
VuoList_VuoCursor_struct
VuoList_VuoCursor