ConvKmg2Dwg.h
上传用户:hell82222
上传日期:2013-12-19
资源大小:1872k
文件大小:2k
- #if !defined(AFX_CONVKMG2DWG_H__3DF6F2FC_0CD2_4031_8FFB_EDF0B38F8046__INCLUDED_)
- #define AFX_CONVKMG2DWG_H__3DF6F2FC_0CD2_4031_8FFB_EDF0B38F8046__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ConvKmg2Dwg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CConvKmg2Dwg command target
- #include "ProgressInfo.h"
- #include "KmgReader.h"
- #include "DwgConverter.h"
- class CConvKmg2Dwg : public CCmdTarget
- {
- DECLARE_DYNCREATE(CConvKmg2Dwg)
- CConvKmg2Dwg(); // protected constructor used by dynamic creation
- // Attributes
- public:
- CProgressInfo* m_pProgress;
- CCommandInfo* m_pCommand;
- CKmgReader* m_pReader;
- CDwgConverter* m_pConverter;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CConvKmg2Dwg)
- public:
- virtual void OnFinalRelease();
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CConvKmg2Dwg();
- // Generated message map functions
- //{{AFX_MSG(CConvKmg2Dwg)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- DECLARE_OLECREATE(CConvKmg2Dwg)
- // Generated OLE dispatch map functions
- //{{AFX_DISPATCH(CConvKmg2Dwg)
- afx_msg BOOL BeginConverter(LPCTSTR strRegistryKey);
- afx_msg BOOL EndConverter();
- afx_msg BOOL ConverterKmg2Dwg(LPCTSTR strKmgFilename, LPCTSTR strDwgFilename);
- afx_msg BOOL GetProgressInfo(double FAR* pdProgress, BSTR FAR* pstrProgressTip);
- //}}AFX_DISPATCH
- DECLARE_DISPATCH_MAP()
- DECLARE_INTERFACE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CONVKMG2DWG_H__3DF6F2FC_0CD2_4031_8FFB_EDF0B38F8046__INCLUDED_)