mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
utility methods
This commit is contained in:
@@ -31,6 +31,9 @@ namespace vb01Gui{
|
||||
void removeAllCheckboxes();
|
||||
void removeAllSliders();
|
||||
void removeAllTextboxes();
|
||||
inline std::vector<Button*> getButtons(){return buttons;}
|
||||
inline std::vector<Listbox*> getListboxes(){return listboxes;}
|
||||
inline std::vector<Textbox*> getTextboxes(){return textboxes;}
|
||||
private:
|
||||
void updateCurrentListbox(vb01Gui::Button*, bool&);
|
||||
void updateCurrentSlider(vb01Gui::Button*);
|
||||
|
||||
Reference in New Issue
Block a user