22 #ifndef GUI_WIDGETS_SLIDERLIST_H
23 #define GUI_WIDGETS_SLIDERLIST_H
49 const std::string &eventId);
int getMaxLabelWidth() const
void action(const ActionEvent &event)
void mouseWheelMovedUp(MouseEvent &event)
void safeDraw(Graphics *const graphics)
void mouseWheelMovedDown(MouseEvent &event)
void setSelectedString(const std::string &str)
void setSelected(const int idx)
SliderList(const Widget2 *const widget, ListModel *const listModel)
std::string getSelectedString() const
void draw(Graphics *const graphics)
void postInit2(ActionListener *const listener, const std::string &eventId)
#define A_DELETE_COPY(func)