The base class for renderers. More...
#include <renderer.h>
Public Member Functions | |
wxGISRenderer (wxGISLayer *pwxGISLayer=NULL) | |
virtual bool | CanRender (wxGISLayer *const pwxGISLayer) const |
virtual wxString | GetName (void) const |
virtual wxGISEnumRendererType | GetType (void) const |
virtual bool | Draw (wxGISEnumDrawPhase DrawPhase, wxGISDisplay *const pDisplay, ITrackCancel *const pTrackCancel=NULL)=0 |
virtual bool | Apply (ITrackCancel *const pTrackCancel=NULL)=0 |
Protected Attributes | |
wxGISLayer *const | m_pwxGISLayer |
The base class for renderers.