LibreOffice Module vcl (master) 1
Public Member Functions | List of all members
psp::PrinterBmp Class Referenceabstract

#include <printergfx.hxx>

Public Member Functions

virtual ~PrinterBmp ()=0
 
virtual sal_uInt32 GetPaletteColor (sal_uInt32 nIdx) const =0
 
virtual sal_uInt32 GetPaletteEntryCount () const =0
 
virtual sal_uInt32 GetPixelRGB (sal_uInt32 nRow, sal_uInt32 nColumn) const =0
 
virtual sal_uInt8 GetPixelGray (sal_uInt32 nRow, sal_uInt32 nColumn) const =0
 
virtual sal_uInt8 GetPixelIdx (sal_uInt32 nRow, sal_uInt32 nColumn) const =0
 
virtual sal_uInt32 GetDepth () const =0
 

Detailed Description

Definition at line 119 of file printergfx.hxx.

Constructor & Destructor Documentation

◆ ~PrinterBmp()

virtual psp::PrinterBmp::~PrinterBmp ( )
pure virtual

Member Function Documentation

◆ GetDepth()

virtual sal_uInt32 psp::PrinterBmp::GetDepth ( ) const
pure virtual

◆ GetPaletteColor()

virtual sal_uInt32 psp::PrinterBmp::GetPaletteColor ( sal_uInt32  nIdx) const
pure virtual

◆ GetPaletteEntryCount()

virtual sal_uInt32 psp::PrinterBmp::GetPaletteEntryCount ( ) const
pure virtual

◆ GetPixelGray()

virtual sal_uInt8 psp::PrinterBmp::GetPixelGray ( sal_uInt32  nRow,
sal_uInt32  nColumn 
) const
pure virtual

◆ GetPixelIdx()

virtual sal_uInt8 psp::PrinterBmp::GetPixelIdx ( sal_uInt32  nRow,
sal_uInt32  nColumn 
) const
pure virtual

◆ GetPixelRGB()

virtual sal_uInt32 psp::PrinterBmp::GetPixelRGB ( sal_uInt32  nRow,
sal_uInt32  nColumn 
) const
pure virtual

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