| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/painter.h>

Public Member Functions | |
| virtual ID | service () const |
| The service name of this handler is Painter. | |
| virtual ID | target () const =0 |
| Target class whose objects can be painted. | |
| VRS_TYPEINFO (Painter, Handler) | |
| virtual ID VRS::Painter::service | ( | ) | const [virtual] |
| virtual ID VRS::Painter::target | ( | ) | const [pure virtual] |
Target class whose objects can be painted.
Implements VRS::Handler.
Implemented in EnvironmentRenderer::GreenSpaceCompositePainter, EnvironmentRenderer::GreenSpacePainter, EnvironmentRenderer::PolygonSetWaterSurfacePainterGL, EnvironmentRenderer::SkyDomePainter, VRS::GL2::AttributedShapePainter, VRS::GL2::ProgramObjectPainter, VRS::PrimitiveQuadTreeAreaPainterGL, VRS::PrimitiveQuadTreeDistancePainterGL, VRS::SceneSpyPainter, VRS::TEXT::DisplacedTextureTextPainterGL, VRS::TEXT::SimplePanelPainterGl, and VRS::TEXT::TextureTextPainterGL.