Home
last modified time | relevance | path

Searched refs:FormEditorView (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/formeditor/
H A Dformeditorview.cpp63 FormEditorView::FormEditorView(QObject *parent) in FormEditorView() function in QmlDesigner::FormEditorView
73 FormEditorView::~FormEditorView() in ~FormEditorView()
356 WidgetInfo FormEditorView::widgetInfo() in widgetInfo()
490 bool FormEditorView::changeToMoveTool() in changeToMoveTool()
500 void FormEditorView::changeToDragTool() in changeToDragTool()
545 void FormEditorView::changeToResizeTool() in changeToResizeTool()
562 void FormEditorView::changeToCustomTool() in changeToCustomTool()
759 double FormEditorView::spacing() const in spacing()
775 void FormEditorView::exportAsImage() in exportAsImage()
859 void FormEditorView::reset() in reset()
[all …]
H A Dabstractformeditortool.h39 class FormEditorView; variable
43 friend FormEditorView; variable
46 AbstractFormEditorTool(FormEditorView* view);
102 FormEditorView *view() const;
103 void setView(FormEditorView *view);
106 FormEditorView *m_view;
H A Dformeditorscene.h43 class FormEditorView; variable
51 friend FormEditorView; variable
64 FormEditorScene(FormEditorWidget *widget, FormEditorView *editorView);
88 FormEditorView *editorView() const;
132 FormEditorView *m_editorView;
H A Dformeditorwidget.h43 class FormEditorView; variable
53 FormEditorWidget(FormEditorView *view);
104 QPointer<FormEditorView> m_formEditorView;
H A Dsingleselectionmanipulator.h36 SingleSelectionManipulator(FormEditorView *editorView);
62 FormEditorView *m_editorView;
H A Drubberbandselectionmanipulator.h42 RubberBandSelectionManipulator(LayerItem *layerItem, FormEditorView *editorView);
66 FormEditorView *m_editorView;
H A Drotationmanipulator.h42 RotationManipulator(LayerItem *layerItem, FormEditorView *view);
61 QPointer<FormEditorView> m_view;
H A Dresizemanipulator.h42 ResizeManipulator(LayerItem *layerItem, FormEditorView *view);
66 QPointer<FormEditorView> m_view;
H A Dformeditorview.h56 class QMLDESIGNERCORE_EXPORT FormEditorView : public AbstractView
61 FormEditorView(QObject *parent = nullptr);
62 ~FormEditorView() override;
H A Dmovemanipulator.h56 MoveManipulator(LayerItem *layerItem, FormEditorView *view);
104 QPointer<FormEditorView> m_view;
H A Dabstractformeditortool.cpp42 AbstractFormEditorTool::AbstractFormEditorTool(FormEditorView *editorView) : m_view(editorView) in AbstractFormEditorTool()
48 FormEditorView* AbstractFormEditorTool::view() const in view()
53 void AbstractFormEditorTool::setView(FormEditorView *view) in setView()
H A Dformeditoritem.h41 class FormEditorView; variable
99 FormEditorView *formEditorView() const;
H A Dresizetool.h39 ResizeTool(FormEditorView* editorView);
H A Dsingleselectionmanipulator.cpp34 SingleSelectionManipulator::SingleSelectionManipulator(FormEditorView *editorView) in SingleSelectionManipulator()
H A Drotationtool.h38 RotationTool(FormEditorView* editorView);
H A Dselectiontool.h45 SelectionTool(FormEditorView* editorView);
H A Dmovetool.h41 MoveTool(FormEditorView* editorView);
H A Ddragtool.h42 DragTool(FormEditorView *editorView);
H A Drubberbandselectionmanipulator.cpp34 RubberBandSelectionManipulator::RubberBandSelectionManipulator(LayerItem *layerItem, FormEditorView in RubberBandSelectionManipulator()
H A Dformeditorscene.cpp52 FormEditorScene::FormEditorScene(FormEditorWidget *view, FormEditorView *editorView) in FormEditorScene()
342 FormEditorView *FormEditorScene::editorView() const in editorView()
H A Drotationtool.cpp40 RotationTool::RotationTool(FormEditorView *editorView) in RotationTool()
H A Dresizetool.cpp40 ResizeTool::ResizeTool(FormEditorView *editorView) in ResizeTool()
H A Drotationmanipulator.cpp40 RotationManipulator::RotationManipulator(LayerItem *layerItem, FormEditorView *view) in RotationManipulator()
H A Dselectiontool.cpp45 SelectionTool::SelectionTool(FormEditorView *editorView) in SelectionTool()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/model/
H A Dviewmanager.cpp72 FormEditorView formEditorView;

12