10 #include "../X11Controller.hpp"
11 #include "../../TextUtils.hpp"
32 void RobotPie::selectPie(
int c)
39 if(commands.size() > unsigned(c))
50 std::map<std::string,CEBL::Param> params;
54 if(commands.size() > unsigned(i))
55 current = this->commands[i];
58 "text to type when this class is selected",
61 params[current] = temp;
67 map<std::string, CEBL::Param>::iterator it;
68 for(it = p.begin(); it!=p.end(); ++it)
70 this->commands.push_back(it->second.getString());