1#ifndef _fc_bucket_picker_
2#define _fc_bucket_picker_
10 #define headerArraySize 28
13 char* jsonArray =
nullptr;
20 char featureTypes[4][10] = {
"post",
"profile",
"groupchat",
"channel"};
57 void set(
char* refname,
char* title,
bool reqSel,
char* filter,
char* actBtnTitle,
bool multiSel);
72 void addValue(
char*
id,
char* featuretype);
Definition fc_bucket_picker.h:7
void addValue(char *id, char *featuretype)
Definition fc_bucket_picker.cpp:49
void appendValue()
Definition fc_bucket_picker.cpp:82
char * get()
Definition fc_bucket_picker.cpp:101
~FcBucketPicker()
Definition fc_bucket_picker.h:32
char featureTypes[4][10]
Definition fc_bucket_picker.h:20
void set(char *refname, char *title, bool reqSel, char *filter, char *actBtnTitle, bool multiSel)
Definition fc_bucket_picker.cpp:21