19#ifndef __HEADER_OLAN_HPP__
20#define __HEADER_OLAN_HPP__
25#include "guiengine/screen.hpp"
26#include "guiengine/widgets.hpp"
27#include "states_screens/online/online_profile_base.hpp"
49 const int playerID) OVERRIDE;
52 virtual void init() OVERRIDE;
Declares a class to be a singleton.
Definition: screen.hpp:59
Represents a single GUI screen.
Definition: screen.hpp:97
Online profiel overview screen.
Definition: online_lan.hpp:37
virtual void loadedFromFile() OVERRIDE
implement callback from parent class GUIEngine::Screen
Definition: online_lan.hpp:45
virtual void eventCallback(GUIEngine::Widget *widget, const std::string &name, const int playerID) OVERRIDE
implement callback from parent class GUIEngine::Screen
Definition: online_lan.cpp:56
virtual bool onEscapePressed() OVERRIDE
Also called when pressing the back button.
Definition: online_lan.cpp:86
virtual void init() OVERRIDE
implement callback from parent class GUIEngine::Screen
Definition: online_lan.cpp:46
Contains all GUI engine related classes and functions.
Definition: abstract_state_manager.hpp:33