YAPOG  0.0.1
Yet Another Pokemon Online Game
yap::GameInputManager Class Reference

#include <GameInputManager.hpp>

Collaboration diagram for yap::GameInputManager:

List of all members.

Public Member Functions

void BeginUpdate ()
void Update (const GuiEvent &guiEvent)
void EndUpdate ()
void AddGameInput (GameInput *gameInput)
void RemoveGameInput (GameInput *gameInput)
bool GameInputIsActive (GameInputType gameInputType, const GuiEvent &guiEvent) const
bool GameInputIsActivated (GameInputType gameInputType, const GuiEvent &guiEvent) const
bool GameInputIsDeactivated (GameInputType gameInputType, const GuiEvent &guiEvent) const

Static Public Member Functions

static GameInputManagerInstance ()

Private Member Functions

 DISALLOW_COPY (GameInputManager)
 GameInputManager ()
 ~GameInputManager ()

Private Attributes

collection::Map< GameInputType,
GameInput * > 
gameInputs_

Detailed Description

Definition at line 10 of file GameInputManager.hpp.


Constructor & Destructor Documentation

yap::GameInputManager::GameInputManager ( )
private

Definition at line 5 of file GameInputManager.cpp.

yap::GameInputManager::~GameInputManager ( )
private

Definition at line 10 of file GameInputManager.cpp.


Member Function Documentation

void yap::GameInputManager::AddGameInput ( GameInput gameInput)

Definition at line 41 of file GameInputManager.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void yap::GameInputManager::BeginUpdate ( )

Definition at line 23 of file GameInputManager.cpp.

Here is the caller graph for this function:

yap::GameInputManager::DISALLOW_COPY ( GameInputManager  )
private
void yap::GameInputManager::EndUpdate ( )

Definition at line 35 of file GameInputManager.cpp.

Here is the caller graph for this function:

bool yap::GameInputManager::GameInputIsActivated ( GameInputType  gameInputType,
const GuiEvent guiEvent 
) const

Definition at line 58 of file GameInputManager.cpp.

Here is the caller graph for this function:

bool yap::GameInputManager::GameInputIsActive ( GameInputType  gameInputType,
const GuiEvent guiEvent 
) const

Definition at line 51 of file GameInputManager.cpp.

bool yap::GameInputManager::GameInputIsDeactivated ( GameInputType  gameInputType,
const GuiEvent guiEvent 
) const

Definition at line 65 of file GameInputManager.cpp.

Here is the caller graph for this function:

GameInputManager & yap::GameInputManager::Instance ( )
static

Definition at line 16 of file GameInputManager.cpp.

Here is the caller graph for this function:

void yap::GameInputManager::RemoveGameInput ( GameInput gameInput)

Definition at line 46 of file GameInputManager.cpp.

Here is the call graph for this function:

void yap::GameInputManager::Update ( const GuiEvent guiEvent)

Definition at line 29 of file GameInputManager.cpp.

Here is the caller graph for this function:


Member Data Documentation

collection::Map<GameInputType, GameInput*> yap::GameInputManager::gameInputs_
private

Definition at line 40 of file GameInputManager.hpp.


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