19 #ifndef __HEADER_ONLINE_PROFILE_SERVERS_HPP__
20 #define __HEADER_ONLINE_PROFILE_SERVERS_HPP__
23 #include <irrString.h>
25 #include "guiengine/screen.hpp"
26 #include "states_screens/online/online_profile_base.hpp"
50 const int playerID) OVERRIDE;
53 virtual void init() OVERRIDE;
Declares a class to be a singleton.
Definition: screen.hpp:59
Represents a single GUI screen.
Definition: screen.hpp:94
Online profiel overview screen.
Definition: online_profile_servers.hpp:36
virtual void init() OVERRIDE
implement callback from parent class GUIEngine::Screen
Definition: online_profile_servers.cpp:53
virtual bool onEscapePressed() OVERRIDE
Also called when pressing the back button.
Definition: online_profile_servers.cpp:121
virtual void eventCallback(GUIEngine::Widget *widget, const std::string &name, const int playerID) OVERRIDE
implement callback from parent class GUIEngine::Screen
Definition: online_profile_servers.cpp:76
virtual void loadedFromFile() OVERRIDE
implement callback from parent class GUIEngine::Screen
Definition: online_profile_servers.hpp:46
Contains all GUI engine related classes and functions.
Definition: abstract_state_manager.hpp:33