Vuo  2.3.2
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. 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...
 

Enumeration Type Documentation

◆ VuoCursor

enum VuoCursor

A mouse cursor image.

Definition at line 28 of file VuoCursor.h.

Function Documentation

◆ VuoCursor_getAllowedValues()

VuoList_VuoCursor VuoCursor_getAllowedValues ( void  )

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

Definition at line 84 of file VuoCursor.c.

◆ VuoCursor_getJson()

struct json_object* VuoCursor_getJson ( const VuoCursor  value)

Encodes value as a JSON object.

Definition at line 61 of file VuoCursor.c.

◆ VuoCursor_getString()

char* VuoCursor_getString ( const VuoCursor  value)

Automatically generated function.

◆ VuoCursor_getSummary()

char* VuoCursor_getSummary ( const VuoCursor  value)

Returns a compact string representation of value.

Definition at line 100 of file VuoCursor.c.

◆ VuoCursor_isPopulated()

bool VuoCursor_isPopulated ( const VuoCursor  value)

Returns true if the cursor is anything other than none.

Definition at line 123 of file VuoCursor.c.

◆ VuoCursor_makeFromJson()

VuoCursor VuoCursor_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"pointer"

Definition at line 34 of file VuoCursor.c.

◆ VuoCursor_makeFromString()

VuoCursor VuoCursor_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoCursor_release()

void VuoCursor_release ( VuoCursor  value)

Automatically generated function.

◆ VuoCursor_retain()

void VuoCursor_retain ( VuoCursor  value)

Automatically generated function.