FS2_Open
Open source remastering of the Freespace 2 engine
starfieldeditor.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 
11 
13 // starfield_editor dialog
14 
15 class starfield_editor : public CDialog
16 {
17 // Construction
18 public:
19  void OnOK();
20  void OnCancel();
21  starfield_editor(CWnd* pParent = NULL); // standard constructor
22 
23 // Dialog Data
24  //{{AFX_DATA(starfield_editor)
25  enum { IDD = IDD_STARFIELD };
26  CSliderCtrl m_slider;
27  //}}AFX_DATA
28 
29 
30 // Overrides
31  // ClassWizard generated virtual function overrides
32  //{{AFX_VIRTUAL(starfield_editor)
33  protected:
34  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
35  //}}AFX_VIRTUAL
36 
37 // Implementation
38 protected:
39 
41 
42  // Generated message map functions
43  //{{AFX_MSG(starfield_editor)
44  virtual BOOL OnInitDialog();
45  afx_msg void OnEnableAsteroids();
46  afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
47  //}}AFX_MSG
48  DECLARE_MESSAGE_MAP()
49 };
CSliderCtrl m_slider
virtual BOOL OnInitDialog()
unsigned int UINT
Definition: config.h:82
virtual void DoDataExchange(CDataExchange *pDX)
afx_msg void OnEnableAsteroids()
starfield_editor(CWnd *pParent=NULL)
int BOOL
Definition: config.h:80
afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar *pScrollBar)
#define IDD_STARFIELD
Definition: resource.h:59