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
This commit is contained in:
Rüdiger Timm
2004-11-26 19:52:15 +00:00
parent a666d26f71
commit b672d1a6a2

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: sprite.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -120,6 +120,13 @@ namespace cppcanvas
the specified clip polygon. The given polygon is the specified clip polygon. The given polygon is
interpreted in device coordinates (i.e. screen pixel) 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 setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ) = 0;
virtual void show() = 0; virtual void show() = 0;