Vuo  0.9.1
 All Classes 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_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.
 

Enumeration Type Documentation

enum VuoCursor

A mouse cursor image.

Function Documentation

VuoList_VuoCursor VuoCursor_allowedValues ( void  )

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

struct json_object* VuoCursor_jsonFromValue ( const VuoCursor  value)
read

Encodes value as a JSON object.

void VuoCursor_release ( VuoCursor  value)

Automatically generated function.

void VuoCursor_retain ( VuoCursor  value)

Automatically generated function.

char* VuoCursor_stringFromValue ( const VuoCursor  value)

Automatically generated function.

char* VuoCursor_summaryFromValue ( const VuoCursor  value)

Returns a compact string representation of value.

VuoCursor VuoCursor_valueFromJson ( json_object *  js)

Decodes the JSON object js to create a new value.

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

Automatically generated function.