UND_Edit.h
上传用户:lj3531212
上传日期:2007-06-18
资源大小:346k
文件大小:1k
源码类别:

绘图程序

开发平台:

Visual C++

  1. // UND_Edit.h: interface for the CUND_Edit class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_UND_EDIT_H__428CB373_A227_45DE_91A1_93E6ED2A3E70__INCLUDED_)
  5. #define AFX_UND_EDIT_H__428CB373_A227_45DE_91A1_93E6ED2A3E70__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "Und_Base.h"
  10. #include "GraphDefines.h"
  11. class CUND_Edit : public CUND_Base  
  12. {
  13. public:
  14. CUND_Edit();
  15. CUND_Edit(void* pVoid);
  16. virtual ~CUND_Edit();
  17. virtual void Destroy();
  18. virtual long int GetKind(){ return _UND_OP_edit; };
  19. virtual BOOL OnEditUndo(CCore *pCore);
  20. virtual BOOL OnEditRedo(CCore *pCore);
  21. virtual BOOL OutputLog(CCore *pCore);
  22. public:
  23. struct SUNDEdit *m_pSEdit;
  24. };
  25. #endif // !defined(AFX_UND_EDIT_H__428CB373_A227_45DE_91A1_93E6ED2A3E70__INCLUDED_)