Renderer.h File Reference
#include "Scene.h"
#include "Buffer.h"
#include "Surface.h"
#include <Delegate.h>
Include dependency graph for Renderer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Graphics::ItemList< T >
 Fixed list of types. More...
 
class  Graphics::PointList
 Small list of points for drawing. More...
 
class  Graphics::RectList
 Small list of rectangles, similar to PointList. More...
 
class  Graphics::MultiRenderer
 Base class to render multiple objects. More...
 
class  Graphics::SceneRenderer
 A scene is a list of other objects, so we just iterate through the list and draw each in turn. More...
 
class  Graphics::GfxLineRenderer
 Draws 1-pixel lines. More...
 
class  Graphics::LineRenderer
 Draws lines. More...
 
class  Graphics::PolylineRenderer
 Draws series of lines defined by a PolylineObject More...
 
class  Graphics::RectRenderer
 Draws a rectangle as a polyline. More...
 
class  Graphics::FilledRectRenderer
 Draws a filled rectangle. More...
 
class  Graphics::RoundedRectRenderer
 Draws a rectangle outline with rounded corners. More...
 
class  Graphics::FilledRoundedRectRenderer
 Draws a filled rectangle with rounded corners. More...
 
class  Graphics::CircleRenderer
 Draws a circle outline. More...
 
class  Graphics::FilledCircleRenderer
 Draws a filled circle. More...
 
struct  Graphics::Ellipse
 State information for tracing an ellipse outline. More...
 
class  Graphics::ArcRectList
 
class  Graphics::EllipseRenderer
 Draws an ellipse outline. More...
 
class  Graphics::FilledEllipseRenderer
 Draws a filled ellipse. More...
 
class  Graphics::ArcRenderer
 Render arc outline with adjustable line width. More...
 
class  Graphics::FilledArcRenderer
 Render arc outline with adjustable line width. More...
 
class  Graphics::ImageRenderer
 Render an image object. More...
 
class  Graphics::SurfaceRenderer
 Copy an area to another surface. More...
 
class  Graphics::CopyRenderer
 Copy an area within the same surface. More...
 
class  Graphics::ImageCopyRenderer
 
class  Graphics::ScrollRenderer
 Scroll an area. More...
 
class  Graphics::BlendRenderer
 Perform blending with draw. More...
 
class  Graphics::TextRenderer
 Draw a line of text. More...
 

Namespaces

 Graphics