File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 33#include < QtCore/QUuid>
44
55#include < QtWidgets/QGraphicsObject>
6+ #include " Export.hpp"
67
78class QGraphicsSceneMouseEvent ;
89
@@ -15,7 +16,7 @@ class ConnectionGeometry;
1516class Node ;
1617
1718// / Graphic Object for connection. Adds itself to scene
18- class ConnectionGraphicsObject
19+ class NODE_EDITOR_PUBLIC ConnectionGraphicsObject
1920 : public QGraphicsObject
2021{
2122 Q_OBJECT
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ class NODE_EDITOR_PUBLIC FlowView
2929
3030public Q_SLOTS:
3131
32- void scaleUp ();
32+ virtual void scaleUp ();
3333
34- void scaleDown ();
34+ virtual void scaleDown ();
3535
36- void deleteSelectedNodes ();
36+ virtual void deleteSelectedNodes ();
3737
3838protected:
3939
@@ -55,7 +55,7 @@ public Q_SLOTS:
5555
5656protected:
5757
58- FlowScene * scene ();
58+ FlowScene * scene ();
5959
6060private:
6161
Original file line number Diff line number Diff line change 77
88#include " NodeGeometry.hpp"
99#include " NodeState.hpp"
10+ #include " Export.hpp"
1011
1112class QGraphicsProxyWidget ;
1213
@@ -18,7 +19,7 @@ class FlowItemEntry;
1819
1920// / Class reacts on GUI events, mouse clicks and
2021// / forwards painting operation.
21- class NodeGraphicsObject : public QGraphicsObject
22+ class NODE_EDITOR_PUBLIC NodeGraphicsObject : public QGraphicsObject
2223{
2324 Q_OBJECT
2425
You can’t perform that action at this time.
0 commit comments