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

Description

A window setting, such as its title, or whether it is full-screen.

Classes

struct  VuoWindowProperty
 A window setting, such as its title, or whether it is full-screen. More...
 

Enumerations

enum  VuoWindowPropertyType {
  VuoWindowProperty_Title, VuoWindowProperty_FullScreen, VuoWindowProperty_Position, VuoWindowProperty_Size,
  VuoWindowProperty_AspectRatio, VuoWindowProperty_AspectRatioReset, VuoWindowProperty_Resizable, VuoWindowProperty_Cursor
}
 The type of window property. More...
 

Functions

VuoWindowProperty VuoWindowProperty_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoWindowProperty_getJson (const VuoWindowProperty value)
 Encodes value as a JSON object.
 
char * VuoWindowProperty_getSummary (const VuoWindowProperty value)
 Returns a compact string representation of value.
 
VuoWindowProperty VuoWindowProperty_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoWindowProperty_getString (const VuoWindowProperty value)
 Automatically generated function.
 
void VuoWindowProperty_retain (VuoWindowProperty value)
 Automatically generated function.
 
void VuoWindowProperty_release (VuoWindowProperty value)
 Automatically generated function.
 

Class Documentation

struct VuoWindowProperty
Class Members
VuoReal aspectRatio
VuoCursor cursor
VuoBoolean fullScreen
VuoInteger height
VuoInteger left
VuoBoolean resizable
VuoScreen screen
VuoText title
VuoInteger top
VuoWindowPropertyType type
VuoCoordinateUnit unit
VuoInteger width

Enumeration Type Documentation

The type of window property.

Function Documentation

struct json_object* VuoWindowProperty_getJson ( const VuoWindowProperty  value)
read

Encodes value as a JSON object.

char* VuoWindowProperty_getString ( const VuoWindowProperty  value)

Automatically generated function.

char* VuoWindowProperty_getSummary ( const VuoWindowProperty  value)

Returns a compact string representation of value.

VuoWindowProperty VuoWindowProperty_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
{
"title" : "My Composition"
}
VuoWindowProperty VuoWindowProperty_makeFromString ( const char *  str)

Automatically generated function.

void VuoWindowProperty_release ( VuoWindowProperty  value)

Automatically generated function.

void VuoWindowProperty_retain ( VuoWindowProperty  value)

Automatically generated function.