|
LibreOffice Module drawinglayer (master) 1
|
PolyPolygonMarkerPrimitive2D class. More...
#include <PolyPolygonMarkerPrimitive2D.hxx>
Public Member Functions | |
| PolyPolygonMarkerPrimitive2D (basegfx::B2DPolyPolygon aPolyPolygon, const basegfx::BColor &rRGBColorA, const basegfx::BColor &rRGBColorB, double fDiscreteDashLength) | |
| constructor More... | |
| const basegfx::B2DPolyPolygon & | getB2DPolyPolygon () const |
| const basegfx::BColor & | getRGBColorA () const |
| const basegfx::BColor & | getRGBColorB () const |
| double | getDiscreteDashLength () 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::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 marker hairline geometry More... | |
| basegfx::BColor | maRGBColorA |
| the two colors More... | |
| basegfx::BColor | maRGBColorB |
| double | mfDiscreteDashLength |
| the dash distance in 'pixels' 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 Primitive2DContainer & | getBuffered2DDecomposition () 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 |
PolyPolygonMarkerPrimitive2D class.
This primitive defines a multi-PolygonMarkerPrimitive2D and is just for convenience. The definition is not different from the single defined PolygonMarkerPrimitive2Ds.
Definition at line 38 of file PolyPolygonMarkerPrimitive2D.hxx.
| drawinglayer::primitive2d::PolyPolygonMarkerPrimitive2D::PolyPolygonMarkerPrimitive2D | ( | basegfx::B2DPolyPolygon | aPolyPolygon, |
| const basegfx::BColor & | rRGBColorA, | ||
| const basegfx::BColor & | rRGBColorB, | ||
| double | fDiscreteDashLength | ||
| ) |
constructor
Definition at line 48 of file PolyPolygonMarkerPrimitive2D.cxx.
References maPolyPolygon.
|
overrideprivatevirtual |
local decomposition.
Implements drawinglayer::primitive2d::BufferedDecompositionPrimitive2D.
Definition at line 31 of file PolyPolygonMarkerPrimitive2D.cxx.
References a, basegfx::B2DPolyPolygon::count(), basegfx::B2DPolyPolygon::getB2DPolygon(), getB2DPolyPolygon(), getDiscreteDashLength(), getRGBColorA(), getRGBColorB(), and nCount.
|
inline |
Definition at line 64 of file PolyPolygonMarkerPrimitive2D.hxx.
References maPolyPolygon.
Referenced by create2DDecomposition(), getB2DRange(), and operator==().
|
overridevirtual |
get range
Reimplemented from drawinglayer::primitive2d::BasePrimitive2D.
Definition at line 75 of file PolyPolygonMarkerPrimitive2D.cxx.
References getB2DPolyPolygon(), and basegfx::utils::getRange().
|
inline |
Definition at line 67 of file PolyPolygonMarkerPrimitive2D.hxx.
Referenced by create2DDecomposition(), and operator==().
|
overridevirtual |
provide unique ID
Implements drawinglayer::primitive2d::BasePrimitive2D.
Definition at line 83 of file PolyPolygonMarkerPrimitive2D.cxx.
References PRIMITIVE2D_ID_POLYPOLYGONMARKERPRIMITIVE2D.
|
inline |
Definition at line 65 of file PolyPolygonMarkerPrimitive2D.hxx.
Referenced by create2DDecomposition(), and operator==().
|
inline |
Definition at line 66 of file PolyPolygonMarkerPrimitive2D.hxx.
Referenced by create2DDecomposition(), and operator==().
|
overridevirtual |
compare operator
Reimplemented from drawinglayer::primitive2d::BasePrimitive2D.
Definition at line 59 of file PolyPolygonMarkerPrimitive2D.cxx.
References getB2DPolyPolygon(), getDiscreteDashLength(), getRGBColorA(), and getRGBColorB().
|
private |
the marker hairline geometry
Definition at line 43 of file PolyPolygonMarkerPrimitive2D.hxx.
|
private |
the two colors
Definition at line 46 of file PolyPolygonMarkerPrimitive2D.hxx.
|
private |
Definition at line 47 of file PolyPolygonMarkerPrimitive2D.hxx.
|
private |
the dash distance in 'pixels'
Definition at line 50 of file PolyPolygonMarkerPrimitive2D.hxx.