Home
last modified time | relevance | path

Searched refs:DragTool (Results 1 – 25 of 66) sorted by relevance

123

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dxsheetdragtool.h18 class DragTool {
22 DragTool(XsheetViewer *viewer);
23 virtual ~DragTool();
48 static DragTool *makeSelectionTool(XsheetViewer *viewer);
49 static DragTool *makeLevelMoverTool(XsheetViewer *viewer);
50 static DragTool *makeLevelExtenderTool(XsheetViewer *viewer,
58 static DragTool *makeNoteMoveTool(XsheetViewer *viewer);
64 static DragTool *makeSoundScrubTool(XsheetViewer *viewer,
69 static DragTool *makeColumnLinkTool(XsheetViewer *viewer);
70 static DragTool *makeColumnMoveTool(XsheetViewer *viewer);
[all …]
H A Dxsheetdragtool.cpp70 XsheetGUI::DragTool::DragTool(XsheetViewer *viewer) : m_viewer(viewer) {} in DragTool() function in XsheetGUI::DragTool
74 XsheetGUI::DragTool::~DragTool() {} in ~DragTool()
206 XsheetGUI::DragTool *XsheetGUI::DragTool::makeSelectionTool( in makeSelectionTool()
309 XsheetGUI::DragTool *XsheetGUI::DragTool::makeLevelMoverTool( in makeLevelMoverTool()
839 XsheetGUI::DragTool *XsheetGUI::DragTool::makeLevelExtenderTool( in makeLevelExtenderTool()
1030 XsheetGUI::DragTool *XsheetGUI::DragTool::makeKeyframeMoverTool( in makeKeyframeMoverTool()
1313 XsheetGUI::DragTool *XsheetGUI::DragTool::makeNoteMoveTool( in makeNoteMoveTool()
1754 XsheetGUI::DragTool *XsheetGUI::DragTool::makeColumnMoveTool( in makeColumnMoveTool()
1846 XsheetGUI::DragTool *XsheetGUI::DragTool::makeColumnLinkTool( in makeColumnLinkTool()
1914 XsheetGUI::DragTool *XsheetGUI::DragTool::makeVolumeDragTool( in makeVolumeDragTool()
[all …]
H A Dxshrowviewer.h14 class DragTool; variable
62 DragTool *getDragTool() const;
63 void setDragTool(DragTool *dragTool);
H A Dxshcellviewer.h21 class DragTool; variable
114 DragTool *getDragTool() const;
115 void setDragTool(DragTool *dragTool);
H A Dxshcolumnviewer.h37 class DragTool; variable
299 DragTool *getDragTool() const;
300 void setDragTool(DragTool *dragTool);
H A Dkeyframemover.h68 class KeyframeMoverTool final : public XsheetGUI::DragTool {
H A Dxshrowviewer.cpp76 DragTool *RowArea::getDragTool() const { return m_viewer->getDragTool(); } in getDragTool()
77 void RowArea::setDragTool(DragTool *dragTool) { in setDragTool()
975 XsheetGUI::DragTool::makeCurrentFrameModifierTool(m_viewer)); in mousePressEvent()
980 setDragTool(XsheetGUI::DragTool::makeKeyOnionSkinMaskModifierTool( in mousePressEvent()
985 setDragTool(XsheetGUI::DragTool::makeKeyOnionSkinMaskModifierTool( in mousePressEvent()
1000 XsheetGUI::DragTool::makeCurrentFrameModifierTool(m_viewer)); in mousePressEvent()
1007 setDragTool(XsheetGUI::DragTool::makePlayRangeModifierTool(m_viewer)); in mousePressEvent()
1010 XsheetGUI::DragTool::makeCurrentFrameModifierTool(m_viewer)); in mousePressEvent()
H A Dxshcellmover.h97 class LevelMoverTool : public XsheetGUI::DragTool {
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/formeditor/
H A Ddragtool.cpp46 DragTool::DragTool(FormEditorView *editorView) in DragTool() function in QmlDesigner::DragTool
53 DragTool::~DragTool() = default;
55 void DragTool::clear() in clear()
66 void DragTool::keyPressEvent(QKeyEvent *event) in keyPressEvent()
76 void DragTool::keyReleaseEvent(QKeyEvent *) {} in keyReleaseEvent()
81 void DragTool::updateMoveManipulator() {} in updateMoveManipulator()
196 void DragTool::clearMoveDelay() in clearMoveDelay()
205 void DragTool::focusLost() {} in focusLost()
207 void DragTool::abort() in abort()
372 void DragTool::end() in end()
[all …]
H A Ddragtool.h37 class DragTool; variable
39 class DragTool : public AbstractFormEditorTool
42 DragTool(FormEditorView *editorView);
43 ~DragTool() override;
H A Dformeditorview.h52 class DragTool; variable
159 std::unique_ptr<DragTool> m_dragTool;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dfunctionpaneltools.h14 class FunctionPanel::DragTool {
16 DragTool() {} in DragTool() function
17 virtual ~DragTool() {} in ~DragTool()
25 class MoveFrameDragTool final : public FunctionPanel::DragTool {
34 class PanDragTool final : public FunctionPanel::DragTool {
45 class ZoomDragTool final : public FunctionPanel::DragTool {
60 class RectSelectTool final : public FunctionPanel::DragTool {
77 class MovePointDragTool final : public FunctionPanel::DragTool {
107 class MoveHandleDragTool final : public FunctionPanel::DragTool {
134 class MoveGroupHandleDragTool final : public FunctionPanel::DragTool {
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/modeleditor/
H A Ddragtool.cpp39 class DragTool::DragToolPrivate {
51 DragTool::DragTool(const QIcon &icon, const QString &title, const QString &newElementName, const QS… in DragTool() function in ModelEditor::Internal::DragTool
74 DragTool::~DragTool() in ~DragTool()
79 QSize DragTool::sizeHint() const in sizeHint()
96 void DragTool::paintEvent(QPaintEvent *event) in paintEvent()
123 void DragTool::enterEvent(Utils::EnterEvent *event) in enterEvent()
129 void DragTool::leaveEvent(QEvent *event) in leaveEvent()
135 void DragTool::mousePressEvent(QMouseEvent *event) in mousePressEvent()
167 void DragTool::mouseMoveEvent(QMouseEvent *event) in mouseMoveEvent()
H A Ddragtool.h36 class DragTool :
43 DragTool(const QIcon &icon, const QString &title, const QString &newElementName,
45 ~DragTool();
H A Dmodeleditor.cpp1133 … toolBarLayout->addWidget(new DragTool(icon, tool.m_name, newElementName, tool.m_elementType, in initToolbars()
1160 new DragTool(QIcon(":/modelinglib/48x48/package.png"), in initToolbars()
1164 new DragTool(QIcon(":/modelinglib/48x48/component.png"), in initToolbars()
1168 new DragTool(QIcon(":/modelinglib/48x48/class.png"), in initToolbars()
1172 new DragTool(QIcon(":/modelinglib/48x48/item.png"), in initToolbars()
1179 new DragTool(QIcon(":/modelinglib/48x48/annotation.png"), in initToolbars()
1183 new DragTool(QIcon(":/modelinglib/48x48/boundary.png"), in initToolbars()
1187 new DragTool(QIcon(":/modelinglib/48x48/swimlane.png"), in initToolbars()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DDragTool.h50 class DragTool : public Tool
53 explicit DragTool(ToolHelper *helper);
96 class PreviewDragTool : public DragTool
99 explicit PreviewDragTool(PreviewToolHelper *helper) : DragTool(helper) {} in PreviewDragTool()
105 class OverviewDragTool : public DragTool
108 explicit OverviewDragTool(OverviewToolHelper *helper) : DragTool(helper) {} in OverviewDragTool()
H A DDragTool.cpp42 DragTool::DragTool(ToolHelper *helper) in DragTool() function in DragTool
47 void DragTool::setDragMode(PreviewDragTool::DragMode dmode) in setDragMode()
52 DragTool::DragMode DragTool::getDragMode() in getDragMode()
58 void DragTool::getTranslationShift(double &delta_x, double &delta_y) in getTranslationShift()
69 void DragTool::Activate() in Activate()
81 void DragTool::MouseMoveEvent(double x, double y, wxMouseEvent & e) in MouseMoveEvent()
161 void DragTool::MouseButtonEvent(wxMouseEvent &e) in MouseButtonEvent()
364 void DragTool::ParamStore::Set(HuginBase::SrcPanoImage *img) in Set()
376 void DragTool::ParamStore::Move(Matrix3 *matrix, in Move()
417 void DragTool::SetRotationMatrix(double yaw_shift, double pitch_shift, in SetRotationMatrix()
H A DGLPreviewFrame.h58 class DragTool; variable
120 void AddDragTool(DragTool** drag_tool_in);
128 std::vector<DragTool**> drag_tools;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dskeletonsubtools.h20 class DragTool {
24 DragTool(SkeletonTool *tool) : m_tool(tool) {} in DragTool() function
25 virtual ~DragTool() {} in ~DragTool()
38 class DragCenterTool final : public DragTool {
57 class DragChannelTool : public DragTool {
114 class ParentChangeTool final : public DragTool {
158 class IKTool final : public DragTool {
214 class ChangeDrawingTool final : public DragTool {
H A Dselectiontool.h145 class DragTool {
150 DragTool(SelectionTool *tool) : m_tool(tool) {} in DragTool() function
151 virtual ~DragTool() {} in ~DragTool()
170 class DeformTool : public DragTool {
315 DragSelectionTool::DragTool *createNewMoveSelectionTool(SelectionTool *st);
316 DragSelectionTool::DragTool *createNewRotationTool(SelectionTool *st);
317 DragSelectionTool::DragTool *createNewFreeDeformTool(SelectionTool *st);
318 DragSelectionTool::DragTool *createNewScaleTool(SelectionTool *st, DragSelectionTool::ScaleType typ…
329 DragSelectionTool::DragTool *m_dragTool;
H A Dedittoolgadgets.h104 class DragTool {
109 virtual ~DragTool() {} in ~DragTool()
141 EditToolGadgets::DragTool *createDragTool(int gadgetId);
H A Dskeletontool.h16 class DragTool; variable
43 SkeletonSubtools::DragTool *m_dragTool;
H A Dselectiontool.cpp25 template <typename Tv, typename Tr, typename... Args> DragSelectionTool::DragTool* createNewDragToo… in createNewDragTool()
35 DragSelectionTool::DragTool *createNewMoveSelectionTool(SelectionTool *st) { in createNewMoveSelectionTool()
39 DragSelectionTool::DragTool *createNewRotationTool(SelectionTool *st) { in createNewRotationTool()
43 DragSelectionTool::DragTool *createNewFreeDeformTool(SelectionTool *st) { in createNewFreeDeformTool()
47 DragSelectionTool::DragTool *createNewScaleTool(SelectionTool *st, ScaleType type) { in createNewScaleTool()
310 class MoveCenterTool final : public DragTool {
316 : DragTool(tool), m_startPos(), m_transform() {} in MoveCenterTool()
354 : DragTool(tool) in DeformTool()
1135 std::unique_ptr<DragTool> dragTool(createNewMoveSelectionTool(this)); in keyDown()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dspreadsheetviewer.h88 class DVAPI DragTool {
90 DragTool() {} in DragTool() function
91 virtual ~DragTool() {} in ~DragTool()
100 class DVAPI SetFrameDragTool final : public DragTool {
113 class DVAPI SelectionDragTool final : public DragTool {
127 class DVAPI PanTool final : public DragTool {
165 DragTool *m_dragTool;
173 virtual DragTool *createDragTool(QMouseEvent *) { return 0; }; in createDragTool()
191 DragTool *createDragTool(QMouseEvent *) override;
217 DragTool *createDragTool(QMouseEvent *) override;
H A Dfunctionpanel.h59 class DragTool;
91 DragTool *m_dragTool;

123