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