| 
    FS2_Open
    
   Open source remastering of the Freespace 2 engine 
   | 
 
#include <campaigntreewnd.h>
  
 Public Member Functions | |
| campaign_tree_wnd () | |
| int | error_checker () | 
| int | fred_check_sexp (int sexp, int type, char *msg,...) | 
| int | error (const char *msg,...) | 
| int | internal_error (const char *msg,...) | 
| int | save_modified () | 
| virtual | ~campaign_tree_wnd () | 
| virtual BOOL | OnCreateClient (LPCREATESTRUCT lpcs, CCreateContext *pContext) | 
| afx_msg void | OnUpdateCpgnFileOpen (CCmdUI *pCmdUI) | 
| afx_msg void | OnCpgnFileOpen () | 
| afx_msg void | OnDestroy () | 
| afx_msg void | OnCpgnFileSave () | 
| afx_msg void | OnCpgnFileSaveAs () | 
| afx_msg void | OnCpgnFileNew () | 
| afx_msg void | OnClose2 () | 
| afx_msg void | OnErrorChecker () | 
| afx_msg void | OnClose () | 
| afx_msg void | OnInitialShips () | 
| afx_msg void | OnInitialWeapons () | 
Public Attributes | |
| CSplitterWnd | m_splitter | 
Definition at line 15 of file campaigntreewnd.h.
| campaign_tree_wnd::campaign_tree_wnd | ( | ) | 
Definition at line 40 of file campaigntreewnd.cpp.
      
  | 
  virtual | 
Definition at line 45 of file campaigntreewnd.cpp.
| int campaign_tree_wnd::error | ( | const char * | msg, | 
| ... | |||
| ) | 
Definition at line 377 of file campaigntreewnd.cpp.
| int campaign_tree_wnd::error_checker | ( | ) | 
Definition at line 305 of file campaigntreewnd.cpp.
Definition at line 414 of file campaigntreewnd.cpp.
| int campaign_tree_wnd::internal_error | ( | const char * | msg, | 
| ... | |||
| ) | 
Definition at line 394 of file campaigntreewnd.cpp.
| void campaign_tree_wnd::OnClose | ( | ) | 
Definition at line 258 of file campaigntreewnd.cpp.
| void campaign_tree_wnd::OnClose2 | ( | ) | 
Definition at line 267 of file campaigntreewnd.cpp.
| void campaign_tree_wnd::OnCpgnFileNew | ( | ) | 
Definition at line 240 of file campaigntreewnd.cpp.
| void campaign_tree_wnd::OnCpgnFileOpen | ( | ) | 
Definition at line 118 of file campaigntreewnd.cpp.
| void campaign_tree_wnd::OnCpgnFileSave | ( | ) | 
Definition at line 162 of file campaigntreewnd.cpp.
| void campaign_tree_wnd::OnCpgnFileSaveAs | ( | ) | 
Definition at line 204 of file campaigntreewnd.cpp.
      
  | 
  virtual | 
Definition at line 68 of file campaigntreewnd.cpp.
| void campaign_tree_wnd::OnDestroy | ( | ) | 
Definition at line 143 of file campaigntreewnd.cpp.
| void campaign_tree_wnd::OnErrorChecker | ( | ) | 
Definition at line 297 of file campaigntreewnd.cpp.
| void campaign_tree_wnd::OnInitialShips | ( | ) | 
Definition at line 448 of file campaigntreewnd.cpp.
| void campaign_tree_wnd::OnInitialWeapons | ( | ) | 
Definition at line 456 of file campaigntreewnd.cpp.
| void campaign_tree_wnd::OnUpdateCpgnFileOpen | ( | CCmdUI * | pCmdUI | ) | 
Definition at line 113 of file campaigntreewnd.cpp.
| int campaign_tree_wnd::save_modified | ( | ) | 
Definition at line 277 of file campaigntreewnd.cpp.
| CSplitterWnd campaign_tree_wnd::m_splitter | 
Definition at line 48 of file campaigntreewnd.h.