Vuo  0.8.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Functions
VuoScreen.h File Reference

Description

VuoScreen C type definition.

Classes

struct  VuoScreen
 Information about a display screen. More...
 

Functions

VuoScreen VuoScreen_valueFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_object * VuoScreen_jsonFromValue (const VuoScreen value)
 Encodes value as a JSON object.
 
char * VuoScreen_summaryFromValue (const VuoScreen value)
 Returns a compact string representation of value.
 
bool VuoScreen_areEqual (VuoScreen value1, VuoScreen value2)
 Returns true if the two screen specifications are identical.
 
static VuoScreen VuoScreen_makeFromName (VuoText name) __attribute__((const ))
 Returns a screen with the specified name.
 
VuoScreen VuoScreen_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoScreen_stringFromValue (const VuoScreen value)
 Automatically generated function.
 
void VuoScreen_retain (VuoScreen value)
 Automatically generated function.
 
void VuoScreen_release (VuoScreen value)
 Automatically generated function.