LibreOffice Module svx (master) 1
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
SdrDragDistort Class Reference

#include <svddrgm1.hxx>

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

Public Member Functions

 SdrDragDistort (SdrDragView &rNewView)
 
virtual OUString GetSdrDragComment () const override
 
virtual bool BeginSdrDrag () override
 
virtual void MoveSdrDrag (const Point &rPnt) override
 
virtual bool EndSdrDrag (bool bCopy) override
 
virtual PointerStyle GetSdrDragPointer () const override
 
virtual void applyCurrentTransformationToSdrObject (SdrObject &rTarget) override
 
virtual void applyCurrentTransformationToPolyPolygon (basegfx::B2DPolyPolygon &rTarget) override
 
- Public Member Functions inherited from SdrDragMethod
void resetSdrDragEntries ()
 
basegfx::B2DRange getCurrentRange () const
 
 SdrDragMethod (SdrDragView &rNewView)
 
virtual ~SdrDragMethod ()
 
void Show ()
 
void Hide ()
 
bool IsShiftPressed () const
 
void SetShiftPressed (bool bShiftPressed)
 
virtual OUString GetSdrDragComment () const =0
 
virtual bool BeginSdrDrag ()=0
 
virtual void MoveSdrDrag (const Point &rPnt)=0
 
virtual bool EndSdrDrag (bool bCopy)=0
 
virtual void CancelSdrDrag ()
 
virtual PointerStyle GetSdrDragPointer () const =0
 
virtual void CreateOverlayGeometry (sdr::overlay::OverlayManager &rOverlayManager, const sdr::contact::ObjectContact &rObjectContact)
 
void destroyOverlayGeometry ()
 
virtual basegfx::B2DHomMatrix getCurrentTransformation () const
 
virtual void applyCurrentTransformationToSdrObject (SdrObject &rTarget)
 
virtual void applyCurrentTransformationToPolyPolygon (basegfx::B2DPolyPolygon &rTarget)
 
bool getMoveOnly () const
 
bool getSolidDraggingActive () const
 

Protected Member Functions

virtual void createSdrDragEntries () override
 
- Protected Member Functions inherited from SdrDragMethod
void clearSdrDragEntries ()
 
void addSdrDragEntry (std::unique_ptr< SdrDragEntry > pNew)
 
virtual void createSdrDragEntries ()
 
virtual void createSdrDragEntryForSdrObject (const SdrObject &rOriginal)
 
void insertNewlyCreatedOverlayObjectForSdrDragMethod (std::unique_ptr< sdr::overlay::OverlayObject > pOverlayObject, const sdr::contact::ObjectContact &rObjectContact, sdr::overlay::OverlayManager &rOverlayManager)
 
SdrDragViewgetSdrDragView ()
 
const SdrDragViewgetSdrDragView () const
 
void setMoveOnly (bool bNew)
 
void setSolidDraggingActive (bool bNew)
 
void createSdrDragEntries_SolidDrag ()
 
void createSdrDragEntries_PolygonDrag ()
 
void createSdrDragEntries_PointDrag ()
 
void createSdrDragEntries_GlueDrag ()
 
OUString ImpGetDescriptionStr (TranslateId pStrCacheID) const
 
SdrHdlGetDragHdl () const
 
SdrHdlKind GetDragHdlKind () const
 
SdrDragStatDragStat ()
 
const SdrDragStatDragStat () const
 
PointRef1 () const
 
PointRef2 () const
 
const SdrHdlListGetHdlList () const
 
void AddUndo (std::unique_ptr< SdrUndoAction > pUndo)
 
bool IsDragLimit ()
 
const tools::RectangleGetDragLimitRect ()
 
const SdrMarkListGetMarkedObjectList ()
 
Point GetSnapPos (const Point &rPt) const
 
SdrSnap SnapPos (Point &rPt) const
 
const tools::RectangleGetMarkedRect () const
 
SdrPageViewGetDragPV () const
 
SdrObjectGetDragObj () const
 
bool IsDraggingPoints () const
 
bool IsDraggingGluePoints () const
 
bool DoAddConnectorOverlays ()
 
drawinglayer::primitive2d::Primitive2DContainer AddConnectorOverlays ()
 

Private Member Functions

void MovAllPoints (basegfx::B2DPolyPolygon &rTarget)
 

Private Attributes

tools::Rectangle aMarkRect
 
XPolygon aDistortedRect
 
sal_uInt16 nPolyPt
 
bool bContortionAllowed
 
bool bNoContortionAllowed
 
bool bContortion
 

Detailed Description

Definition at line 187 of file svddrgm1.hxx.

Constructor & Destructor Documentation

◆ SdrDragDistort()

SdrDragDistort::SdrDragDistort ( SdrDragView rNewView)
explicit

Definition at line 3383 of file svddrgmt.cxx.

Member Function Documentation

◆ applyCurrentTransformationToPolyPolygon()

void SdrDragDistort::applyCurrentTransformationToPolyPolygon ( basegfx::B2DPolyPolygon rTarget)
overridevirtual

Reimplemented from SdrDragMethod.

Definition at line 3522 of file svddrgmt.cxx.

References MovAllPoints(), and rTarget.

◆ applyCurrentTransformationToSdrObject()

void SdrDragDistort::applyCurrentTransformationToSdrObject ( SdrObject rTarget)
overridevirtual

◆ BeginSdrDrag()

bool SdrDragDistort::BeginSdrDrag ( )
overridevirtual

◆ createSdrDragEntries()

void SdrDragDistort::createSdrDragEntries ( )
overrideprotectedvirtual

◆ EndSdrDrag()

bool SdrDragDistort::EndSdrDrag ( bool  bCopy)
overridevirtual

◆ GetSdrDragComment()

OUString SdrDragDistort::GetSdrDragComment ( ) const
overridevirtual

◆ GetSdrDragPointer()

PointerStyle SdrDragDistort::GetSdrDragPointer ( ) const
overridevirtual

Implements SdrDragMethod.

Definition at line 3507 of file svddrgmt.cxx.

◆ MovAllPoints()

void SdrDragDistort::MovAllPoints ( basegfx::B2DPolyPolygon rTarget)
private

◆ MoveSdrDrag()

void SdrDragDistort::MoveSdrDrag ( const Point rPnt)
overridevirtual

Member Data Documentation

◆ aDistortedRect

XPolygon SdrDragDistort::aDistortedRect
private

◆ aMarkRect

tools::Rectangle SdrDragDistort::aMarkRect
private

◆ bContortion

bool SdrDragDistort::bContortion
private

◆ bContortionAllowed

bool SdrDragDistort::bContortionAllowed
private

Definition at line 193 of file svddrgm1.hxx.

Referenced by BeginSdrDrag(), and MoveSdrDrag().

◆ bNoContortionAllowed

bool SdrDragDistort::bNoContortionAllowed
private

Definition at line 194 of file svddrgm1.hxx.

Referenced by BeginSdrDrag(), and MoveSdrDrag().

◆ nPolyPt

sal_uInt16 SdrDragDistort::nPolyPt
private

Definition at line 192 of file svddrgm1.hxx.

Referenced by BeginSdrDrag(), and MoveSdrDrag().


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