LibreOffice Module canvas (master)
1
|
Target interface for XCachedPrimitive implementations. More...
#include <repainttarget.hxx>
Public Member Functions | |
virtual | ~RepaintTarget () |
virtual bool | repaint (const GraphicObjectSharedPtr &rGrf, const css::rendering::ViewState &viewState, const css::rendering::RenderState &renderState, const ::Point &rPt, const ::Size &rSz, const GraphicAttr &rAttr) const =0 |
Target interface for XCachedPrimitive implementations.
This interface must be implemented on all canvas implementations that hand out XCachedPrimitives
Definition at line 37 of file repainttarget.hxx.
|
inlinevirtual |
Definition at line 40 of file repainttarget.hxx.
|
pure virtual |
Implemented in vclcanvas::SpriteCanvas, vclcanvas::CanvasCustomSprite, vclcanvas::Canvas, and vclcanvas::CanvasBitmap.