The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Static Public Member Functions | List of all members
hotkey::manager Class Reference

this class is initialized once at game start put all initialization and wipe code in the methods here. More...

#include <hotkey_manager.hpp>

Public Member Functions

 manager ()
 
 ~manager ()
 

Static Public Member Functions

static void init ()
 
static void wipe ()
 

Detailed Description

this class is initialized once at game start put all initialization and wipe code in the methods here.

Definition at line 27 of file hotkey_manager.hpp.

Constructor & Destructor Documentation

hotkey::manager::manager ( )

Definition at line 23 of file hotkey_manager.cpp.

References init().

hotkey::manager::~manager ( )

Definition at line 40 of file hotkey_manager.cpp.

References wipe().

Member Function Documentation

void hotkey::manager::init ( )
static

Definition at line 28 of file hotkey_manager.cpp.

References hotkey::init_hotkey_commands().

Referenced by manager().

void hotkey::manager::wipe ( )
static

The documentation for this class was generated from the following files: