FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
FIFE::IRendererContainer Class Referenceabstract

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

#include <rendererbase.h>

+ Inheritance diagram for FIFE::IRendererContainer:
+ Collaboration diagram for FIFE::IRendererContainer:

Public Member Functions

virtual ~IRendererContainer ()
 
virtual RendererBasegetRenderer (const std::string &renderername)=0
 Returns renderer with given name. More...
 

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.

Constructor & Destructor Documentation

◆ ~IRendererContainer()

virtual FIFE::IRendererContainer::~IRendererContainer ( )
inlinevirtual

Definition at line 68 of file rendererbase.h.

Member Function Documentation

◆ getRenderer()


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