doom3-gpl
Doom 3 GPL source release
|
#include <DlgCamera.h>
Public Types | |
enum | { IDD = IDD_DLG_CAMERA } |
Public Member Functions | |
CDlgCamera (CWnd *pParent=NULL) | |
void | setupFromCamera () |
Public Attributes | |
CScrollBar | m_wndSegments |
CListBox | m_wndEvents |
CComboBox | m_wndSplines |
CString | m_strName |
float | m_fSeconds |
BOOL | m_trackCamera |
int | m_numSegments |
int | m_currentSegment |
CString | m_strType |
int | m_editPoints |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
afx_msg void | OnBtnAddevent () |
afx_msg void | OnBtnAddtarget () |
afx_msg void | OnBtnDelevent () |
afx_msg void | OnBtnDeltarget () |
afx_msg void | OnDblclkComboSplines () |
afx_msg void | OnSelchangeComboSplines () |
afx_msg void | OnSelchangeListEvents () |
afx_msg void | OnDblclkListEvents () |
virtual BOOL | OnInitDialog () |
virtual void | OnOK () |
afx_msg void | OnDestroy () |
afx_msg void | OnApply () |
afx_msg void | OnHScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) |
afx_msg void | OnFileNew () |
afx_msg void | OnFileOpen () |
afx_msg void | OnFileSave () |
afx_msg void | OnTestcamera () |
afx_msg void | OnBtnDeletepoints () |
afx_msg void | OnBtnSelectall () |
afx_msg void | OnRadioEditpoints () |
afx_msg void | OnRadioAddPoints () |
Definition at line 42 of file DlgCamera.h.
anonymous enum |
Enumerator | |
---|---|
IDD |
Definition at line 51 of file DlgCamera.h.
CDlgCamera::CDlgCamera | ( | CWnd * | pParent = NULL | ) |
Definition at line 67 of file DlgCamera.cpp.
|
protectedvirtual |
Definition at line 82 of file DlgCamera.cpp.
|
protected |
Definition at line 255 of file DlgCamera.cpp.
|
protected |
Definition at line 126 of file DlgCamera.cpp.
|
protected |
Definition at line 136 of file DlgCamera.cpp.
|
protected |
Definition at line 351 of file DlgCamera.cpp.
|
protected |
Definition at line 147 of file DlgCamera.cpp.
|
protected |
Definition at line 153 of file DlgCamera.cpp.
|
protected |
Definition at line 357 of file DlgCamera.cpp.
|
protected |
Definition at line 159 of file DlgCamera.cpp.
|
protected |
Definition at line 193 of file DlgCamera.cpp.
|
protected |
Definition at line 243 of file DlgCamera.cpp.
|
protected |
Definition at line 322 of file DlgCamera.cpp.
|
protected |
Definition at line 328 of file DlgCamera.cpp.
|
protected |
Definition at line 337 of file DlgCamera.cpp.
Definition at line 264 of file DlgCamera.cpp.
|
protectedvirtual |
Definition at line 227 of file DlgCamera.cpp.
|
protectedvirtual |
Definition at line 235 of file DlgCamera.cpp.
|
protected |
Definition at line 369 of file DlgCamera.cpp.
|
protected |
Definition at line 363 of file DlgCamera.cpp.
|
protected |
Definition at line 165 of file DlgCamera.cpp.
|
protected |
Definition at line 187 of file DlgCamera.cpp.
|
protected |
Definition at line 345 of file DlgCamera.cpp.
void CDlgCamera::setupFromCamera | ( | ) |
Definition at line 199 of file DlgCamera.cpp.
int CDlgCamera::m_currentSegment |
Definition at line 59 of file DlgCamera.h.
int CDlgCamera::m_editPoints |
Definition at line 61 of file DlgCamera.h.
float CDlgCamera::m_fSeconds |
Definition at line 56 of file DlgCamera.h.
int CDlgCamera::m_numSegments |
Definition at line 58 of file DlgCamera.h.
CString CDlgCamera::m_strName |
Definition at line 55 of file DlgCamera.h.
CString CDlgCamera::m_strType |
Definition at line 60 of file DlgCamera.h.
BOOL CDlgCamera::m_trackCamera |
Definition at line 57 of file DlgCamera.h.
CListBox CDlgCamera::m_wndEvents |
Definition at line 53 of file DlgCamera.h.
CScrollBar CDlgCamera::m_wndSegments |
Definition at line 52 of file DlgCamera.h.
CComboBox CDlgCamera::m_wndSplines |
Definition at line 54 of file DlgCamera.h.