supertux
|
This is the complete list of members for Dialog, including all inherited members.
add_button(const std::string &text, const std::function< void()> &callback={}) (defined in Dialog) | Dialog | |
add_cancel_button(const std::string &text, const std::function< void()> &callback={}) | Dialog | |
add_default_button(const std::string &text, const std::function< void()> &callback={}) | Dialog | |
clear_buttons() (defined in Dialog) | Dialog | |
Dialog(bool passive=false, bool auto_clear_dialogs=true) (defined in Dialog) | Dialog | |
draw(DrawingContext &context) (defined in Dialog) | Dialog | |
event(const SDL_Event &event) (defined in Dialog) | Dialog | |
get_center_pos() const (defined in Dialog) | Dialog | |
get_height() const (defined in Dialog) | Dialog | inline |
get_width() const (defined in Dialog) | Dialog | inline |
is_passive() const (defined in Dialog) | Dialog | inline |
process_input(const Controller &controller) (defined in Dialog) | Dialog | |
set_text(const std::string &text) (defined in Dialog) | Dialog | |
show_confirmation(const std::string &text, const std::function< void()> &callback, bool no_auto_clear=false) (defined in Dialog) | Dialog | inlinestatic |
show_message(const std::string &text, bool passive=false, bool no_auto_clear=false, const std::function< void()> &ok_callback={}) (defined in Dialog) | Dialog | inlinestatic |
update() (defined in Dialog) | Dialog | inlinevirtual |
~Dialog() (defined in Dialog) | Dialog | virtual |