19#ifndef __HEADER_ONLINE_PROFILE_SETTINGS_HPP__
20#define __HEADER_ONLINE_PROFILE_SETTINGS_HPP__
25#include "guiengine/screen.hpp"
26#include "guiengine/widgets.hpp"
27#include "states_screens/online/online_profile_base.hpp"
42 void changeEmail(
const irr::core::stringw &new_email);
51 const int playerID) OVERRIDE;
54 virtual void init() OVERRIDE;
Declares a class to be a singleton.
Definition: screen.hpp:59
Online profile base screen.
Definition: online_profile_base.hpp:38
Online profiel overview screen.
Definition: online_profile_settings.hpp:37
virtual void init() OVERRIDE
implement callback from parent class GUIEngine::Screen
Definition: online_profile_settings.cpp:61
virtual void loadedFromFile() OVERRIDE
implement callback from parent class GUIEngine::Screen
Definition: online_profile_settings.cpp:51
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:70
Contains all GUI engine related classes and functions.
Definition: abstract_state_manager.hpp:33