OpenPolygon
1.0.0
OpenPolygon is a Rendering Engine
|
The RenderElement - contained component Element - abstract class. More...
#include <rendercomponent.h>
Public Member Functions | |
RenderElement (const std::string &name) | |
void | setElement (Element *element) |
Element * | getElement (void) |
![]() | |
virtual void | create (OpenPolygonDisplay *display)=0 |
virtual void | draw (const DrawEvent &event)=0 |
Protected Attributes | |
Element * | m_element |
The RenderElement - contained component Element - abstract class.