Vuo  2.0.0
Macros | Enumerations | Functions
VuoNumberFormat.h File Reference

Description

VuoNumberFormat C type definition.

Definition in file VuoNumberFormat.h.

Go to the source code of this file.

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. More...
 
struct json_objectVuoNumberFormat_getJson (const VuoNumberFormat value)
 Encodes value as a JSON object. More...
 
VuoList_VuoNumberFormat VuoNumberFormat_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoNumberFormat_getSummary (const VuoNumberFormat value)
 Returns a compact string representation of value. More...
 
VuoText VuoNumberFormat_format (VuoReal value, VuoNumberFormat format, VuoInteger minimumIntegerDigits, VuoInteger minimumDecimalPlaces, VuoInteger decimalPlaces, bool showThousandSeparator)
 Returns a new VuoText string from the formatted number value. More...
 
bool VuoNumberFormat_areEqual (const VuoNumberFormat valueA, const VuoNumberFormat valueB)
 Returns true if the two values are equal. More...
 
bool VuoNumberFormat_isLessThan (const VuoNumberFormat valueA, const VuoNumberFormat valueB)
 Returns true if valueA is less than valueB. More...
 
VuoNumberFormat VuoNumberFormat_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoNumberFormat_getString (const VuoNumberFormat value)
 Automatically generated function. More...
 
void VuoNumberFormat_retain (VuoNumberFormat value)
 Automatically generated function. More...
 
void VuoNumberFormat_release (VuoNumberFormat value)
 Automatically generated function. More...
 
#define VuoList_VuoNumberFormat_TYPE_DEFINED
 List type. More...
 
typedef void * VuoList_VuoNumberFormat
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoNumberFormat_TYPE_DEFINED

#define VuoList_VuoNumberFormat_TYPE_DEFINED

List type.

Definition at line 16 of file VuoNumberFormat.h.

Typedef Documentation

◆ VuoList_VuoNumberFormat

typedef void* VuoList_VuoNumberFormat

List type.

Definition at line 15 of file VuoNumberFormat.h.