tabtoolopengl.h
来自「这是关于飞机生存力计算软件」· C头文件 代码 · 共 60 行
H
60 行
#if !defined(AFX_TABTOOLOPENGL_H__776CC9F4_A5CD_11D2_A5A3_006008D58102__INCLUDED_)
#define AFX_TABTOOLOPENGL_H__776CC9F4_A5CD_11D2_A5A3_006008D58102__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// TabtoolOpenGL.h : header file
//
enum {MODEL_WIREFRAME, MODEL_FACE};
/////////////////////////////////////////////////////////////////////////////
// CTabtoolOpenGL dialog
class CTabtoolOpenGL : public CDialog
{
// Construction
public:
virtual void OnCancel();
virtual void OnOK();
CView * GetRenderView();
BOOL Create(CWnd* pParentWnd);
CTabtoolOpenGL(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTabtoolOpenGL)
enum { IDD = IDD_TABTOOL_OPENGL };
CListBox m_MeshesList;
int m_nModelMode;
BOOL m_bAntialias;
BOOL m_bSmooth;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTabtoolOpenGL)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTabtoolOpenGL)
afx_msg void OnTabtoolOpenglFace();
afx_msg void OnTabtoolOpenglWireframe();
afx_msg void OnTabtoolOpenglCheckAntialias();
virtual BOOL OnInitDialog();
afx_msg void OnTabtoolOpenglCheckSmooth();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TABTOOLOPENGL_H__776CC9F4_A5CD_11D2_A5A3_006008D58102__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?