LibreOffice Module svx (master) 1
Public Member Functions | Private Attributes | List of all members
SdrDragEntryPointGlueDrag Class Referencefinal

#include <svddrgmt.hxx>

Inheritance diagram for SdrDragEntryPointGlueDrag:
[legend]
Collaboration diagram for SdrDragEntryPointGlueDrag:
[legend]

Public Member Functions

 SdrDragEntryPointGlueDrag (std::vector< basegfx::B2DPoint > &&rPositions, bool bIsPointDrag)
 
virtual ~SdrDragEntryPointGlueDrag () override
 
virtual drawinglayer::primitive2d::Primitive2DContainer createPrimitive2DSequenceInCurrentState (SdrDragMethod &rDragMethod) override
 
- Public Member Functions inherited from SdrDragEntry
 SdrDragEntry ()
 
virtual ~SdrDragEntry ()
 
virtual drawinglayer::primitive2d::Primitive2DContainer createPrimitive2DSequenceInCurrentState (SdrDragMethod &rDragMethod)=0
 
bool getAddToTransparent () const
 

Private Attributes

std::vector< basegfx::B2DPointmaPositions
 
bool mbIsPointDrag
 

Additional Inherited Members

- Protected Member Functions inherited from SdrDragEntry
void setAddToTransparent (bool bNew)
 

Detailed Description

Definition at line 100 of file svddrgmt.hxx.

Constructor & Destructor Documentation

◆ SdrDragEntryPointGlueDrag()

SdrDragEntryPointGlueDrag::SdrDragEntryPointGlueDrag ( std::vector< basegfx::B2DPoint > &&  rPositions,
bool  bIsPointDrag 
)

Definition at line 207 of file svddrgmt.cxx.

References SdrDragEntry::setAddToTransparent().

◆ ~SdrDragEntryPointGlueDrag()

SdrDragEntryPointGlueDrag::~SdrDragEntryPointGlueDrag ( )
overridevirtual

Definition at line 215 of file svddrgmt.cxx.

Member Function Documentation

◆ createPrimitive2DSequenceInCurrentState()

drawinglayer::primitive2d::Primitive2DContainer SdrDragEntryPointGlueDrag::createPrimitive2DSequenceInCurrentState ( SdrDragMethod rDragMethod)
overridevirtual

Member Data Documentation

◆ maPositions

std::vector< basegfx::B2DPoint > SdrDragEntryPointGlueDrag::maPositions
private

Definition at line 103 of file svddrgmt.hxx.

Referenced by createPrimitive2DSequenceInCurrentState().

◆ mbIsPointDrag

bool SdrDragEntryPointGlueDrag::mbIsPointDrag
private

Definition at line 104 of file svddrgmt.hxx.

Referenced by createPrimitive2DSequenceInCurrentState().


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