Vuo  2.0.3
VuoCommandSetMetadata.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "VuoCommandCommon.hh"
13 
14 class VuoEditorWindow;
15 class VuoCompiler;
17 
22 {
23 public:
25 
26  int id() const;
27  void undo();
28  void redo();
29 
30 private:
31  void updateDefaultCompositionName(VuoCompositionMetadata *metadata);
32 
33  static const int commandID;
34  VuoEditorWindow *window;
35 
36  VuoCompositionMetadata *revertedMetadata;
37  VuoCompositionMetadata *updatedMetadata;
38 };