FIFE  2008.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
FIFE::IRendererContainer Class Reference

#include <rendererbase.h>

Inheritance diagram for FIFE::IRendererContainer:
Inheritance graph
Collaboration diagram for FIFE::IRendererContainer:
Collaboration graph

List of all members.

Public Member Functions

virtual RendererBasegetRenderer (const std::string &renderername)=0

Detailed Description

Interface to class owning the renderers Used to get correct subclass of renderer in scripting side (via renderer's static method)

Definition at line 66 of file rendererbase.h.


Member Function Documentation

virtual RendererBase* FIFE::IRendererContainer::getRenderer ( const std::string &  renderername)
pure virtual

Returns renderer with given name

Implemented in FIFE::Camera.

Referenced by FIFE::CellSelectionRenderer::getInstance().

Here is the caller graph for this function:


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