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

绘图程序

开发平台:

Visual C++

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