28 #ifndef _CEGUINullRenderTarget_h_
29 #define _CEGUINullRenderTarget_h_
31 #include "../../CEGUIRenderTarget.h"
32 #include "CEGUINullRenderer.h"
33 #include "../../CEGUIRect.h"
51 void setArea(
const Rect& area);
52 const Rect& getArea()
const;
57 bool isImageryCache()
const;
68 #endif // end of guard _CEGUINullRenderTarget_h_
Class used as a two dimensional vector (aka a Point)
Definition: CEGUIVector.h:45
Intermediate RenderTarget.
Definition: CEGUINullRenderTarget.h:39
Abstract class defining the interface for objects that buffer geometry for later rendering.
Definition: CEGUIGeometryBuffer.h:42
CEGUI::Renderer implementation for no particular engine.
Definition: CEGUINullRenderer.h:62
NullRenderer & d_owner
NullRenderer object that owns this RenderTarget.
Definition: CEGUINullRenderTarget.h:61
Defines interface to some surface that can be rendered to. Concrete instances of objects that impleme...
Definition: CEGUIRenderTarget.h:42
Class that represents a queue of GeometryBuffer objects to be rendered.
Definition: CEGUIRenderQueue.h:53
Class encapsulating operations on a Rectangle.
Definition: CEGUIRect.h:44
Rect d_area
holds defined area for the RenderTarget
Definition: CEGUINullRenderTarget.h:63