39 GtkWidget *typing_box;
40 GtkWidget *check_send_keys;
47 vector<string> alphabet;
48 vector<string> punctuation;
49 vector<string> special;
50 map<string, string> special_keys;
51 vector<string> back_level;
52 vector<string> key_pool;
53 stack<vector<string> > key_pool_stack;
54 map<int, vector<string> > current_labels;
59 void split(vector<string>,
int,
int);
60 void selectPie(
int c);
68 void setNumClasses(
int);
69 void selectClass(
int);
70 void setParamsList(std::map<std::string, CEBL::Param>);
71 std::map<std::string, CEBL::Param> getParamsList();