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

#include <CairoCommon.hxx>

Inheritance diagram for SystemDependentData_CairoPath:
[legend]
Collaboration diagram for SystemDependentData_CairoPath:
[legend]

Public Member Functions

 SystemDependentData_CairoPath (size_t nSizeMeasure, cairo_t *cr, bool bNoJoin, bool bAntiAlias, const std::vector< double > *pStroke)
 
virtual ~SystemDependentData_CairoPath () override
 
cairo_path_t * getCairoPath ()
 
bool getNoJoin () const
 
bool getAntiAlias () const
 
const std::vector< double > & getStroke () const
 
virtual sal_Int64 estimateUsageInBytes () const override
 
- Public Member Functions inherited from basegfx::SystemDependentData
 SystemDependentData (SystemDependentDataManager &rSystemDependentDataManager)
 
virtual ~SystemDependentData ()
 
SystemDependentDataManagergetSystemDependentDataManager ()
 
sal_uInt32 calculateCombinedHoldCyclesInSeconds () const
 
sal_uInt32 getCombinedHoldCyclesInSeconds () const
 
virtual sal_Int64 estimateUsageInBytes () const
 

Private Attributes

cairo_path_t * mpCairoPath
 
bool mbNoJoin
 
bool mbAntiAlias
 
std::vector< double > maStroke
 

Detailed Description

Definition at line 64 of file CairoCommon.hxx.

Constructor & Destructor Documentation

◆ SystemDependentData_CairoPath()

SystemDependentData_CairoPath::SystemDependentData_CairoPath ( size_t  nSizeMeasure,
cairo_t cr,
bool  bNoJoin,
bool  bAntiAlias,
const std::vector< double > *  pStroke 
)

◆ ~SystemDependentData_CairoPath()

virtual SystemDependentData_CairoPath::~SystemDependentData_CairoPath ( )
overridevirtual

Member Function Documentation

◆ estimateUsageInBytes()

virtual sal_Int64 SystemDependentData_CairoPath::estimateUsageInBytes ( ) const
overridevirtual

Reimplemented from basegfx::SystemDependentData.

◆ getAntiAlias()

bool SystemDependentData_CairoPath::getAntiAlias ( ) const
inline

Definition at line 84 of file CairoCommon.hxx.

References mbAntiAlias.

◆ getCairoPath()

cairo_path_t * SystemDependentData_CairoPath::getCairoPath ( )
inline

Definition at line 82 of file CairoCommon.hxx.

References mpCairoPath.

◆ getNoJoin()

bool SystemDependentData_CairoPath::getNoJoin ( ) const
inline

Definition at line 83 of file CairoCommon.hxx.

References mbNoJoin.

◆ getStroke()

const std::vector< double > & SystemDependentData_CairoPath::getStroke ( ) const
inline

Definition at line 85 of file CairoCommon.hxx.

References maStroke.

Member Data Documentation

◆ maStroke

std::vector<double> SystemDependentData_CairoPath::maStroke
private

Definition at line 74 of file CairoCommon.hxx.

Referenced by getStroke().

◆ mbAntiAlias

bool SystemDependentData_CairoPath::mbAntiAlias
private

Definition at line 73 of file CairoCommon.hxx.

Referenced by getAntiAlias().

◆ mbNoJoin

bool SystemDependentData_CairoPath::mbNoJoin
private

Definition at line 72 of file CairoCommon.hxx.

Referenced by getNoJoin().

◆ mpCairoPath

cairo_path_t* SystemDependentData_CairoPath::mpCairoPath
private

Definition at line 68 of file CairoCommon.hxx.

Referenced by getCairoPath().


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