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

#include <FrameSwitcher.hpp>

Inheritance diagram for yap::FrameSwitcher:
Collaboration diagram for yap::FrameSwitcher:

List of all members.

Public Member Functions

virtual ~FrameSwitcher ()
int FrameIsOver (const Time &dt)
 Indicates how many frames have to be switched.
ICloneable members.
virtual FrameSwitcherClone () const =0
- Public Member Functions inherited from yap::ICloneable
virtual ~ICloneable ()

Protected Member Functions

 FrameSwitcher ()

Private Member Functions

 DISALLOW_ASSIGN (FrameSwitcher)
virtual int HandleFrameIsOver (const Time &dt)=0

Detailed Description

Definition at line 11 of file FrameSwitcher.hpp.


Constructor & Destructor Documentation

yap::FrameSwitcher::~FrameSwitcher ( )
virtual

Definition at line 9 of file FrameSwitcher.cpp.

yap::FrameSwitcher::FrameSwitcher ( )
protected

Definition at line 5 of file FrameSwitcher.cpp.


Member Function Documentation

virtual FrameSwitcher* yap::FrameSwitcher::Clone ( ) const
pure virtual
yap::FrameSwitcher::DISALLOW_ASSIGN ( FrameSwitcher  )
private
int yap::FrameSwitcher::FrameIsOver ( const Time dt)

Indicates how many frames have to be switched.

Definition at line 13 of file FrameSwitcher.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual int yap::FrameSwitcher::HandleFrameIsOver ( const Time dt)
privatepure virtual

Implemented in yap::AnyFrameSwitcher, and yap::DelayedFrameSwitcher.

Here is the caller graph for this function:


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