FS2_Open
Open source remastering of the Freespace 2 engine
waypointpathdlg.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 
12 #ifndef _WAYPOINTPATHDLG_H
13 #define _WAYPOINTPATHDLG_H
14 
16 // waypoint_path_dlg dialog
17 
18 class waypoint_path_dlg : public CDialog
19 {
20 // Construction
21 public:
23  int update_data(int redraw = 1);
24  void initialize_data(int full_update);
25  void OnOK();
26  BOOL Create();
27  waypoint_path_dlg(CWnd* pParent = NULL); // standard constructor
28 
29 // Dialog Data
30  //{{AFX_DATA(waypoint_path_dlg)
32  CString m_name;
33  //}}AFX_DATA
34 
35 // Overrides
36  // ClassWizard generated virtual function overrides
37  //{{AFX_VIRTUAL(waypoint_path_dlg)
38  protected:
39  virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
40  virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
41  //}}AFX_VIRTUAL
42 
43 // Implementation
44 protected:
45 
46  // Generated message map functions
47  //{{AFX_MSG(waypoint_path_dlg)
48  afx_msg void OnInitMenu(CMenu* pMenu);
49  afx_msg void OnClose();
50  //}}AFX_MSG
51  DECLARE_MESSAGE_MAP()
52 };
53 
54 #endif
virtual void DoDataExchange(CDataExchange *pDX)
void initialize_data(int full_update)
afx_msg void OnInitMenu(CMenu *pMenu)
UINT WPARAM wParam
Definition: msacm.h:1064
waypoint_path_dlg(CWnd *pParent=NULL)
UINT WPARAM LPARAM lParam
Definition: msacm.h:1064
long LPARAM
Definition: config.h:101
int update_data(int redraw=1)
virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam)
afx_msg void OnClose()
int BOOL
Definition: config.h:80
#define IDD_WAYPOINT_PATH_EDITOR
Definition: resource.h:63