FS2_Open
Open source remastering of the Freespace 2 engine
dumpstats.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) Volition, Inc. 1999. All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell
5  * or otherwise commercially exploit the source or things you created based on the
6  * source.
7  *
8 */
9 
10 #if !defined(AFX_DUMPSTATS_H__04996431_1A80_11D3_A923_0060088FAE88__INCLUDED_)
11 #define AFX_DUMPSTATS_H__04996431_1A80_11D3_A923_0060088FAE88__INCLUDED_
12 
13 #if _MSC_VER > 1000
14 #pragma once
15 #endif // _MSC_VER > 1000
16 // DumpStats.h : header file
17 //
18 
20 // DumpStats dialog
21 
22 class DumpStats : public CDialog
23 {
24 // Construction
25 public:
26  DumpStats(CWnd* pParent = NULL); // standard constructor
27  void get_mission_stats(CString &buffer);
28  void get_background_stats(CString &buffer);
29  void get_object_stats(CString &buffer);
30  void get_objectives_and_goals(CString &buffer);
31  void get_ship_weapon_selection(CString &buffer);
32  void get_messaging_info(CString &buffer);
33  void get_species_ship_breakdown(CString &buffer);
34  void get_default_ship_loadouts(CString &buffer);
35 
36 // Dialog Data
37  //{{AFX_DATA(DumpStats)
38  enum { IDD = IDD_DUMP_STATS };
39  // NOTE: the ClassWizard will add data members here
40  //}}AFX_DATA
41 
42 
43 // Overrides
44  // ClassWizard generated virtual function overrides
45  //{{AFX_VIRTUAL(DumpStats)
46  protected:
47  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
48  //}}AFX_VIRTUAL
49 
50 // Implementation
51 protected:
52 
53  // Generated message map functions
54  //{{AFX_MSG(DumpStats)
55  virtual BOOL OnInitDialog();
56  afx_msg void OnDumpToFile();
57  //}}AFX_MSG
58  DECLARE_MESSAGE_MAP()
59 };
60 
61 //{{AFX_INSERT_LOCATION}}
62 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
63 
64 #endif // !defined(AFX_DUMPSTATS_H__04996431_1A80_11D3_A923_0060088FAE88__INCLUDED_)
virtual void DoDataExchange(CDataExchange *pDX)
Definition: dumpstats.cpp:47
afx_msg void OnDumpToFile()
Definition: dumpstats.cpp:109
void get_default_ship_loadouts(CString &buffer)
Definition: dumpstats.cpp:752
void get_background_stats(CString &buffer)
Definition: dumpstats.cpp:190
virtual BOOL OnInitDialog()
Definition: dumpstats.cpp:65
DumpStats(CWnd *pParent=NULL)
Definition: dumpstats.cpp:38
#define IDD_DUMP_STATS
Definition: resource.h:97
GLuint buffer
Definition: Glext.h:5492
void get_ship_weapon_selection(CString &buffer)
Definition: dumpstats.cpp:512
void get_mission_stats(CString &buffer)
Definition: dumpstats.cpp:127
void get_species_ship_breakdown(CString &buffer)
Definition: dumpstats.cpp:571
int BOOL
Definition: config.h:80
void get_object_stats(CString &buffer)
Definition: dumpstats.cpp:306
void get_objectives_and_goals(CString &buffer)
Definition: dumpstats.cpp:467
void get_messaging_info(CString &buffer)
Definition: dumpstats.cpp:550