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

Description

Combination vertical + horizontal alignment.

Typedefs

typedef int64_t VuoAnchor
 Combination vertical + horizontal alignment.
 

Functions

VuoAnchor VuoAnchor_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoAnchor_getJson (const VuoAnchor value)
 Encodes value as a JSON object.
 
char * VuoAnchor_getSummary (const VuoAnchor value)
 Returns a compact string representation of value.
 
VuoList_VuoAnchor VuoAnchor_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
static VuoAnchor VuoAnchor_make (VuoHorizontalAlignment horizontal, VuoVerticalAlignment vertical) __attribute__((const ))
 Returns a VuoAnchor with horizontal and vertical alignments.
 
static VuoHorizontalAlignment VuoAnchor_getHorizontal (VuoAnchor anchor) __attribute__((const ))
 Returns the horizontal component of a VuoAnchor.
 
static VuoVerticalAlignment VuoAnchor_getVertical (VuoAnchor anchor) __attribute__((const ))
 Returns the horizontal component of a VuoAnchor.
 
static VuoAnchor VuoAnchor_makeCentered (void) __attribute__((const ))
 Returns a VuoAnchor with both horizontal and vertical alignments centered.
 
static bool VuoAnchor_areEqual (const VuoAnchor value1, const VuoAnchor value2)
 Returns true if the two values are equal.
 
static bool VuoAnchor_isLessThan (const VuoAnchor value1, const VuoAnchor value2)
 Returns true if the value1 is less than value2.
 
VuoAnchor VuoAnchor_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoAnchor_getString (const VuoAnchor value)
 Automatically generated function.
 
void VuoAnchor_retain (VuoAnchor value)
 Automatically generated function.
 
void VuoAnchor_release (VuoAnchor value)
 Automatically generated function.
 

Typedef Documentation

typedef int64_t VuoAnchor

Combination vertical + horizontal alignment.

(VuoVerticalAlignment << 2) + VuoHorizontalAlignment

Function Documentation

static bool VuoAnchor_areEqual ( const VuoAnchor  value1,
const VuoAnchor  value2 
)
inlinestatic

Returns true if the two values are equal.

VuoList_VuoAnchor VuoAnchor_getAllowedValues ( void  )

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

static VuoHorizontalAlignment VuoAnchor_getHorizontal ( VuoAnchor  anchor) const
inlinestatic

Returns the horizontal component of a VuoAnchor.

struct json_object * VuoAnchor_getJson ( const VuoAnchor  value)
read

Encodes value as a JSON object.

char* VuoAnchor_getString ( const VuoAnchor  value)

Automatically generated function.

char * VuoAnchor_getSummary ( const VuoAnchor  value)

Returns a compact string representation of value.

static VuoVerticalAlignment VuoAnchor_getVertical ( VuoAnchor  anchor) const
inlinestatic

Returns the horizontal component of a VuoAnchor.

static bool VuoAnchor_isLessThan ( const VuoAnchor  value1,
const VuoAnchor  value2 
)
inlinestatic

Returns true if the value1 is less than value2.

static VuoAnchor VuoAnchor_make ( VuoHorizontalAlignment  horizontal,
VuoVerticalAlignment  vertical 
) const
inlinestatic

Returns a VuoAnchor with horizontal and vertical alignments.

static VuoAnchor VuoAnchor_makeCentered ( void  ) const
inlinestatic

Returns a VuoAnchor with both horizontal and vertical alignments centered.

VuoAnchor VuoAnchor_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
{
"replaceThis" : -1
}
VuoAnchor VuoAnchor_makeFromString ( const char *  str)

Automatically generated function.

void VuoAnchor_release ( VuoAnchor  value)

Automatically generated function.

void VuoAnchor_retain ( VuoAnchor  value)

Automatically generated function.