Vuo
2.1.2
type
VuoTextCase.h
Go to the documentation of this file.
1
10
#pragma once
11
13
typedef
const
struct
VuoList_VuoTextCase_struct
{
void
*l; } *
VuoList_VuoTextCase
;
14
#define VuoList_VuoTextCase_TYPE_DEFINED
15
17
struct
json_object
;
18
30
typedef
enum
{
31
VuoTextCase_LowercaseAll
,
32
VuoTextCase_UppercaseAll
,
33
VuoTextCase_UppercaseFirstLetterWord
,
34
VuoTextCase_UppercaseFirstLetterSentence
35
}
VuoTextCase
;
36
37
VuoTextCase
VuoTextCase_makeFromJson
(
struct
json_object
* js);
38
struct
json_object
*
VuoTextCase_getJson
(
const
VuoTextCase
value);
39
VuoList_VuoTextCase
VuoTextCase_getAllowedValues
(
void
);
40
char
*
VuoTextCase_getSummary
(
const
VuoTextCase
value);
41
45
VuoTextCase
VuoTextCase_makeFromString
(
const
char
*str);
47
char
*
VuoTextCase_getString
(
const
VuoTextCase
value);
48
void
VuoTextCase_retain
(
VuoTextCase
value);
49
void
VuoTextCase_release
(
VuoTextCase
value);
51
Generated on Tue Jul 14 2020 23:19:42 for Vuo by
1.8.18