LibreOffice Module drawinglayer (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D Class Referencefinal

PolyPolygonHatchPrimitive2D class. More...

#include <PolyPolygonHatchPrimitive2D.hxx>

Inheritance diagram for drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D:
[legend]
Collaboration diagram for drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D:
[legend]

Public Member Functions

 PolyPolygonHatchPrimitive2D (const basegfx::B2DPolyPolygon &rPolyPolygon, const basegfx::BColor &rBackgroundColor, attribute::FillHatchAttribute aFillHatch)
 constructors. The one without definition range will use output range as definition range More...
 
 PolyPolygonHatchPrimitive2D (basegfx::B2DPolyPolygon aPolyPolygon, const basegfx::B2DRange &rDefinitionRange, const basegfx::BColor &rBackgroundColor, attribute::FillHatchAttribute aFillHatch)
 
const basegfx::B2DPolyPolygongetB2DPolyPolygon () const
 data read access More...
 
const basegfx::B2DRangegetDefinitionRange () const
 
const basegfx::BColorgetBackgroundColor () const
 
const attribute::FillHatchAttributegetFillHatch () const
 
virtual bool operator== (const BasePrimitive2D &rPrimitive) const override
 compare operator More...
 
virtual sal_uInt32 getPrimitive2DID () const override
 provide unique ID More...
 
- Public Member Functions inherited from drawinglayer::primitive2d::BufferedDecompositionPrimitive2D
 BufferedDecompositionPrimitive2D ()
 
virtual void get2DDecomposition (Primitive2DDecompositionVisitor &rVisitor, const geometry::ViewInformation2D &rViewInformation) const override
 The getDecomposition default implementation will on demand use create2DDecomposition() if maBuffered2DDecomposition is empty. More...
 
void setTransparenceForShadow (sal_uInt16 nTransparenceForShadow)
 
sal_uInt16 getTransparenceForShadow () const
 
- Public Member Functions inherited from drawinglayer::primitive2d::BasePrimitive2D
 BasePrimitive2D ()
 
virtual ~BasePrimitive2D () override
 
virtual bool operator== (const BasePrimitive2D &rPrimitive) const
 the ==operator is mainly needed to allow testing newly-created primitives against their last incarnation which buffers/holds the made decompositions. More...
 
bool operator!= (const BasePrimitive2D &rPrimitive) const
 
virtual basegfx::B2DRange getB2DRange (const geometry::ViewInformation2D &rViewInformation) const
 The default implementation will use getDecomposition results to create the range. More...
 
virtual sal_uInt32 getPrimitive2DID () const =0
 provide unique ID for fast identifying of known primitive implementations in renderers. More...
 
virtual void get2DDecomposition (Primitive2DDecompositionVisitor &rVisitor, const geometry::ViewInformation2D &rViewInformation) const
 The default implementation will return an empty sequence. More...
 
Primitive2DContainer getDecomposition (const css::uno::Sequence< css::beans::PropertyValue > &rViewParameters)
 The getDecomposition implementation for UNO API will use getDecomposition from this implementation. More...
 
css::geometry::RealRectangle2D getRange (const css::uno::Sequence< css::beans::PropertyValue > &rViewParameters)
 The getRange implementation for UNO API will use getRange from this implementation. More...
 
virtual sal_Int64 estimateUsage ()
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Private Member Functions

virtual void create2DDecomposition (Primitive2DContainer &rContainer, const geometry::ViewInformation2D &rViewInformation) const override
 local decomposition. More...
 

Private Attributes

basegfx::B2DPolyPolygon maPolyPolygon
 the tools::PolyPolygon geometry More...
 
basegfx::B2DRange maDefinitionRange
 the definition range More...
 
basegfx::BColor maBackgroundColor
 the hatch background color (if used) More...
 
attribute::FillHatchAttribute maFillHatch
 the hatch definition More...
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Member Functions inherited from drawinglayer::primitive2d::BufferedDecompositionPrimitive2D
const Primitive2DContainergetBuffered2DDecomposition () const
 access methods to maBuffered2DDecomposition. More...
 
void setBuffered2DDecomposition (Primitive2DContainer &&rNew)
 
virtual void create2DDecomposition (Primitive2DContainer &rContainer, const geometry::ViewInformation2D &rViewInformation) const =0
 method which is to be used to implement the local decomposition of a 2D primitive. More...
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

PolyPolygonHatchPrimitive2D class.

This primitive defines a tools::PolyPolygon filled with a hatch. The decomosition will create a MaskPrimitive2D containing a FillHatchPrimitive2D.

Definition at line 37 of file PolyPolygonHatchPrimitive2D.hxx.

Constructor & Destructor Documentation

◆ PolyPolygonHatchPrimitive2D() [1/2]

drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D::PolyPolygonHatchPrimitive2D ( const basegfx::B2DPolyPolygon rPolyPolygon,
const basegfx::BColor rBackgroundColor,
attribute::FillHatchAttribute  aFillHatch 
)

constructors. The one without definition range will use output range as definition range

Definition at line 48 of file PolyPolygonHatchPrimitive2D.cxx.

References maBackgroundColor, and maPolyPolygon.

◆ PolyPolygonHatchPrimitive2D() [2/2]

drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D::PolyPolygonHatchPrimitive2D ( basegfx::B2DPolyPolygon  aPolyPolygon,
const basegfx::B2DRange rDefinitionRange,
const basegfx::BColor rBackgroundColor,
attribute::FillHatchAttribute  aFillHatch 
)

Definition at line 58 of file PolyPolygonHatchPrimitive2D.cxx.

References maBackgroundColor, and maPolyPolygon.

Member Function Documentation

◆ create2DDecomposition()

void drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D::create2DDecomposition ( Primitive2DContainer rContainer,
const geometry::ViewInformation2D rViewInformation 
) const
overrideprivatevirtual

◆ getB2DPolyPolygon()

const basegfx::B2DPolyPolygon & drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D::getB2DPolyPolygon ( ) const
inline

◆ getBackgroundColor()

const basegfx::BColor & drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D::getBackgroundColor ( ) const
inline

◆ getDefinitionRange()

const basegfx::B2DRange & drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D::getDefinitionRange ( ) const
inline

◆ getFillHatch()

const attribute::FillHatchAttribute & drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D::getFillHatch ( ) const
inline

◆ getPrimitive2DID()

sal_uInt32 drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D::getPrimitive2DID ( ) const
overridevirtual

◆ operator==()

bool drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D::operator== ( const BasePrimitive2D rPrimitive) const
overridevirtual

Member Data Documentation

◆ maBackgroundColor

basegfx::BColor drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D::maBackgroundColor
private

the hatch background color (if used)

Definition at line 48 of file PolyPolygonHatchPrimitive2D.hxx.

◆ maDefinitionRange

basegfx::B2DRange drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D::maDefinitionRange
private

the definition range

Definition at line 45 of file PolyPolygonHatchPrimitive2D.hxx.

◆ maFillHatch

attribute::FillHatchAttribute drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D::maFillHatch
private

the hatch definition

Definition at line 51 of file PolyPolygonHatchPrimitive2D.hxx.

◆ maPolyPolygon

basegfx::B2DPolyPolygon drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D::maPolyPolygon
private

the tools::PolyPolygon geometry

Definition at line 42 of file PolyPolygonHatchPrimitive2D.hxx.


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