INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED

2004/10/12 14:14:41 thb 1.2.2.3: #i34997# Added support for FLOATTRANSPARENCY meta action
2004/07/20 19:09:04 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:51 thb 1.2.2.1: Resync with canvas01 changes
This commit is contained in:
Rüdiger Timm
2004-11-26 19:59:02 +00:00
parent a869566a7a
commit 57119d302d

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: implbitmap.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: thb $ $Date: 2004-03-18 10:41:09 $
* last change: $Author: rt $ $Date: 2004-11-26 20:59:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@
#endif
#include <cppcanvas/bitmap.hxx>
#include "canvasgraphichelper.hxx"
#include <canvasgraphichelper.hxx>
/*Definition of ImplBitmap */
@@ -96,6 +96,7 @@ namespace cppcanvas
// CanvasGraphic implementation (that was not already implemented by CanvasGraphicHelper)
virtual bool draw() const;
virtual bool drawAlphaModulated( double nAlphaModulation ) const;
virtual BitmapCanvasSharedPtr getBitmapCanvas() const;