LibreOffice Module drawinglayer (master) 1
Public Member Functions | Public Attributes | List of all members
drawinglayer::attribute::ImpFillGraphicAttribute Class Reference
Collaboration diagram for drawinglayer::attribute::ImpFillGraphicAttribute:
[legend]

Public Member Functions

 ImpFillGraphicAttribute (Graphic aGraphic, const basegfx::B2DRange &rGraphicRange, bool bTiling, double fOffsetX, double fOffsetY)
 
 ImpFillGraphicAttribute ()
 
const GraphicgetGraphic () const
 
const basegfx::B2DRangegetGraphicRange () const
 
bool getTiling () const
 
double getOffsetX () const
 
double getOffsetY () const
 
bool operator== (const ImpFillGraphicAttribute &rCandidate) const
 

Public Attributes

Graphic maGraphic
 
basegfx::B2DRange maGraphicRange
 
bool mbTiling: 1
 
double mfOffsetX
 
double mfOffsetY
 

Detailed Description

Definition at line 30 of file fillgraphicattribute.cxx.

Constructor & Destructor Documentation

◆ ImpFillGraphicAttribute() [1/2]

drawinglayer::attribute::ImpFillGraphicAttribute::ImpFillGraphicAttribute ( Graphic  aGraphic,
const basegfx::B2DRange rGraphicRange,
bool  bTiling,
double  fOffsetX,
double  fOffsetY 
)
inline

Definition at line 44 of file fillgraphicattribute.cxx.

References Graphic::GetBitmapEx(), and maGraphic.

◆ ImpFillGraphicAttribute() [2/2]

drawinglayer::attribute::ImpFillGraphicAttribute::ImpFillGraphicAttribute ( )
inline

Definition at line 64 of file fillgraphicattribute.cxx.

Member Function Documentation

◆ getGraphic()

const Graphic & drawinglayer::attribute::ImpFillGraphicAttribute::getGraphic ( ) const
inline

Definition at line 72 of file fillgraphicattribute.cxx.

References maGraphic.

Referenced by operator==().

◆ getGraphicRange()

const basegfx::B2DRange & drawinglayer::attribute::ImpFillGraphicAttribute::getGraphicRange ( ) const
inline

Definition at line 73 of file fillgraphicattribute.cxx.

References maGraphicRange.

Referenced by operator==().

◆ getOffsetX()

double drawinglayer::attribute::ImpFillGraphicAttribute::getOffsetX ( ) const
inline

Definition at line 75 of file fillgraphicattribute.cxx.

References mfOffsetX.

Referenced by operator==().

◆ getOffsetY()

double drawinglayer::attribute::ImpFillGraphicAttribute::getOffsetY ( ) const
inline

Definition at line 76 of file fillgraphicattribute.cxx.

References mfOffsetY.

Referenced by operator==().

◆ getTiling()

bool drawinglayer::attribute::ImpFillGraphicAttribute::getTiling ( ) const
inline

Definition at line 74 of file fillgraphicattribute.cxx.

References mbTiling.

Referenced by operator==().

◆ operator==()

bool drawinglayer::attribute::ImpFillGraphicAttribute::operator== ( const ImpFillGraphicAttribute rCandidate) const
inline

Member Data Documentation

◆ maGraphic

Graphic drawinglayer::attribute::ImpFillGraphicAttribute::maGraphic

Definition at line 34 of file fillgraphicattribute.cxx.

Referenced by getGraphic(), and ImpFillGraphicAttribute().

◆ maGraphicRange

basegfx::B2DRange drawinglayer::attribute::ImpFillGraphicAttribute::maGraphicRange

Definition at line 35 of file fillgraphicattribute.cxx.

Referenced by getGraphicRange().

◆ mbTiling

bool drawinglayer::attribute::ImpFillGraphicAttribute::mbTiling

Definition at line 37 of file fillgraphicattribute.cxx.

Referenced by getTiling().

◆ mfOffsetX

double drawinglayer::attribute::ImpFillGraphicAttribute::mfOffsetX

Definition at line 41 of file fillgraphicattribute.cxx.

Referenced by getOffsetX().

◆ mfOffsetY

double drawinglayer::attribute::ImpFillGraphicAttribute::mfOffsetY

Definition at line 42 of file fillgraphicattribute.cxx.

Referenced by getOffsetY().


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