LibreOffice Module svx (master) 1
dragmt3d.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#ifndef INCLUDED_SVX_INC_DRAGMT3D_HXX
21#define INCLUDED_SVX_INC_DRAGMT3D_HXX
22
23#include <svx/def3d.hxx>
24#include <svx/svddrgmt.hxx>
25#include <svx/view3d.hxx>
28
29// Parameters for the interaction of a 3D object
31{
32public:
41
43 : mr3DObj(r3DObj),
49 mnStartAngle(0),
51 {
52 }
53};
54
55// Derivative of SdrDragMethod for 3D objects
57{
58protected:
59 ::std::vector< E3dDragMethodUnit > maGrp;
65
66public:
68 SdrDragView &rView,
69 const SdrMarkList& rMark,
70 E3dDragConstraint eConstr,
71 bool bFull);
72
73 virtual OUString GetSdrDragComment() const override;
74 virtual bool BeginSdrDrag() override;
75 virtual void MoveSdrDrag(const Point& rPnt) override;
76 virtual void CancelSdrDrag() override;
77 virtual bool EndSdrDrag(bool bCopy) override;
78
79 // for migration from XOR to overlay
80 virtual void CreateOverlayGeometry(
81 sdr::overlay::OverlayManager& rOverlayManager,
82 const sdr::contact::ObjectContact& rObjectContact) override;
83};
84
85// Derivative of SdrDragMethod for spinning 3D objects
86class E3dDragRotate final : public E3dDragMethod
87{
89
90public:
92 SdrDragView &rView,
93 const SdrMarkList& rMark,
94 E3dDragConstraint eConstr,
95 bool bFull);
96
97 virtual void MoveSdrDrag(const Point& rPnt) override;
98 virtual PointerStyle GetSdrDragPointer() const override;
99};
100
101// Derivative of SdrDragMethod for moving 3D sub-objects
102class E3dDragMove final : public E3dDragMethod
103{
106
107public:
109 SdrDragView &rView,
110 const SdrMarkList& rMark,
111 SdrHdlKind eDrgHdl,
112 E3dDragConstraint eConstr,
113 bool bFull);
114
115 virtual void MoveSdrDrag(const Point& rPnt) override;
116 virtual PointerStyle GetSdrDragPointer() const override;
117};
118
119
120#endif // INCLUDED_SVX_INC_DRAGMT3D_HXX
121
122/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
basegfx::B3DHomMatrix maTransform
Definition: dragmt3d.hxx:38
Degree100 mnStartAngle
Definition: dragmt3d.hxx:39
basegfx::B3DHomMatrix maDisplayTransform
Definition: dragmt3d.hxx:35
E3dObject & mr3DObj
Definition: dragmt3d.hxx:33
Degree100 mnLastAngle
Definition: dragmt3d.hxx:40
basegfx::B3DHomMatrix maInitTransform
Definition: dragmt3d.hxx:37
basegfx::B3DHomMatrix maInvDisplayTransform
Definition: dragmt3d.hxx:36
basegfx::B3DPolyPolygon maWireframePoly
Definition: dragmt3d.hxx:34
E3dDragMethodUnit(E3dObject &r3DObj)
Definition: dragmt3d.hxx:42
E3dDragMethod(SdrDragView &rView, const SdrMarkList &rMark, E3dDragConstraint eConstr, bool bFull)
Definition: dragmt3d.cxx:40
virtual void MoveSdrDrag(const Point &rPnt) override
Definition: dragmt3d.cxx:206
tools::Rectangle maFullBound
Definition: dragmt3d.hxx:62
virtual bool EndSdrDrag(bool bCopy) override
Definition: dragmt3d.cxx:141
virtual void CreateOverlayGeometry(sdr::overlay::OverlayManager &rOverlayManager, const sdr::contact::ObjectContact &rObjectContact) override
Definition: dragmt3d.cxx:214
bool mbMovedAtAll
Definition: dragmt3d.hxx:64
virtual void CancelSdrDrag() override
Definition: dragmt3d.cxx:180
virtual OUString GetSdrDragComment() const override
Definition: dragmt3d.cxx:107
E3dDragConstraint meConstraint
Definition: dragmt3d.hxx:60
bool mbMoveFull
Definition: dragmt3d.hxx:63
Point maLastPos
Definition: dragmt3d.hxx:61
::std::vector< E3dDragMethodUnit > maGrp
Definition: dragmt3d.hxx:59
virtual bool BeginSdrDrag() override
Definition: dragmt3d.cxx:114
E3dDragMove(SdrDragView &rView, const SdrMarkList &rMark, SdrHdlKind eDrgHdl, E3dDragConstraint eConstr, bool bFull)
Definition: dragmt3d.cxx:457
SdrHdlKind meWhatDragHdl
Definition: dragmt3d.hxx:104
Point maScaleFixPos
Definition: dragmt3d.hxx:105
virtual PointerStyle GetSdrDragPointer() const override
Definition: dragmt3d.cxx:727
virtual void MoveSdrDrag(const Point &rPnt) override
Definition: dragmt3d.cxx:506
virtual PointerStyle GetSdrDragPointer() const override
Definition: dragmt3d.cxx:447
virtual void MoveSdrDrag(const Point &rPnt) override
Definition: dragmt3d.cxx:331
E3dDragRotate(SdrDragView &rView, const SdrMarkList &rMark, E3dDragConstraint eConstr, bool bFull)
Definition: dragmt3d.cxx:272
basegfx::B3DPoint maGlobalCenter
Definition: dragmt3d.hxx:88
E3dDragConstraint
Definition: def3d.hxx:28
PointerStyle
SdrHdlKind
Definition: svdhdl.hxx:53