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

绘图程序

开发平台:

Visual C++

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