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

Description

How to convert a number into text.

Enumerations

enum  VuoNumberFormat { VuoNumberFormat_Decimal, VuoNumberFormat_Percentage, VuoNumberFormat_Currency }
 How to convert a number into text. More...
 

Functions

VuoNumberFormat VuoNumberFormat_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoNumberFormat_getJson (const VuoNumberFormat value)
 Encodes value as a JSON object.
 
VuoList_VuoNumberFormat VuoNumberFormat_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoNumberFormat_getSummary (const VuoNumberFormat value)
 Returns a compact string representation of value.
 
bool VuoNumberFormat_areEqual (const VuoNumberFormat valueA, const VuoNumberFormat valueB)
 Returns true if the two values are equal.
 
bool VuoNumberFormat_isLessThan (const VuoNumberFormat valueA, const VuoNumberFormat valueB)
 Returns true if valueA is less than valueB.
 
VuoNumberFormat VuoNumberFormat_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoNumberFormat_getString (const VuoNumberFormat value)
 Automatically generated function.
 
void VuoNumberFormat_retain (VuoNumberFormat value)
 Automatically generated function.
 
void VuoNumberFormat_release (VuoNumberFormat value)
 Automatically generated function.
 

Enumeration Type Documentation

How to convert a number into text.

Function Documentation

bool VuoNumberFormat_areEqual ( const VuoNumberFormat  valueA,
const VuoNumberFormat  valueB 
)

Returns true if the two values are equal.

VuoList_VuoNumberFormat VuoNumberFormat_getAllowedValues ( void  )

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

struct json_object* VuoNumberFormat_getJson ( const VuoNumberFormat  value)
read

Encodes value as a JSON object.

char* VuoNumberFormat_getString ( const VuoNumberFormat  value)

Automatically generated function.

char* VuoNumberFormat_getSummary ( const VuoNumberFormat  value)

Returns a compact string representation of value.

bool VuoNumberFormat_isLessThan ( const VuoNumberFormat  valueA,
const VuoNumberFormat  valueB 
)

Returns true if valueA is less than valueB.

VuoNumberFormat VuoNumberFormat_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"percentage"
VuoNumberFormat VuoNumberFormat_makeFromString ( const char *  str)

Automatically generated function.

void VuoNumberFormat_release ( VuoNumberFormat  value)

Automatically generated function.

void VuoNumberFormat_retain ( VuoNumberFormat  value)

Automatically generated function.