65 for (std::vector<WidgetButton *>::iterator it =
_buttonsList.begin();
75 (*it)->setPressed(
true);
77 for (std::vector<WidgetButton *>::iterator jt =
_buttonsList.begin();
83 (*jt)->setPressed(
false);
93 error(
"Wrong ID buttons");
101 (*it)->setPressed(
false);
106 if ((*it)->isPressed()) {
111 warning(
"No button chosen, returning first button");
A class holding an UTF-8 string.
Utility templates and functions.
void warning(const char *s,...)
void NORETURN_PRE error(const char *s,...)