Vuo  1.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions

Description

A mouse cursor.

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.
 

Enumeration Type Documentation

enum VuoCursor

A mouse cursor image.

Function Documentation

VuoList_VuoCursor VuoCursor_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

struct json_object* VuoCursor_getJson ( const VuoCursor  value)
read

Encodes value as a JSON object.

char* VuoCursor_getString ( const VuoCursor  value)

Automatically generated function.

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_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"pointer"
VuoCursor VuoCursor_makeFromString ( const char *  str)

Automatically generated function.

void VuoCursor_release ( VuoCursor  value)

Automatically generated function.

void VuoCursor_retain ( VuoCursor  value)

Automatically generated function.