INTEGRATION: CWS presfixes12 (1.3.48); FILE MERGED

2007/02/20 22:23:07 thb 1.3.48.1: #i37778# Added XCanvas::clear() method throughout all implementations
This commit is contained in:
Oliver Bolte 2007-07-17 13:18:53 +00:00
parent 431520418e
commit 481288f111

View file

@ -4,9 +4,9 @@
*
* $RCSfile: sprite.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: hr $ $Date: 2006-06-20 02:14:13 $
* last change: $Author: obo $ $Date: 2007-07-17 14:18:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -96,6 +96,10 @@ namespace canvas
*/
virtual bool isAreaUpdateOpaque( const ::basegfx::B2DRange& rUpdateArea ) const = 0;
/** Query whether content has changed
*/
virtual bool isContentChanged() const = 0;
/** Query position of the left, top pixel of the sprite
*/
virtual ::basegfx::B2DPoint getPosPixel() const = 0;