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

绘图程序

开发平台:

Visual C++

  1. // UND_LeftToRight.h: interface for the CUND_LeftToRight class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_UND_LEFTTORIGHT_H__F927E498_129E_4C1C_B64F_A3404D4A6E40__INCLUDED_)
  5. #define AFX_UND_LEFTTORIGHT_H__F927E498_129E_4C1C_B64F_A3404D4A6E40__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_LeftToRight : public CUND_Base  
  12. {
  13. public:
  14. CUND_LeftToRight();
  15. CUND_LeftToRight(void* pVoid);
  16. virtual ~CUND_LeftToRight();
  17. virtual void Destroy();
  18. virtual long int GetKind(){ return _UND_OP_leftToRight; };
  19. virtual BOOL OnEditUndo(CCore *pCore);
  20. virtual BOOL OnEditRedo(CCore *pCore);
  21. virtual BOOL OutputLog(CCore *pCore);
  22. public:
  23. struct SUNDLeftToRight *m_pSLfToRt;
  24. };
  25. #endif // !defined(AFX_UND_LEFTTORIGHT_H__F927E498_129E_4C1C_B64F_A3404D4A6E40__INCLUDED_)