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

绘图程序

开发平台:

Visual C++

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