19 #ifndef __HEADER_ONLINE_PROFILE_SETTINGS_HPP__
20 #define __HEADER_ONLINE_PROFILE_SETTINGS_HPP__
23 #include <irrString.h>
25 #include "guiengine/screen.hpp"
26 #include "states_screens/online/online_profile_base.hpp"
28 namespace GUIEngine {
class ButtonWidget;
class Widget; }
41 void changeEmail(
const irr::core::stringw &new_email);
50 const int playerID) OVERRIDE;
53 virtual void init() OVERRIDE;
Declares a class to be a singleton.
Definition: screen.hpp:59
Online profile base screen.
Definition: online_profile_base.hpp:37
Online profiel overview screen.
Definition: online_profile_settings.hpp:36
virtual void init() OVERRIDE
implement callback from parent class GUIEngine::Screen
Definition: online_profile_settings.cpp:65
virtual void loadedFromFile() OVERRIDE
implement callback from parent class GUIEngine::Screen
Definition: online_profile_settings.cpp:55
virtual void eventCallback(GUIEngine::Widget *widget, const std::string &name, const int playerID) OVERRIDE
implement callback from parent class GUIEngine::Screen
Definition: online_profile_settings.cpp:74
Contains all GUI engine related classes and functions.
Definition: abstract_state_manager.hpp:33