|
LibreOffice Module drawinglayer (master) 1
|
TextHierarchyFieldPrimitive2D class. More...
#include <texthierarchyprimitive2d.hxx>
Public Member Functions | |
| TextHierarchyFieldPrimitive2D (Primitive2DContainer &&aChildren, const FieldType &rFieldType, const std::vector< std::pair< OUString, OUString > > *pNameValue=nullptr) | |
| constructor More... | |
| FieldType | getType () const |
| data read access More... | |
| OUString | getValue (const OUString &rName) 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::GroupPrimitive2D | |
| GroupPrimitive2D (Primitive2DContainer &&aChildren) | |
| constructor More... | |
| const Primitive2DContainer & | getChildren () const |
| data read access More... | |
| void | getChildren (Primitive2DDecompositionVisitor &rVisitor) const |
| virtual bool | operator== (const BasePrimitive2D &rPrimitive) const override |
| compare operator More... | |
| virtual void | get2DDecomposition (Primitive2DDecompositionVisitor &rVisitor, const geometry::ViewInformation2D &rViewInformation) const override |
| local decomposition. Implementation will just return children More... | |
| virtual sal_uInt32 | getPrimitive2DID () const override |
| provide unique ID More... | |
| virtual sal_Int64 | estimateUsage () override |
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 | |
| FieldType | meType |
| field type definition More... | |
| std::vector< std::pair< OUString, OUString > > | meNameValue |
| field data as name/value pairs (dependent of field type 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 salhelper::SimpleReferenceObject | |
| virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
| oslInterlockedCount | m_nCount |
TextHierarchyFieldPrimitive2D class.
This primitive encapsulates text fields. Also: This type uses a type enum to transport the encapsulated field type. Also added is a String which is type-dependent. E.g. for URL fields, it contains the URL.
Definition at line 129 of file texthierarchyprimitive2d.hxx.
| drawinglayer::primitive2d::TextHierarchyFieldPrimitive2D::TextHierarchyFieldPrimitive2D | ( | Primitive2DContainer && | aChildren, |
| const FieldType & | rFieldType, | ||
| const std::vector< std::pair< OUString, OUString > > * | pNameValue = nullptr |
||
| ) |
constructor
Definition at line 93 of file texthierarchyprimitive2d.cxx.
References meNameValue, and meType.
|
overridevirtual |
provide unique ID
Reimplemented from drawinglayer::primitive2d::GroupPrimitive2D.
Definition at line 133 of file texthierarchyprimitive2d.cxx.
References PRIMITIVE2D_ID_TEXTHIERARCHYFIELDPRIMITIVE2D.
|
inline |
data read access
Definition at line 146 of file texthierarchyprimitive2d.hxx.
References meType.
Referenced by operator==(), and drawinglayer::processor2d::VclMetafileProcessor2D::processTextHierarchyFieldPrimitive2D().
| OUString drawinglayer::primitive2d::TextHierarchyFieldPrimitive2D::getValue | ( | const OUString & | rName | ) | const |
Definition at line 106 of file texthierarchyprimitive2d.cxx.
References meNameValue.
Referenced by drawinglayer::processor2d::VclMetafileProcessor2D::processTextHierarchyFieldPrimitive2D().
|
overridevirtual |
compare operator
Reimplemented from drawinglayer::primitive2d::GroupPrimitive2D.
Definition at line 119 of file texthierarchyprimitive2d.cxx.
References getType(), and meNameValue.
|
private |
field data as name/value pairs (dependent of field type definition)
Definition at line 136 of file texthierarchyprimitive2d.hxx.
Referenced by getValue(), operator==(), and TextHierarchyFieldPrimitive2D().
|
private |
field type definition
Definition at line 133 of file texthierarchyprimitive2d.hxx.