|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <restrictpaths.h>
Public Types | |
| enum | { IDD = IDD_RESTRICT_PATHS } |
Public Member Functions | |
| restrict_paths (CWnd *pParent=NULL) | |
Public Attributes | |
| bool | m_arrival |
| int | m_ship_class |
| int * | m_path_mask |
| CCheckListBox | m_path_list |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| void | OnCancel () |
| void | OnOK () |
Definition at line 15 of file restrictpaths.h.
| anonymous enum |
| Enumerator | |
|---|---|
| IDD | |
Definition at line 29 of file restrictpaths.h.
| restrict_paths::restrict_paths | ( | CWnd * | pParent = NULL | ) |
Definition at line 23 of file restrictpaths.cpp.
|
protectedvirtual |
Definition at line 29 of file restrictpaths.cpp.
|
protected |
Definition at line 99 of file restrictpaths.cpp.
|
protectedvirtual |
Definition at line 45 of file restrictpaths.cpp.
|
protected |
Definition at line 106 of file restrictpaths.cpp.
| bool restrict_paths::m_arrival |
Definition at line 22 of file restrictpaths.h.
| CCheckListBox restrict_paths::m_path_list |
Definition at line 30 of file restrictpaths.h.
| int* restrict_paths::m_path_mask |
Definition at line 24 of file restrictpaths.h.
| int restrict_paths::m_ship_class |
Definition at line 23 of file restrictpaths.h.