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

#include <svddrgm1.hxx>

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

Public Member Functions

 SdrDragRotate (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 basegfx::B2DHomMatrix getCurrentTransformation () const override
 
virtual void applyCurrentTransformationToSdrObject (SdrObject &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
 

Private Attributes

double nSin
 
double nCos
 
Degree100 nAngle0
 
Degree100 nAngle
 
bool bRight
 

Additional Inherited Members

- 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 ()
 

Detailed Description

Definition at line 47 of file svddrgm1.hxx.

Constructor & Destructor Documentation

◆ SdrDragRotate()

SdrDragRotate::SdrDragRotate ( SdrDragView rNewView)
explicit

Definition at line 2050 of file svddrgmt.cxx.

Member Function Documentation

◆ applyCurrentTransformationToSdrObject()

void SdrDragRotate::applyCurrentTransformationToSdrObject ( SdrObject rTarget)
overridevirtual

Reimplemented from SdrDragMethod.

Definition at line 2045 of file svddrgmt.cxx.

References SdrDragMethod::DragStat(), nAngle, nCos, nSin, and rTarget.

◆ BeginSdrDrag()

bool SdrDragRotate::BeginSdrDrag ( )
overridevirtual

◆ EndSdrDrag()

bool SdrDragRotate::EndSdrDrag ( bool  bCopy)
overridevirtual

◆ getCurrentTransformation()

basegfx::B2DHomMatrix SdrDragRotate::getCurrentTransformation ( ) const
overridevirtual

Reimplemented from SdrDragMethod.

Definition at line 2106 of file svddrgmt.cxx.

References basegfx::utils::createRotateAroundPoint(), SdrDragMethod::DragStat(), nCos, nSin, X, and Y.

◆ GetSdrDragComment()

OUString SdrDragRotate::GetSdrDragComment ( ) const
overridevirtual

◆ GetSdrDragPointer()

PointerStyle SdrDragRotate::GetSdrDragPointer ( ) const
overridevirtual

Implements SdrDragMethod.

Definition at line 2182 of file svddrgmt.cxx.

◆ MoveSdrDrag()

void SdrDragRotate::MoveSdrDrag ( const Point rPnt)
overridevirtual

Member Data Documentation

◆ bRight

bool SdrDragRotate::bRight
private

Definition at line 54 of file svddrgm1.hxx.

Referenced by GetSdrDragComment(), and MoveSdrDrag().

◆ nAngle

Degree100 SdrDragRotate::nAngle
private

◆ nAngle0

Degree100 SdrDragRotate::nAngle0
private

Definition at line 52 of file svddrgm1.hxx.

Referenced by BeginSdrDrag(), and MoveSdrDrag().

◆ nCos

double SdrDragRotate::nCos
private

◆ nSin

double SdrDragRotate::nSin
private

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