ConvIges2Kmg.h
上传用户:hell82222
上传日期:2013-12-19
资源大小:1872k
文件大小:2k
- #if !defined(AFX_CONVIGES2KMG_H__07AFC262_BF9D_4EB8_81ED_964B28954274__INCLUDED_)
- #define AFX_CONVIGES2KMG_H__07AFC262_BF9D_4EB8_81ED_964B28954274__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ConvIges2Kmg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CConvIges2Kmg command target
- #include "ProgressInfo.h"
- #include "CommandInfo.h"
- #include "IgesReader.h"
- #include "KmgConverter2.h"
- class CConvIges2Kmg : public CCmdTarget
- {
- DECLARE_DYNCREATE(CConvIges2Kmg)
- CConvIges2Kmg(); // protected constructor used by dynamic creation
- // Attributes
- public:
- CProgressInfo* m_pProgress;
- CCommandInfo* m_pCommand;
- CIgesReader* m_pReader;
- CKmgConverter2* m_pConverter;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CConvIges2Kmg)
- public:
- virtual void OnFinalRelease();
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CConvIges2Kmg();
- // Generated message map functions
- //{{AFX_MSG(CConvIges2Kmg)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- DECLARE_OLECREATE(CConvIges2Kmg)
- // Generated OLE dispatch map functions
- //{{AFX_DISPATCH(CConvIges2Kmg)
- afx_msg BOOL BeginConverter(LPCTSTR strRegistryKey);
- afx_msg BOOL EndConverter();
- afx_msg BOOL ConverterIges2Kmg(LPCTSTR strIgesFilename, LPCTSTR strKmgFilename);
- 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_CONVIGES2KMG_H__07AFC262_BF9D_4EB8_81ED_964B28954274__INCLUDED_)