31 const std::string &group,
50 const bool pressed)
const
68 Widget *
const widget =
event.getSource();
70 if (button ==
nullptr)
101 button =
static_cast<Button*
>(*iter);
121 button =
static_cast<Button*
>(*iter);
WidgetList::const_iterator WidgetListConstIterator
Widget * getSource() const
Widget * createWidget(const std::string &name, const bool pressed) const
TabStrip(const Widget2 *const widget, const std::string &group, const int height, const int spacing)
void action(const ActionEvent &event)
#define FOR_EACH(type, iter, array)