|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <reinforcementeditordlg.h>
Public Types | |
| enum | { IDD = IDD_REINFORCEMENT_EDITOR } |
Public Member Functions | |
| int | query_modified () |
| void | OnOK () |
| void | OnCancel () |
| void | save_data () |
| void | update_data () |
| reinforcement_editor_dlg (CWnd *pParent=NULL) | |
Public Attributes | |
| CSpinButtonCtrl | m_delay_spin |
| CSpinButtonCtrl | m_uses_spin |
| int | m_uses |
| int | m_delay |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | remove_selected (CListBox *box) |
| void | move_messages (CListBox *box) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnSelchangeList () |
| afx_msg void | OnAdd () |
| afx_msg void | OnDelete () |
| afx_msg void | OnClose () |
Definition at line 17 of file reinforcementeditordlg.h.
| anonymous enum |
| Enumerator | |
|---|---|
| IDD | |
Definition at line 30 of file reinforcementeditordlg.h.
| reinforcement_editor_dlg::reinforcement_editor_dlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 32 of file reinforcementeditordlg.cpp.
|
protectedvirtual |
Definition at line 42 of file reinforcementeditordlg.cpp.
|
protected |
|
protected |
Definition at line 312 of file reinforcementeditordlg.cpp.
| void reinforcement_editor_dlg::OnCancel | ( | ) |
Definition at line 230 of file reinforcementeditordlg.cpp.
|
protected |
Definition at line 365 of file reinforcementeditordlg.cpp.
|
protected |
Definition at line 349 of file reinforcementeditordlg.cpp.
|
protectedvirtual |
Definition at line 65 of file reinforcementeditordlg.cpp.
| void reinforcement_editor_dlg::OnOK | ( | ) |
Definition at line 181 of file reinforcementeditordlg.cpp.
|
protected |
Definition at line 127 of file reinforcementeditordlg.cpp.
| int reinforcement_editor_dlg::query_modified | ( | ) |
Definition at line 151 of file reinforcementeditordlg.cpp.
|
protected |
| void reinforcement_editor_dlg::save_data | ( | ) |
Definition at line 135 of file reinforcementeditordlg.cpp.
| void reinforcement_editor_dlg::update_data | ( | ) |
Definition at line 88 of file reinforcementeditordlg.cpp.
| int reinforcement_editor_dlg::m_delay |
Definition at line 34 of file reinforcementeditordlg.h.
| CSpinButtonCtrl reinforcement_editor_dlg::m_delay_spin |
Definition at line 31 of file reinforcementeditordlg.h.
| int reinforcement_editor_dlg::m_uses |
Definition at line 33 of file reinforcementeditordlg.h.
| CSpinButtonCtrl reinforcement_editor_dlg::m_uses_spin |
Definition at line 32 of file reinforcementeditordlg.h.