]> icculus.org git repositories - taylor/freespace2.git/blob - include/dumpstats.h
Initial revision
[taylor/freespace2.git] / include / dumpstats.h
1 #if !defined(AFX_DUMPSTATS_H__04996431_1A80_11D3_A923_0060088FAE88__INCLUDED_)
2 #define AFX_DUMPSTATS_H__04996431_1A80_11D3_A923_0060088FAE88__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // DumpStats.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // DumpStats dialog
12
13 class DumpStats : public CDialog
14 {
15 // Construction
16 public:
17         DumpStats(CWnd* pParent = NULL);   // standard constructor
18         void get_mission_stats(CString &buffer);
19         void get_background_stats(CString &buffer);
20         void get_object_stats(CString &buffer);
21         void get_objectives_and_goals(CString &buffer);
22         void get_ship_weapon_selection(CString &buffer);
23         void get_messaging_info(CString &buffer);
24         void get_species_ship_breakdown(CString &buffer);
25         void get_default_ship_loadouts(CString &buffer);
26
27 // Dialog Data
28         //{{AFX_DATA(DumpStats)
29         enum { IDD = IDD_DUMP_STATS };
30                 // NOTE: the ClassWizard will add data members here
31         //}}AFX_DATA
32
33
34 // Overrides
35         // ClassWizard generated virtual function overrides
36         //{{AFX_VIRTUAL(DumpStats)
37         protected:
38         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
39         //}}AFX_VIRTUAL
40
41 // Implementation
42 protected:
43
44         // Generated message map functions
45         //{{AFX_MSG(DumpStats)
46         virtual BOOL OnInitDialog();
47         afx_msg void OnDumpToFile();
48         //}}AFX_MSG
49         DECLARE_MESSAGE_MAP()
50 };
51
52 //{{AFX_INSERT_LOCATION}}
53 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
54
55 #endif // !defined(AFX_DUMPSTATS_H__04996431_1A80_11D3_A923_0060088FAE88__INCLUDED_)
56