LibreOffice Module canvas (master) 1
Public Member Functions | List of all members
canvas::IntegerBitmapBase< Base > Class Template Reference

Helper template to handle XIntegerBitmap method forwarding to BitmapCanvasHelper. More...

#include <integerbitmapbase.hxx>

Inheritance diagram for canvas::IntegerBitmapBase< Base >:
[legend]
Collaboration diagram for canvas::IntegerBitmapBase< Base >:
[legend]

Public Member Functions

virtual css::uno::Sequence< sal_Int8 > SAL_CALL getData (css::rendering::IntegerBitmapLayout &bitmapLayout, const css::geometry::IntegerRectangle2D &rect) override
 
virtual void SAL_CALL setData (const css::uno::Sequence< sal_Int8 > &, const css::rendering::IntegerBitmapLayout &bitmapLayout, const css::geometry::IntegerRectangle2D &rect) override
 
virtual void SAL_CALL setPixel (const css::uno::Sequence< sal_Int8 > &, const css::rendering::IntegerBitmapLayout &bitmapLayout, const css::geometry::IntegerPoint2D &pos) override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getPixel (css::rendering::IntegerBitmapLayout &bitmapLayout, const css::geometry::IntegerPoint2D &pos) override
 
virtual css::rendering::IntegerBitmapLayout SAL_CALL getMemoryLayout () override
 

Detailed Description

template<class Base>
class canvas::IntegerBitmapBase< Base >

Helper template to handle XIntegerBitmap method forwarding to BitmapCanvasHelper.

Use this helper to handle the XIntegerBitmap part of your implementation.

Template parameter: \n Base
Either BitmapCanvasBase (just XBitmap) or BitmapCanvasBase2 (XBitmap and XBitmapCanvas).

Definition at line 38 of file integerbitmapbase.hxx.

Member Function Documentation

◆ getData()

template<class Base >
virtual css::uno::Sequence< sal_Int8 > SAL_CALL canvas::IntegerBitmapBase< Base >::getData ( css::rendering::IntegerBitmapLayout &  bitmapLayout,
const css::geometry::IntegerRectangle2D &  rect 
)
inlineoverridevirtual

◆ getMemoryLayout()

template<class Base >
virtual css::rendering::IntegerBitmapLayout SAL_CALL canvas::IntegerBitmapBase< Base >::getMemoryLayout ( )
inlineoverridevirtual

Definition at line 99 of file integerbitmapbase.hxx.

◆ getPixel()

template<class Base >
virtual css::uno::Sequence< sal_Int8 > SAL_CALL canvas::IntegerBitmapBase< Base >::getPixel ( css::rendering::IntegerBitmapLayout &  bitmapLayout,
const css::geometry::IntegerPoint2D &  pos 
)
inlineoverridevirtual

◆ setData()

template<class Base >
virtual void SAL_CALL canvas::IntegerBitmapBase< Base >::setData ( const css::uno::Sequence< sal_Int8 > &  ,
const css::rendering::IntegerBitmapLayout &  bitmapLayout,
const css::geometry::IntegerRectangle2D &  rect 
)
inlineoverridevirtual

◆ setPixel()

template<class Base >
virtual void SAL_CALL canvas::IntegerBitmapBase< Base >::setPixel ( const css::uno::Sequence< sal_Int8 > &  ,
const css::rendering::IntegerBitmapLayout &  bitmapLayout,
const css::geometry::IntegerPoint2D &  pos 
)
inlineoverridevirtual

The documentation for this class was generated from the following file: