LibreOffice Module canvas (master) 1
|
#include <cppuhelper/compbase.hxx>
#include <comphelper/uno3.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/rendering/XBitmapCanvas.hpp>
#include <com/sun/star/rendering/XCustomSprite.hpp>
#include <com/sun/star/rendering/XIntegerBitmap.hpp>
#include <base/basemutexhelper.hxx>
#include <base/spritesurface.hxx>
#include <base/canvascustomspritebase.hxx>
#include "sprite.hxx"
#include "canvashelper.hxx"
#include "spritehelper.hxx"
#include "impltools.hxx"
#include "repainttarget.hxx"
Go to the source code of this file.
Classes | |
class | vclcanvas::CanvasCustomSpriteSpriteBase_Base |
Mixin Sprite. More... | |
class | vclcanvas::CanvasCustomSprite |
Namespaces | |
namespace | vclcanvas |
Typedefs | |
typedef ::cppu::WeakComponentImplHelper< css::rendering::XCustomSprite, css::rendering::XBitmapCanvas, css::rendering::XIntegerBitmap, css::lang::XServiceInfo > | vclcanvas::CanvasCustomSpriteBase_Base |
typedef ::canvas::CanvasCustomSpriteBase< CanvasCustomSpriteSpriteBase_Base, SpriteHelper, CanvasHelper, tools::LocalGuard, ::cppu::OWeakObject > | vclcanvas::CanvasCustomSpriteBaseT |