Quantum Fog  0.9.3
C_CELL_EDITOR_UNDOER.h
1 #pragma once
2 #include "C_CELL_EDITOR.h"
3 //******************************************
4 class C_CELL_EDITOR_UNDOER : public LUndoer
5 {
6 
7 protected:
8  C_CELL_EDITOR * its_editor_p;
9 public:
11  virtual ~C_CELL_EDITOR_UNDOER();
12  VOID ExecuteSelf(MessageT inMessage, VOID * ioParam);
13 };
Definition: C_CELL_EDITOR.h:4
Definition: C_CELL_EDITOR_UNDOER.h:4