|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <orienteditor.h>
Public Types | |
| enum | { IDD = IDD_ORIENT_EDITOR } |
Public Member Functions | |
| int | query_modified () |
| void | OnCancel () |
| void | OnOK () |
| orient_editor (CWnd *pParent=NULL) | |
Public Attributes | |
| CSpinButtonCtrl | m_spin6 |
| CSpinButtonCtrl | m_spin5 |
| CSpinButtonCtrl | m_spin4 |
| CSpinButtonCtrl | m_spin3 |
| CSpinButtonCtrl | m_spin2 |
| CSpinButtonCtrl | m_spin1 |
| int | m_object_index |
| BOOL | m_point_to |
| CString | m_position_z |
| CString | m_position_y |
| CString | m_position_x |
| CString | m_location_x |
| CString | m_location_y |
| CString | m_location_z |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnClose () |
Definition at line 17 of file orienteditor.h.
| anonymous enum |
| Enumerator | |
|---|---|
| IDD | |
Definition at line 28 of file orienteditor.h.
| orient_editor::orient_editor | ( | CWnd * | pParent = NULL | ) |
Definition at line 29 of file orienteditor.cpp.
|
protectedvirtual |
Definition at line 51 of file orienteditor.cpp.
| void orient_editor::OnCancel | ( | ) |
Definition at line 252 of file orienteditor.cpp.
|
protected |
Definition at line 258 of file orienteditor.cpp.
|
protectedvirtual |
Definition at line 81 of file orienteditor.cpp.
| void orient_editor::OnOK | ( | ) |
Definition at line 167 of file orienteditor.cpp.
| int orient_editor::query_modified | ( | ) |
Definition at line 147 of file orienteditor.cpp.
| CString orient_editor::m_location_x |
Definition at line 40 of file orienteditor.h.
| CString orient_editor::m_location_y |
Definition at line 41 of file orienteditor.h.
| CString orient_editor::m_location_z |
Definition at line 42 of file orienteditor.h.
| int orient_editor::m_object_index |
Definition at line 35 of file orienteditor.h.
| BOOL orient_editor::m_point_to |
Definition at line 36 of file orienteditor.h.
| CString orient_editor::m_position_x |
Definition at line 39 of file orienteditor.h.
| CString orient_editor::m_position_y |
Definition at line 38 of file orienteditor.h.
| CString orient_editor::m_position_z |
Definition at line 37 of file orienteditor.h.
| CSpinButtonCtrl orient_editor::m_spin1 |
Definition at line 34 of file orienteditor.h.
| CSpinButtonCtrl orient_editor::m_spin2 |
Definition at line 33 of file orienteditor.h.
| CSpinButtonCtrl orient_editor::m_spin3 |
Definition at line 32 of file orienteditor.h.
| CSpinButtonCtrl orient_editor::m_spin4 |
Definition at line 31 of file orienteditor.h.
| CSpinButtonCtrl orient_editor::m_spin5 |
Definition at line 30 of file orienteditor.h.
| CSpinButtonCtrl orient_editor::m_spin6 |
Definition at line 29 of file orienteditor.h.