Vuo 2.4.4
Loading...
Searching...
No Matches
VuoCommandAddPublishedPort.hh
Go to the documentation of this file.
1
10#pragma once
11
12#include "VuoCommandCommon.hh"
13
14class VuoEditorWindow;
16
22{
23public:
25
26 int id() const;
27 void undo();
28 void redo();
29
30private:
31 static const int commandID;
32 VuoEditorWindow *window;
33 string revertedSnapshot;
34 string updatedSnapshot;
35};