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