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

#include <TileLayoutHandler.hpp>

Inheritance diagram for yap::TileLayoutHandler:
Collaboration diagram for yap::TileLayoutHandler:

List of all members.

Public Member Functions

void Execute (TileLayer &tileLayer)
- Public Member Functions inherited from yap::ILoadable
virtual ~ILoadable ()

Protected Member Functions

 TileLayoutHandler ()
virtual ~TileLayoutHandler ()

Private Member Functions

 DISALLOW_COPY (TileLayoutHandler)
virtual void HandleExecute (TileLayer &tileLayer)=0

Detailed Description

Definition at line 11 of file TileLayoutHandler.hpp.


Constructor & Destructor Documentation

yap::TileLayoutHandler::TileLayoutHandler ( )
protected

Definition at line 5 of file TileLayoutHandler.cpp.

yap::TileLayoutHandler::~TileLayoutHandler ( )
protectedvirtual

Definition at line 9 of file TileLayoutHandler.cpp.


Member Function Documentation

yap::TileLayoutHandler::DISALLOW_COPY ( TileLayoutHandler  )
private
void yap::TileLayoutHandler::Execute ( TileLayer tileLayer)

Definition at line 13 of file TileLayoutHandler.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual void yap::TileLayoutHandler::HandleExecute ( TileLayer tileLayer)
privatepure virtual

Implemented in yap::SelectionTileLayoutHandler, yap::BasicTileLayoutHandler, and yap::RandomTileLayoutHandler.

Here is the caller graph for this function:


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