Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs | Functions
VuoAnchor.h File Reference

Description

VuoAnchor C type definition.

Classes

struct  VuoList_VuoAnchor_struct
 A list of VuoAnchor elements. More...
 

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.
 
#define VuoList_VuoAnchor_TYPE_DEFINED
 
typedef struct
VuoList_VuoAnchor_struct
VuoList_VuoAnchor