|
LibreOffice Module svx (master) 1
|
#include <sdrcustomshapeprimitive2d.hxx>
Public Member Functions | |
| SdrCustomShapePrimitive2D (const attribute::SdrEffectsTextAttribute &rSdrSTAttribute, Primitive2DContainer &&rSubPrimitives, basegfx::B2DHomMatrix aTextBox, bool bWordWrap, bool b3DShape, basegfx::B2DHomMatrix aObjectMatrix) | |
| const attribute::SdrEffectsTextAttribute & | getSdrSTAttribute () const |
| const Primitive2DContainer & | getSubPrimitives () const |
| const basegfx::B2DHomMatrix & | getTextBox () const |
| bool | getWordWrap () const |
| bool | get3DShape () const |
| virtual bool | operator== (const BasePrimitive2D &rPrimitive) const override |
| virtual sal_uInt32 | getPrimitive2DID () const override |
Public Member Functions inherited from drawinglayer::primitive2d::BufferedDecompositionPrimitive2D | |
| BufferedDecompositionPrimitive2D () | |
| virtual void | get2DDecomposition (Primitive2DDecompositionVisitor &rVisitor, const geometry::ViewInformation2D &rViewInformation) const override |
| 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 |
| bool | operator!= (const BasePrimitive2D &rPrimitive) const |
| virtual basegfx::B2DRange | getB2DRange (const geometry::ViewInformation2D &rViewInformation) const |
| virtual sal_uInt32 | getPrimitive2DID () const=0 |
| virtual void | get2DDecomposition (Primitive2DDecompositionVisitor &rVisitor, const geometry::ViewInformation2D &rViewInformation) const |
| Primitive2DContainer | getDecomposition (const css::uno::Sequence< css::beans::PropertyValue > &rViewParameters) |
| css::geometry::RealRectangle2D | getRange (const css::uno::Sequence< css::beans::PropertyValue > &rViewParameters) |
| virtual sal_Int64 | estimateUsage () |
Private Member Functions | |
| virtual void | create2DDecomposition (Primitive2DContainer &rContainer, const geometry::ViewInformation2D &aViewInformation) const override |
Private Attributes | |
| attribute::SdrEffectsTextAttribute | maSdrSTAttribute |
| Primitive2DContainer | maSubPrimitives |
| basegfx::B2DHomMatrix | maTextBox |
| bool | mbWordWrap: 1 |
| bool | mb3DShape: 1 |
| basegfx::B2DHomMatrix | maTransform |
Additional Inherited Members | |
Protected Member Functions inherited from drawinglayer::primitive2d::BufferedDecompositionPrimitive2D | |
| const Primitive2DContainer & | getBuffered2DDecomposition () const |
| void | setBuffered2DDecomposition (Primitive2DContainer &&rNew) |
| virtual void | create2DDecomposition (Primitive2DContainer &rContainer, const geometry::ViewInformation2D &rViewInformation) const=0 |
Definition at line 33 of file sdrcustomshapeprimitive2d.hxx.
| drawinglayer::primitive2d::SdrCustomShapePrimitive2D::SdrCustomShapePrimitive2D | ( | const attribute::SdrEffectsTextAttribute & | rSdrSTAttribute, |
| Primitive2DContainer && | rSubPrimitives, | ||
| basegfx::B2DHomMatrix | aTextBox, | ||
| bool | bWordWrap, | ||
| bool | b3DShape, | ||
| basegfx::B2DHomMatrix | aObjectMatrix | ||
| ) |
Definition at line 91 of file sdrcustomshapeprimitive2d.cxx.
|
overrideprivatevirtual |
Implements drawinglayer::primitive2d::BufferedDecompositionPrimitive2D.
Definition at line 35 of file sdrcustomshapeprimitive2d.cxx.
References drawinglayer::primitive2d::Primitive2DContainer::append(), drawinglayer::primitive2d::createEmbeddedGlowPrimitive(), drawinglayer::primitive2d::createEmbeddedShadowPrimitive(), drawinglayer::primitive2d::createEmbeddedSoftEdgePrimitive(), drawinglayer::primitive2d::createTextPrimitive(), basegfx::utils::createUnitPolygon(), get3DShape(), getSdrSTAttribute(), getSubPrimitives(), getTextBox(), getWordWrap(), and maTransform.
|
inline |
Definition at line 67 of file sdrcustomshapeprimitive2d.hxx.
References mb3DShape.
Referenced by create2DDecomposition(), and operator==().
|
overridevirtual |
Implements drawinglayer::primitive2d::BasePrimitive2D.
Definition at line 124 of file sdrcustomshapeprimitive2d.cxx.
References PRIMITIVE2D_ID_SDRCUSTOMSHAPEPRIMITIVE2D.
|
inline |
Definition at line 63 of file sdrcustomshapeprimitive2d.hxx.
References maSdrSTAttribute.
Referenced by create2DDecomposition(), and operator==().
|
inline |
Definition at line 64 of file sdrcustomshapeprimitive2d.hxx.
References maSubPrimitives.
Referenced by create2DDecomposition(), and operator==().
|
inline |
Definition at line 65 of file sdrcustomshapeprimitive2d.hxx.
References maTextBox.
Referenced by create2DDecomposition(), and operator==().
|
inline |
Definition at line 66 of file sdrcustomshapeprimitive2d.hxx.
References mbWordWrap.
Referenced by create2DDecomposition(), and operator==().
|
overridevirtual |
Reimplemented from drawinglayer::primitive2d::BasePrimitive2D.
Definition at line 107 of file sdrcustomshapeprimitive2d.cxx.
References get3DShape(), getSdrSTAttribute(), getSubPrimitives(), getTextBox(), and getWordWrap().
|
private |
Definition at line 36 of file sdrcustomshapeprimitive2d.hxx.
Referenced by getSdrSTAttribute().
|
private |
Definition at line 37 of file sdrcustomshapeprimitive2d.hxx.
Referenced by getSubPrimitives().
|
private |
Definition at line 38 of file sdrcustomshapeprimitive2d.hxx.
Referenced by getTextBox().
|
private |
Definition at line 48 of file sdrcustomshapeprimitive2d.hxx.
Referenced by create2DDecomposition().
|
private |
Definition at line 46 of file sdrcustomshapeprimitive2d.hxx.
Referenced by get3DShape().
|
private |
Definition at line 42 of file sdrcustomshapeprimitive2d.hxx.
Referenced by getWordWrap().