#include <album_environment.h>
Public Member Functions | |
AlbumEnvironment () | |
Default constructor. | |
~AlbumEnvironment () | |
Destructor. | |
virtual void | timeUpdate (float dt) |
Timer value change event occured. | |
Private Member Functions | |
AlbumEnvironment (const AlbumEnvironment &) | |
AlbumEnvironment & | operator= (const AlbumEnvironment &) |
Album environment - this environment is a simple album from images located in user's file system. Reference object (cannot be copied).
AlbumEnvironment::AlbumEnvironment | ( | const AlbumEnvironment & | ) | [private] |
AlbumEnvironment::AlbumEnvironment | ( | ) |
Default constructor.
AlbumEnvironment::~AlbumEnvironment | ( | ) |
Destructor.
AlbumEnvironment& AlbumEnvironment::operator= | ( | const AlbumEnvironment & | ) | [private] |
virtual void AlbumEnvironment::timeUpdate | ( | float | dt | ) | [virtual] |
Timer value change event occured.
This method is called on each timer value change.
[in] | dt | Time difference between the last call (delta). |
Implements TimeUpdateable.