summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/spritecanvas.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-30 06:39:09 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-30 06:39:09 +0000
commitfd874452efc0f5e944721713589a700e473c97cc (patch)
treeea1f7422cbbeaa5f73b556fdaef9a480a50ab78b /canvas/source/vcl/spritecanvas.hxx
parent918d7bf7eb4b482172b32db860eb2ab7c035dd52 (diff)
INTEGRATION: CWS presfixes02 (1.5.2); FILE MERGED
2005/03/14 16:03:09 thb 1.5.2.1: #i35136# #i36914# #i41113# #i44100# Merge from presfixes01 patches
Diffstat (limited to 'canvas/source/vcl/spritecanvas.hxx')
-rw-r--r--canvas/source/vcl/spritecanvas.hxx14
1 files changed, 11 insertions, 3 deletions
diff --git a/canvas/source/vcl/spritecanvas.hxx b/canvas/source/vcl/spritecanvas.hxx
index e13bd496ca0c..a7af42762ffb 100644
--- a/canvas/source/vcl/spritecanvas.hxx
+++ b/canvas/source/vcl/spritecanvas.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: spritecanvas.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 12:01:10 $
+ * last change: $Author: rt $ $Date: 2005-03-30 07:39:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,6 +104,7 @@
#include "canvashelper.hxx"
#include "backbuffer.hxx"
#include "impltools.hxx"
+#include "repainttarget.hxx"
class OutputDevice;
class Point;
@@ -126,7 +127,8 @@ namespace vclcanvas
typedef ::canvas::internal::BitmapCanvasBase< CanvasBase_Base, CanvasHelper, tools::LocalGuard > SpriteCanvas_Base;
class SpriteCanvas : public SpriteCanvas_Base,
- public SpriteSurface
+ public SpriteSurface,
+ public RepaintTarget
{
public:
typedef ::rtl::Reference< SpriteCanvas > ImplRef;
@@ -193,6 +195,12 @@ namespace vclcanvas
const Point& rPos,
const Rectangle& rUpdateArea );
+ // RepaintTarget
+ virtual bool repaint( const GraphicObjectSharedPtr& rGrf,
+ const ::Point& rPt,
+ const ::Size& rSz,
+ const GraphicAttr& rAttr ) const;
+
protected:
~SpriteCanvas(); // we're a ref-counted UNO class. _We_ destroy ourselves.