// AISDisplayModeDoc.h : interface of the CAISDisplayModeDoc class // ///////////////////////////////////////////////////////////////////////////// #if !defined(AISDisplayMode_INCLUDED) #define AISDisplayMode_INCLUDED #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include "OCC_3dDoc.h" class CAISDisplayModeDoc : public OCC_3dDoc { protected: // create from serialization only CAISDisplayModeDoc(); DECLARE_DYNCREATE(CAISDisplayModeDoc) public: // Overrides // Implementation public: virtual ~CAISDisplayModeDoc(); virtual void Popup (const Standard_Integer x , const Standard_Integer y , const Handle(V3d_View)& aView ); protected: // Generated message map functions protected: //{{AFX_MSG(CAISDisplayModeDoc) afx_msg void OnBox(); afx_msg void OnShading(); afx_msg void OnWireframe(); afx_msg void OnSphere(); afx_msg void OnUsercylinder(); afx_msg void OnNbisos(); afx_msg void OnEraseAll(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// #endif // !defined(AFX_VIEWERDOC_H__4EF39FBA_4EBB_11D1_8D67_0800369C8A03__INCLUDED_)