Vuo  2.0.2
Classes | Macros | Enumerations | Functions
VuoScreen.h File Reference

Description

VuoScreen C type definition.

Definition in file VuoScreen.h.

Go to the source code of this file.

Classes

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

Enumerations

enum  VuoScreenType {
  VuoScreenType_Active, VuoScreenType_Primary, VuoScreenType_Secondary, VuoScreenType_MatchId,
  VuoScreenType_MatchName
}
 How the screen should be selected from those available on the running system. More...
 

Functions

VuoScreen VuoScreen_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value. More...
 
struct json_objectVuoScreen_getJson (const VuoScreen value)
 Encodes value as a JSON object. More...
 
char * VuoScreen_getSummary (const VuoScreen value)
 Returns a compact string representation of value. More...
 
bool VuoScreen_areEqual (VuoScreen value1, VuoScreen value2)
 Returns true if the two screen specifications are identical. More...
 
bool VuoScreen_isLessThan (const VuoScreen a, const VuoScreen b)
 Returns true if the id of a is less than the id of b. More...
 
bool VuoScreen_realize (VuoScreen screen, VuoScreen *realizedScreen)
 Given any VuoScreen structure: More...
 
static VuoScreen VuoScreen_makeFromName (VuoText name) __attribute__((const))
 Returns a screen with the specified name. More...
 
static const char * VuoScreen_cStringForType (VuoScreenType type)
 Returns a string constant representing type. More...
 
static VuoScreenType VuoScreen_typeFromCString (const char *typeString)
 Returns the VuoScreenType corresponding with the typeString. More...
 
VuoScreen VuoScreen_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoScreen_getString (const VuoScreen value)
 Automatically generated function. More...
 
void VuoScreen_retain (VuoScreen value)
 Automatically generated function. More...
 
void VuoScreen_release (VuoScreen value)
 Automatically generated function. More...