// 2DSelectionDoc.h : interface of the C2DSelectionDoc class // ///////////////////////////////////////////////////////////////////////////// #include "OCC_2dDoc.h" class C2DSelectionDoc : public OCC_2dDoc { DECLARE_DYNCREATE(C2DSelectionDoc) protected: // create from serialization only C2DSelectionDoc(); public: virtual ~C2DSelectionDoc(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions protected: //{{AFX_MSG(C2DSelectionDoc) afx_msg void OnBUTTONTestText(); afx_msg void OnBUTTONTestRect(); afx_msg void OnBUTTONErase(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; /////////////////////////////////////////////////////////////////////////////