semilimes mcu sdk 1.1.1
semilimes Software Development Kit for microcontrollers
Loading...
Searching...
No Matches
FcBucketPicker Class Reference

Public Member Functions

 ~FcBucketPicker ()
 
void set (char *refname, char *title, bool reqSel, char *filter, char *actBtnTitle, bool multiSel)
 
void addValue (char *id, char *featuretype)
 
void appendValue ()
 
char * get ()
 

Public Attributes

char featureTypes [4][10] = {"post", "profile", "groupchat", "channel"}
 

Constructor & Destructor Documentation

◆ ~FcBucketPicker()

FcBucketPicker::~FcBucketPicker ( )
inline
Returns
void

Member Function Documentation

◆ addValue()

void FcBucketPicker::addValue ( char * id,
char * featuretype )
Parameters
id- it is the id of the bucket
featuretype- It can be of the following types: char featureTypes[4][10] = {"post", "profile", "groupchat", "channel"};
Returns
void

◆ appendValue()

void FcBucketPicker::appendValue ( )
Returns
void

◆ get()

char * FcBucketPicker::get ( )
Returns
char*

◆ set()

void FcBucketPicker::set ( char * refname,
char * title,
bool reqSel,
char * filter,
char * actBtnTitle,
bool multiSel )
Parameters
refname- it is the reference name of the object
title- is the text displayed next to the picker
reqSel- indicates if the selection is required to submit the form
filter- determines what type of bucket one wants the user to pick from. Allowed (multiple) values are: featureTypes[4][10] = {"post", "profile", "groupchat", "channel"};
actBtnTitle- is the label of the pick button
multiSel- is a flag that allows the user to select multiple objects in the UI
Returns
void

Member Data Documentation

◆ featureTypes

char FcBucketPicker::featureTypes[4][10] = {"post", "profile", "groupchat", "channel"}
Parameters
charfeatureTypes[4][10] = {"post", "profile", "groupchat", "channel"};

The documentation for this class was generated from the following files: