Vuo  2.3.2
Classes | Enumerations | Functions
VuoCursor.h File Reference

Description

VuoCursor C type definition.

Definition in file VuoCursor.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoCursor_struct
 List type. 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. More...
 
struct json_objectVuoCursor_getJson (const VuoCursor value)
 Encodes value as a JSON object. More...
 
VuoList_VuoCursor VuoCursor_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoCursor_getSummary (const VuoCursor value)
 Returns a compact string representation of value. More...
 
bool VuoCursor_isPopulated (const VuoCursor value)
 Returns true if the cursor is anything other than none. More...
 
VuoCursor VuoCursor_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoCursor_getString (const VuoCursor value)
 Automatically generated function. More...
 
void VuoCursor_retain (VuoCursor value)
 Automatically generated function. More...
 
void VuoCursor_release (VuoCursor value)
 Automatically generated function. More...
 
#define VuoList_VuoCursor_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoCursor_structVuoList_VuoCursor
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoCursor_TYPE_DEFINED

#define VuoList_VuoCursor_TYPE_DEFINED

List type.

Definition at line 14 of file VuoCursor.h.

Typedef Documentation

◆ VuoList_VuoCursor

List type.