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

PointArrayPrimitive2D class. More...

#include <pointarrayprimitive2d.hxx>

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

Public Member Functions

 PointArrayPrimitive2D (std::vector< basegfx::B2DPoint > &&rPositions, const basegfx::BColor &rRGBColor)
 constructor More...
 
const std::vector< basegfx::B2DPoint > & getPositions () const
 data read access More...
 
const basegfx::BColorgetRGBColor () const
 
virtual bool operator== (const BasePrimitive2D &rPrimitive) const override
 compare operator More...
 
virtual basegfx::B2DRange getB2DRange (const geometry::ViewInformation2D &rViewInformation) const override
 get range More...
 
virtual sal_uInt32 getPrimitive2DID () const override
 provide unique ID More...
 
- 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 Attributes

std::vector< basegfx::B2DPointmaPositions
 the array of positions More...
 
basegfx::BColor maRGBColor
 the color to use More...
 
basegfx::B2DRange maB2DRange
 #i96669# add simple range buffering for this primitive 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 salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

PointArrayPrimitive2D class.

This primitive defines single,discrete 'pixels' for the given positions in the given color. This makes it view-dependent since the logic size of a 'pixel' depends on the view transformation.

This is one of the non-decomposable primitives, so a renderer should process it (Currently it is only used for grid visualisation, but this may change).

Definition at line 40 of file pointarrayprimitive2d.hxx.

Constructor & Destructor Documentation

◆ PointArrayPrimitive2D()

drawinglayer::primitive2d::PointArrayPrimitive2D::PointArrayPrimitive2D ( std::vector< basegfx::B2DPoint > &&  rPositions,
const basegfx::BColor rRGBColor 
)

constructor

Definition at line 29 of file pointarrayprimitive2d.cxx.

Member Function Documentation

◆ getB2DRange()

basegfx::B2DRange drawinglayer::primitive2d::PointArrayPrimitive2D::getB2DRange ( const geometry::ViewInformation2D rViewInformation) const
overridevirtual

◆ getPositions()

const std::vector< basegfx::B2DPoint > & drawinglayer::primitive2d::PointArrayPrimitive2D::getPositions ( ) const
inline

◆ getPrimitive2DID()

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

provide unique ID

Implements drawinglayer::primitive2d::BasePrimitive2D.

Definition at line 70 of file pointarrayprimitive2d.cxx.

References PRIMITIVE2D_ID_POINTARRAYPRIMITIVE2D.

◆ getRGBColor()

const basegfx::BColor & drawinglayer::primitive2d::PointArrayPrimitive2D::getRGBColor ( ) const
inline

◆ operator==()

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

compare operator

Reimplemented from drawinglayer::primitive2d::BasePrimitive2D.

Definition at line 37 of file pointarrayprimitive2d.cxx.

References getPositions(), and getRGBColor().

Member Data Documentation

◆ maB2DRange

basegfx::B2DRange drawinglayer::primitive2d::PointArrayPrimitive2D::maB2DRange
private

#i96669# add simple range buffering for this primitive

Definition at line 50 of file pointarrayprimitive2d.hxx.

Referenced by getB2DRange().

◆ maPositions

std::vector< basegfx::B2DPoint > drawinglayer::primitive2d::PointArrayPrimitive2D::maPositions
private

the array of positions

Definition at line 44 of file pointarrayprimitive2d.hxx.

Referenced by getPositions().

◆ maRGBColor

basegfx::BColor drawinglayer::primitive2d::PointArrayPrimitive2D::maRGBColor
private

the color to use

Definition at line 47 of file pointarrayprimitive2d.hxx.

Referenced by getRGBColor().


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