UND_LeftToRight.h
资源名称:44757463.rar [点击查看]
上传用户:lj3531212
上传日期:2007-06-18
资源大小:346k
文件大小:1k
源码类别:
绘图程序
开发平台:
Visual C++
- // UND_LeftToRight.h: interface for the CUND_LeftToRight class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_UND_LEFTTORIGHT_H__F927E498_129E_4C1C_B64F_A3404D4A6E40__INCLUDED_)
- #define AFX_UND_LEFTTORIGHT_H__F927E498_129E_4C1C_B64F_A3404D4A6E40__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "Und_Base.h"
- #include "GraphDefines.h"
- class CUND_LeftToRight : public CUND_Base
- {
- public:
- CUND_LeftToRight();
- CUND_LeftToRight(void* pVoid);
- virtual ~CUND_LeftToRight();
- virtual void Destroy();
- virtual long int GetKind(){ return _UND_OP_leftToRight; };
- virtual BOOL OnEditUndo(CCore *pCore);
- virtual BOOL OnEditRedo(CCore *pCore);
- virtual BOOL OutputLog(CCore *pCore);
- public:
- struct SUNDLeftToRight *m_pSLfToRt;
- };
- #endif // !defined(AFX_UND_LEFTTORIGHT_H__F927E498_129E_4C1C_B64F_A3404D4A6E40__INCLUDED_)