We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4340e commit a93adedCopy full SHA for a93aded
include/nodes/NodeState
@@ -0,0 +1 @@
1
+#include "internal/NodeState.hpp"
include/nodes/internal/NodeState.hpp
@@ -6,6 +6,8 @@
6
7
#include <QtCore/QUuid>
8
9
+#include "Export.hpp"
10
+
11
#include "PortType.hpp"
12
#include "NodeData.hpp"
13
@@ -17,7 +19,7 @@ class NodeDataModel;
17
19
18
20
/// Contains vectors of connected input and output connections.
21
/// Stores bool for reacting on hovering connections
-class NodeState
22
+class NODE_EDITOR_PUBLIC NodeState
23
{
24
public:
25
enum ReactToConnectionState
0 commit comments