Vuo  2.0.0
Classes | Macros | Typedefs | Functions
VuoAnchor.h File Reference

Description

VuoAnchor C type definition.

Definition in file VuoAnchor.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoAnchor_struct
 List type. More...
 

Typedefs

typedef int64_t VuoAnchor
 Combination vertical + horizontal alignment. More...
 

Functions

VuoAnchor VuoAnchor_makeFromJson (json_object *js)
 
json_objectVuoAnchor_getJson (const VuoAnchor value)
 
char * VuoAnchor_getSummary (const VuoAnchor value)
 
VuoList_VuoAnchor VuoAnchor_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
static VuoAnchor VuoAnchor_make (VuoHorizontalAlignment horizontal, VuoVerticalAlignment vertical) __attribute__((const))
 Returns a VuoAnchor with horizontal and vertical alignments. More...
 
static VuoHorizontalAlignment VuoAnchor_getHorizontal (VuoAnchor anchor) __attribute__((const))
 Returns the horizontal component of a VuoAnchor. More...
 
static VuoVerticalAlignment VuoAnchor_getVertical (VuoAnchor anchor) __attribute__((const))
 Returns the horizontal component of a VuoAnchor. More...
 
static VuoAnchor VuoAnchor_makeCentered (void) __attribute__((const))
 Returns a VuoAnchor with both horizontal and vertical alignments centered. More...
 
VuoPoint2d VuoAnchor_getOffset (VuoAnchor anchor)
 Returns an offset (-.5, 0, or .5) for each axis of the anchor. More...
 
bool VuoAnchor_areEqual (const VuoAnchor value1, const VuoAnchor value2)
 Returns true if the two values are equal. More...
 
bool VuoAnchor_isLessThan (const VuoAnchor value1, const VuoAnchor value2)
 Returns true if the value1 is less than value2. More...
 
VuoAnchor VuoAnchor_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoAnchor_getString (const VuoAnchor value)
 Automatically generated function. More...
 
void VuoAnchor_retain (VuoAnchor value)
 Automatically generated function. More...
 
void VuoAnchor_release (VuoAnchor value)
 Automatically generated function. More...
 
#define VuoList_VuoAnchor_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoAnchor_structVuoList_VuoAnchor
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoAnchor_TYPE_DEFINED

#define VuoList_VuoAnchor_TYPE_DEFINED

List type.

Definition at line 18 of file VuoAnchor.h.

Typedef Documentation

◆ VuoList_VuoAnchor

List type.