mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 05:00:33 +01:00
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5420 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -27,7 +27,6 @@ class Conductor;
|
||||
class Diagram;
|
||||
class QETDiagramEditor;
|
||||
class DVEventInterface;
|
||||
class QMenu;
|
||||
class QInputEvent;
|
||||
class QGestureEvent;
|
||||
|
||||
@@ -51,7 +50,6 @@ class DiagramView : public QGraphicsView
|
||||
|
||||
Diagram *m_diagram = nullptr;
|
||||
DVEventInterface *m_event_interface = nullptr;
|
||||
QMenu *m_context_menu = nullptr;
|
||||
QAction *m_paste_here = nullptr;
|
||||
QAction *m_multi_paste = nullptr;
|
||||
QPoint m_paste_here_pos;
|
||||
@@ -65,6 +63,7 @@ class DiagramView : public QGraphicsView
|
||||
QETDiagramEditor *diagramEditor() const;
|
||||
void editSelection();
|
||||
void setEventInterface (DVEventInterface *event_interface);
|
||||
QList<QAction *> contextMenuActions() const;
|
||||
|
||||
protected:
|
||||
void mouseDoubleClickEvent(QMouseEvent *) override;
|
||||
|
||||
Reference in New Issue
Block a user