xbmc
|
A target of rendering commands. More...
#include <GUIRenderTarget.h>
Public Member Functions | |
CGUIRenderTarget (IRenderManager *renderManager) | |
virtual void | Render ()=0 |
Draw the frame to the rendering area. | |
virtual void | RenderEx ()=0 |
Draw the frame to the rendering area differently somehow. | |
virtual void | ClearBackground () |
Clear the background of the rendering area. | |
virtual bool | IsDirty () |
Check of the rendering area is dirty. More... | |
Protected Attributes | |
IRenderManager *const | m_renderManager |
A target of rendering commands.
This class abstracts the destination of rendering commands. As a result, controls and windows are given a unified API.
|
inlinevirtual |
Check of the rendering area is dirty.
|
protected |