#if !defined(AFX_RASTERANNSINK_H__6B4B7858_BB3D_4877_A78E_2024465067DD__INCLUDED_) #define AFX_RASTERANNSINK_H__6B4B7858_BB3D_4877_A78E_2024465067DD__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // RasterAnnSink.h : header file // class CAnnCOMView; ///////////////////////////////////////////////////////////////////////////// // CRasterAnnSink command target class CRasterAnnSink : public CCmdTarget { DECLARE_DYNCREATE(CRasterAnnSink) CRasterAnnSink(); // protected constructor used by dynamic creation // Attributes public: CAnnCOMView *m_pView; // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRasterAnnSink) public: virtual void OnFinalRelease(); //}}AFX_VIRTUAL virtual ~CRasterAnnSink(); // Implementation protected: // Generated message map functions //{{AFX_MSG(CRasterAnnSink) // NOTE - the ClassWizard will add and remove member functions here. afx_msg void OnAnnCreate(long hAnnObject); afx_msg void OnAnnClicked(long hAnnObject); afx_msg void OnAnnDrawn(long hAnnObject); afx_msg void OnAnnToolDestroy(); afx_msg void OnAnnToolChecked(short iTool); afx_msg void OnAnnMouseDown(short Button, short Shift, long x, long y); afx_msg void OnAnnMouseMove(short Button, short Shift, long x, long y); afx_msg void OnAnnMouseUp(short Button, short Shift, long x, long y); //}}AFX_MSG DECLARE_MESSAGE_MAP() // Generated OLE dispatch map functions //{{AFX_DISPATCH(CRasterAnnSink) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_DISPATCH DECLARE_DISPATCH_MAP() DECLARE_INTERFACE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_RASTERANNSINK_H__6B4B7858_BB3D_4877_A78E_2024465067DD__INCLUDED_)