13 #ifndef vtkSMInteractionUndoStackBuilder_h
14 #define vtkSMInteractionUndoStackBuilder_h
16 #include "vtkRemotingMiscModule.h"
19 class vtkSMInteractionUndoStackBuilderObserver;
60 void StartInteraction();
70 void EndInteraction();
83 void ExecuteEvent(
vtkObject* caller,
unsigned long event,
void* data);
85 void PropertyModified(
const char* pname);
87 friend class vtkSMInteractionUndoStackBuilderObserver;
93 vtkSMInteractionUndoStackBuilderObserver* Observer;