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

Public Member Functions

 ImpSdrFillGraphicAttribute (Graphic aFillGraphic, const basegfx::B2DVector &rGraphicLogicSize, const basegfx::B2DVector &rSize, const basegfx::B2DVector &rOffset, const basegfx::B2DVector &rOffsetPosition, const basegfx::B2DVector &rRectPoint, bool bTiling, bool bStretch, bool bLogSize)
 
 ImpSdrFillGraphicAttribute ()
 
const GraphicgetFillGraphic () const
 
const basegfx::B2DVectorgetGraphicLogicSize () const
 
const basegfx::B2DVectorgetSize () const
 
const basegfx::B2DVectorgetOffset () const
 
const basegfx::B2DVectorgetOffsetPosition () const
 
const basegfx::B2DVectorgetRectPoint () const
 
bool getTiling () const
 
bool getStretch () const
 
bool operator== (const ImpSdrFillGraphicAttribute &rCandidate) const
 

Public Attributes

Graphic maFillGraphic
 
basegfx::B2DVector maGraphicLogicSize
 
basegfx::B2DVector maSize
 
basegfx::B2DVector maOffset
 
basegfx::B2DVector maOffsetPosition
 
basegfx::B2DVector maRectPoint
 
bool mbTiling: 1
 
bool mbStretch: 1
 
bool mbLogSize: 1
 

Detailed Description

Definition at line 32 of file sdrfillgraphicattribute.cxx.

Constructor & Destructor Documentation

◆ ImpSdrFillGraphicAttribute() [1/2]

drawinglayer::attribute::ImpSdrFillGraphicAttribute::ImpSdrFillGraphicAttribute ( Graphic  aFillGraphic,
const basegfx::B2DVector rGraphicLogicSize,
const basegfx::B2DVector rSize,
const basegfx::B2DVector rOffset,
const basegfx::B2DVector rOffsetPosition,
const basegfx::B2DVector rRectPoint,
bool  bTiling,
bool  bStretch,
bool  bLogSize 
)
inline

Definition at line 47 of file sdrfillgraphicattribute.cxx.

◆ ImpSdrFillGraphicAttribute() [2/2]

drawinglayer::attribute::ImpSdrFillGraphicAttribute::ImpSdrFillGraphicAttribute ( )
inline

Definition at line 69 of file sdrfillgraphicattribute.cxx.

Member Function Documentation

◆ getFillGraphic()

const Graphic & drawinglayer::attribute::ImpSdrFillGraphicAttribute::getFillGraphic ( ) const
inline

Definition at line 77 of file sdrfillgraphicattribute.cxx.

References maFillGraphic.

Referenced by operator==().

◆ getGraphicLogicSize()

const basegfx::B2DVector & drawinglayer::attribute::ImpSdrFillGraphicAttribute::getGraphicLogicSize ( ) const
inline

Definition at line 78 of file sdrfillgraphicattribute.cxx.

References maGraphicLogicSize.

Referenced by operator==().

◆ getOffset()

const basegfx::B2DVector & drawinglayer::attribute::ImpSdrFillGraphicAttribute::getOffset ( ) const
inline

Definition at line 80 of file sdrfillgraphicattribute.cxx.

References maOffset.

Referenced by operator==().

◆ getOffsetPosition()

const basegfx::B2DVector & drawinglayer::attribute::ImpSdrFillGraphicAttribute::getOffsetPosition ( ) const
inline

Definition at line 81 of file sdrfillgraphicattribute.cxx.

References maOffsetPosition.

Referenced by operator==().

◆ getRectPoint()

const basegfx::B2DVector & drawinglayer::attribute::ImpSdrFillGraphicAttribute::getRectPoint ( ) const
inline

Definition at line 82 of file sdrfillgraphicattribute.cxx.

References maRectPoint.

Referenced by operator==().

◆ getSize()

const basegfx::B2DVector & drawinglayer::attribute::ImpSdrFillGraphicAttribute::getSize ( ) const
inline

Definition at line 79 of file sdrfillgraphicattribute.cxx.

References maSize.

Referenced by operator==().

◆ getStretch()

bool drawinglayer::attribute::ImpSdrFillGraphicAttribute::getStretch ( ) const
inline

Definition at line 84 of file sdrfillgraphicattribute.cxx.

References mbStretch.

Referenced by operator==().

◆ getTiling()

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

Definition at line 83 of file sdrfillgraphicattribute.cxx.

References mbTiling.

Referenced by operator==().

◆ operator==()

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

Member Data Documentation

◆ maFillGraphic

Graphic drawinglayer::attribute::ImpSdrFillGraphicAttribute::maFillGraphic

Definition at line 36 of file sdrfillgraphicattribute.cxx.

Referenced by getFillGraphic().

◆ maGraphicLogicSize

basegfx::B2DVector drawinglayer::attribute::ImpSdrFillGraphicAttribute::maGraphicLogicSize

Definition at line 37 of file sdrfillgraphicattribute.cxx.

Referenced by getGraphicLogicSize().

◆ maOffset

basegfx::B2DVector drawinglayer::attribute::ImpSdrFillGraphicAttribute::maOffset

Definition at line 39 of file sdrfillgraphicattribute.cxx.

Referenced by getOffset().

◆ maOffsetPosition

basegfx::B2DVector drawinglayer::attribute::ImpSdrFillGraphicAttribute::maOffsetPosition

Definition at line 40 of file sdrfillgraphicattribute.cxx.

Referenced by getOffsetPosition().

◆ maRectPoint

basegfx::B2DVector drawinglayer::attribute::ImpSdrFillGraphicAttribute::maRectPoint

Definition at line 41 of file sdrfillgraphicattribute.cxx.

Referenced by getRectPoint().

◆ maSize

basegfx::B2DVector drawinglayer::attribute::ImpSdrFillGraphicAttribute::maSize

Definition at line 38 of file sdrfillgraphicattribute.cxx.

Referenced by getSize().

◆ mbLogSize

bool drawinglayer::attribute::ImpSdrFillGraphicAttribute::mbLogSize

Definition at line 45 of file sdrfillgraphicattribute.cxx.

Referenced by operator==().

◆ mbStretch

bool drawinglayer::attribute::ImpSdrFillGraphicAttribute::mbStretch

Definition at line 44 of file sdrfillgraphicattribute.cxx.

Referenced by getStretch().

◆ mbTiling

bool drawinglayer::attribute::ImpSdrFillGraphicAttribute::mbTiling

Definition at line 43 of file sdrfillgraphicattribute.cxx.

Referenced by getTiling().


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