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

#include <sdrcustomshapeprimitive2d.hxx>

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

Public Member Functions

 SdrCustomShapePrimitive2D (const attribute::SdrEffectsTextAttribute &rSdrSTAttribute, Primitive2DContainer &&rSubPrimitives, basegfx::B2DHomMatrix aTextBox, bool bWordWrap, bool b3DShape, basegfx::B2DHomMatrix aObjectMatrix)
 
const attribute::SdrEffectsTextAttributegetSdrSTAttribute () const
 
const Primitive2DContainergetSubPrimitives () const
 
const basegfx::B2DHomMatrixgetTextBox () 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 Primitive2DContainergetBuffered2DDecomposition () const
 
void setBuffered2DDecomposition (Primitive2DContainer &&rNew)
 
virtual void create2DDecomposition (Primitive2DContainer &rContainer, const geometry::ViewInformation2D &rViewInformation) const=0
 

Detailed Description

Definition at line 33 of file sdrcustomshapeprimitive2d.hxx.

Constructor & Destructor Documentation

◆ SdrCustomShapePrimitive2D()

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.

Member Function Documentation

◆ create2DDecomposition()

void drawinglayer::primitive2d::SdrCustomShapePrimitive2D::create2DDecomposition ( Primitive2DContainer rContainer,
const geometry::ViewInformation2D aViewInformation 
) const
overrideprivatevirtual

◆ get3DShape()

bool drawinglayer::primitive2d::SdrCustomShapePrimitive2D::get3DShape ( ) const
inline

Definition at line 67 of file sdrcustomshapeprimitive2d.hxx.

References mb3DShape.

Referenced by create2DDecomposition(), and operator==().

◆ getPrimitive2DID()

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

◆ getSdrSTAttribute()

const attribute::SdrEffectsTextAttribute & drawinglayer::primitive2d::SdrCustomShapePrimitive2D::getSdrSTAttribute ( ) const
inline

Definition at line 63 of file sdrcustomshapeprimitive2d.hxx.

References maSdrSTAttribute.

Referenced by create2DDecomposition(), and operator==().

◆ getSubPrimitives()

const Primitive2DContainer & drawinglayer::primitive2d::SdrCustomShapePrimitive2D::getSubPrimitives ( ) const
inline

Definition at line 64 of file sdrcustomshapeprimitive2d.hxx.

References maSubPrimitives.

Referenced by create2DDecomposition(), and operator==().

◆ getTextBox()

const basegfx::B2DHomMatrix & drawinglayer::primitive2d::SdrCustomShapePrimitive2D::getTextBox ( ) const
inline

Definition at line 65 of file sdrcustomshapeprimitive2d.hxx.

References maTextBox.

Referenced by create2DDecomposition(), and operator==().

◆ getWordWrap()

bool drawinglayer::primitive2d::SdrCustomShapePrimitive2D::getWordWrap ( ) const
inline

Definition at line 66 of file sdrcustomshapeprimitive2d.hxx.

References mbWordWrap.

Referenced by create2DDecomposition(), and operator==().

◆ operator==()

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

Member Data Documentation

◆ maSdrSTAttribute

attribute::SdrEffectsTextAttribute drawinglayer::primitive2d::SdrCustomShapePrimitive2D::maSdrSTAttribute
private

Definition at line 36 of file sdrcustomshapeprimitive2d.hxx.

Referenced by getSdrSTAttribute().

◆ maSubPrimitives

Primitive2DContainer drawinglayer::primitive2d::SdrCustomShapePrimitive2D::maSubPrimitives
private

Definition at line 37 of file sdrcustomshapeprimitive2d.hxx.

Referenced by getSubPrimitives().

◆ maTextBox

basegfx::B2DHomMatrix drawinglayer::primitive2d::SdrCustomShapePrimitive2D::maTextBox
private

Definition at line 38 of file sdrcustomshapeprimitive2d.hxx.

Referenced by getTextBox().

◆ maTransform

basegfx::B2DHomMatrix drawinglayer::primitive2d::SdrCustomShapePrimitive2D::maTransform
private

Definition at line 48 of file sdrcustomshapeprimitive2d.hxx.

Referenced by create2DDecomposition().

◆ mb3DShape

bool drawinglayer::primitive2d::SdrCustomShapePrimitive2D::mb3DShape
private

Definition at line 46 of file sdrcustomshapeprimitive2d.hxx.

Referenced by get3DShape().

◆ mbWordWrap

bool drawinglayer::primitive2d::SdrCustomShapePrimitive2D::mbWordWrap
private

Definition at line 42 of file sdrcustomshapeprimitive2d.hxx.

Referenced by getWordWrap().


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