Vuo  1.2.3
 All Classes Namespaces 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_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoCursor_getJson (const VuoCursor value)
 Encodes value as a JSON object.
 
VuoList_VuoCursor VuoCursor_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoCursor_getSummary (const VuoCursor value)
 Returns a compact string representation of value.
 
bool VuoCursor_isPopulated (const VuoCursor value)
 Returns true if the cursor is anything other than none.
 
VuoCursor VuoCursor_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoCursor_getString (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