LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
GraphicConversionParameters Class Reference

#include <graph.hxx>

Collaboration diagram for GraphicConversionParameters:
[legend]

Public Member Functions

 GraphicConversionParameters (const Size &rSizePixel=Size(), bool bUnlimitedSize=false, bool bAntiAliase=false, bool bSnapHorVerLines=false)
 
const SizegetSizePixel () const
 
bool getUnlimitedSize () const
 
bool getAntiAliase () const
 
bool getSnapHorVerLines () const
 

Private Attributes

Size maSizePixel
 
bool mbUnlimitedSize: 1
 
bool mbAntiAliase: 1
 
bool mbSnapHorVerLines: 1
 

Detailed Description

Definition at line 52 of file graph.hxx.

Constructor & Destructor Documentation

◆ GraphicConversionParameters()

GraphicConversionParameters::GraphicConversionParameters ( const Size rSizePixel = Size(),
bool  bUnlimitedSize = false,
bool  bAntiAliase = false,
bool  bSnapHorVerLines = false 
)
inline

Definition at line 62 of file graph.hxx.

Member Function Documentation

◆ getAntiAliase()

bool GraphicConversionParameters::getAntiAliase ( ) const
inline

Definition at line 77 of file graph.hxx.

Referenced by ImpGraphic::getBitmap().

◆ getSizePixel()

const Size & GraphicConversionParameters::getSizePixel ( ) const
inline

Definition at line 75 of file graph.hxx.

Referenced by ImpGraphic::getBitmap(), and ImpGraphic::getBitmapEx().

◆ getSnapHorVerLines()

bool GraphicConversionParameters::getSnapHorVerLines ( ) const
inline

Definition at line 78 of file graph.hxx.

Referenced by ImpGraphic::getBitmap().

◆ getUnlimitedSize()

bool GraphicConversionParameters::getUnlimitedSize ( ) const
inline

Definition at line 76 of file graph.hxx.

Referenced by ImpGraphic::getBitmap().

Member Data Documentation

◆ maSizePixel

Size GraphicConversionParameters::maSizePixel
private

Definition at line 55 of file graph.hxx.

◆ mbAntiAliase

bool GraphicConversionParameters::mbAntiAliase
private

Definition at line 58 of file graph.hxx.

◆ mbSnapHorVerLines

bool GraphicConversionParameters::mbSnapHorVerLines
private

Definition at line 59 of file graph.hxx.

◆ mbUnlimitedSize

bool GraphicConversionParameters::mbUnlimitedSize
private

Definition at line 57 of file graph.hxx.


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