semilimes mcu sdk
0.1
semilimes Software Development Kit for microcontrollers
Loading...
Searching...
No Matches
fc_contact_picker.h
1
#ifndef _fc_contact_picker_
2
#define _fc_contact_picker_
3
4
#include "../defines.h"
5
6
class
FcContactPicker
7
{
8
private
:
9
SmeJson json_data;
10
char
** pjson;
11
12
public
:
13
// Function: FcContactPicker
14
15
// A picker allowing to select and reference contacts
16
17
// Prototype:
18
// void FcContactPicker(char* json);
19
20
// Parameters:
22
23
// Returns:
25
FcContactPicker
(
char
* json)
26
{
27
pjson = &json;
28
json_data.initJson(*pjson);
29
}
30
31
// Function: FcContactPicker.setObj
32
33
// A picker allowing to select and reference contacts
34
35
// Prototype:
36
// void FcContactPicker::setObj(char* refname,char* title,bool reqSel, char* value,char* actBtnTitle,bool multiSel);
37
38
// Parameters:
45
46
// Returns:
48
void
setObj
(
char
* refname,
char
* title,
bool
reqSel,
char
* value,
char
* actBtnTitle,
bool
multiSel);
49
};
50
51
#endif
FcContactPicker
Definition
fc_contact_picker.h:7
FcContactPicker::FcContactPicker
FcContactPicker(char *json)
Definition
fc_contact_picker.h:25
FcContactPicker::setObj
void setObj(char *refname, char *title, bool reqSel, char *value, char *actBtnTitle, bool multiSel)
Definition
fc_contact_picker.cpp:21
semilimes
src
components
fc_contact_picker.h
Generated by
1.12.0