📄 gpsdoc.h
字号:
// GPSDoc.h : interface of the CGPSDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_GPSDOC_H__51FBDF44_E981_43E4_A85A_3274518AEC00__INCLUDED_)
#define AFX_GPSDOC_H__51FBDF44_E981_43E4_A85A_3274518AEC00__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "NavigationFile.h"
#include "afxtempl.h"
#include "ObserveFile.h"
class CGPSDoc : public CDocument
{
protected: // create from serialization only
CGPSDoc();
DECLARE_DYNCREATE(CGPSDoc)
// Attributes
public:
CArray<CNavigationFile,CNavigationFile> m_gpsArray;
int m_count;
CStdioFile gpsFile;
//
CArray<CObserveFile,CObserveFile> m_gpsObserve;
CObserveFile m_gpsStation;
int m_surveyCount;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGPSDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
void Open_Observe();
void Open();
virtual ~CGPSDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CGPSDoc)
afx_msg void OnNavigation();
afx_msg void OnObserve();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GPSDOC_H__51FBDF44_E981_43E4_A85A_3274518AEC00__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -