doom3-gpl
Doom 3 GPL source release
|
#include <DlgEvent.h>
Public Types | |
enum | { IDD = IDD_DLG_CAMERAEVENT } |
Public Member Functions | |
CDlgEvent (CWnd *pParent=NULL) | |
Public Attributes | |
CString | m_strParm |
int | m_event |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
Definition at line 41 of file DlgEvent.h.
anonymous enum |
Enumerator | |
---|---|
IDD |
Definition at line 49 of file DlgEvent.h.
CDlgEvent::CDlgEvent | ( | CWnd * | pParent = NULL | ) |
Definition at line 45 of file DlgEvent.cpp.
|
protectedvirtual |
Definition at line 55 of file DlgEvent.cpp.
int CDlgEvent::m_event |
Definition at line 51 of file DlgEvent.h.
CString CDlgEvent::m_strParm |
Definition at line 50 of file DlgEvent.h.