#include <MissionGoalsDlg.h>
Public Types | |
| enum | { IDD = IDD_MISSION_GOALS } |
Public Methods | |
| void | swap_handler (int node1, int node2) |
| int | query_modified () |
| void | OnCancel () |
| void | OnOK () |
| void | load_tree () |
| void | update_cur_goal () |
| void | add_sub_tree (int node, HTREEITEM root) |
| void | create_tree () |
| CMissionGoalsDlg (CWnd *pParent=NULL) | |
| BOOL | OnInitDialog () |
| int | handler (int code, int goal) |
| void | insert_handler (int old, int node) |
Public Attributes | |
| int | select_sexp_node |
| sexp_goal_tree | m_goals_tree |
| CString | m_goal_desc |
| int | m_goal_type |
| int | m_display_goal_types |
| CString | m_name |
| BOOL | m_goal_invalid |
| int | m_goal_score |
| BOOL | m_no_music |
| int | m_team |
Protected Methods | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| afx_msg void | OnSelchangeDisplayGoalTypesDrop () |
| afx_msg void | OnSelchangedGoalsTree (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnRclickGoalsTree (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnEndlabeleditGoalsTree (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnBeginlabeleditGoalsTree (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnButtonNewGoal () |
| afx_msg void | OnChangeGoalDesc () |
| afx_msg void | OnChangeGoalRating () |
| afx_msg void | OnSelchangeGoalTypeDrop () |
| afx_msg void | OnChangeGoalName () |
| afx_msg void | OnOk () |
| afx_msg void | OnClose () |
| afx_msg void | OnGoalInvalid () |
| afx_msg void | OnChangeGoalScore () |
| afx_msg void | OnNoMusic () |
| afx_msg void | OnSelchangeTeam () |
Protected Attributes | |
| int | cur_goal |
| int | m_num_goals |
| int | m_sig [MAX_GOALS] |
| mission_goal | m_goals [MAX_GOALS] |
| int | modified |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.16