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

Description

VuoAnchor C type definition.

Classes

struct  VuoList_VuoAnchor_struct
 A list of VuoAnchor elements. More...
 
struct  VuoAnchor
 Combination vertical + horizontal alignment. More...
 

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.
 
static VuoAnchor VuoAnchor_make (VuoHorizontalAlignment horizontal, VuoVerticalAlignment vertical) __attribute__((const ))
 Returns a VuoAnchor with horizontal and vertical alignments.
 
static bool VuoAnchor_areEqual (const VuoAnchor value1, const VuoAnchor value2)
 Returns true if the two values are equal.
 
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