19 #ifndef HEADER_RECOVERY_DIALOG_HPP 20 #define HEADER_RECOVERY_DIALOG_HPP 23 #include "guiengine/modaldialog.hpp" 24 #include "guiengine/widgets.hpp" 46 void onEnterPressedInternal();
47 GUIEngine::EventPropagation processEvent(
const std::string& eventSource);
49 virtual void onUpdate(
float dt);
50 virtual bool onEscapePressed();
55 bool m_show_recovery_input;
56 bool m_show_recovery_info;
58 std::shared_ptr<Online::XMLRequest> m_recovery_request;
69 void showRecoveryInput();
70 void showRecoveryInfo();
A text field widget.
Definition: text_box_widget.hpp:52
Dialog that allows a user to recover his account.
Definition: recovery_dialog.hpp:35
Definition: player_manager.hpp:35
Abstract base class representing a modal dialog.
Definition: modaldialog.hpp:55