INTEGRATION: CWS presfixes12 (1.7.50); FILE MERGED

2007/03/08 21:37:18 thb 1.7.50.1: #i37778# Added extra setClip() method to be able to set no clip - setting a clip with zero polygons by definition clips everything
This commit is contained in:
Oliver Bolte
2007-07-17 14:23:37 +00:00
parent e36d17ae50
commit e4b4ec133d

View File

@@ -4,9 +4,9 @@
* *
* $RCSfile: sprite.hxx,v $ * $RCSfile: sprite.hxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: kz $ $Date: 2005-11-02 13:38:52 $ * last change: $Author: obo $ $Date: 2007-07-17 15:23:37 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@@ -103,6 +103,8 @@ namespace cppcanvas
*/ */
virtual void setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ) = 0; virtual void setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ) = 0;
virtual void setClip() = 0;
virtual void show() = 0; virtual void show() = 0;
virtual void hide() = 0; virtual void hide() = 0;