From b672d1a6a24c27578e7f4d26db8e7ad87cfb070d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 26 Nov 2004 19:52:15 +0000 Subject: [PATCH] INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED 2004/08/06 14:00:44 thb 1.2.2.3: #110496# Adapted XSprite API to match reality (the way it was simply wasn't logical). 2004/07/20 19:08:43 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes 2004/04/05 15:58:44 thb 1.2.2.1: Resync with canvas01 changes --- cppcanvas/inc/cppcanvas/sprite.hxx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/cppcanvas/inc/cppcanvas/sprite.hxx b/cppcanvas/inc/cppcanvas/sprite.hxx index d19a0f6c57f6..4d3864de602b 100644 --- a/cppcanvas/inc/cppcanvas/sprite.hxx +++ b/cppcanvas/inc/cppcanvas/sprite.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sprite.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2004-09-08 16:58:21 $ + * last change: $Author: rt $ $Date: 2004-11-26 20:52:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,6 +120,13 @@ namespace cppcanvas the specified clip polygon. The given polygon is interpreted in device coordinates (i.e. screen pixel) */ + virtual void setClipPixel( const ::basegfx::B2DPolyPolygon& rClipPoly ) = 0; + + /** Set output clipping + + This method applies the clip poly-polygon interpreted in + the view coordinate system of the parent canvas. + */ virtual void setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ) = 0; virtual void show() = 0;