This is the complete list of members for ml::DynamicPanel::Builder, including all inherited members.
| button(const std::string &label, float x, float y, float w, float h, int style, std::function< void()> onClick) | ml::DynamicPanel::Builder | |
| DynamicPanel class | ml::DynamicPanel::Builder | friend |
| input(const std::string &id, const std::string &placeholder, float x, float y, float w, float h, const std::string &value, std::function< void(const std::string &)> onChange) | ml::DynamicPanel::Builder | |
| rect(float x, float y, float w, float h, const sf::Color &fill) | ml::DynamicPanel::Builder | |
| text(const std::string &s, float x, float y, unsigned size, const sf::Color &color, bool center=false) | ml::DynamicPanel::Builder |