Helper template to handle XIntegerBitmap method forwarding to BitmapCanvasHelper.
More...
#include <integerbitmapbase.hxx>
|
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 |
|
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:
- Base Either BitmapCanvasBase (just XBitmap) or BitmapCanvasBase2 (XBitmap and XBitmapCanvas).
Definition at line 38 of file integerbitmapbase.hxx.
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 |
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 |
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 |
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: