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