doom3-gpl
Doom 3 GPL source release
|
#include <PatchDensityDlg.h>
Public Types | |
enum | { IDD = IDD_DIALOG_NEWPATCH } |
Public Member Functions | |
CPatchDensityDlg (CWnd *pParent=NULL) | |
Public Attributes | |
CComboBox | m_wndWidth |
CComboBox | m_wndHeight |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual void | OnOK () |
virtual BOOL | OnInitDialog () |
Definition at line 40 of file PatchDensityDlg.h.
anonymous enum |
Enumerator | |
---|---|
IDD |
Definition at line 48 of file PatchDensityDlg.h.
CPatchDensityDlg::CPatchDensityDlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 46 of file PatchDensityDlg.cpp.
|
protectedvirtual |
Definition at line 54 of file PatchDensityDlg.cpp.
|
protectedvirtual |
Definition at line 88 of file PatchDensityDlg.cpp.
|
protectedvirtual |
Definition at line 74 of file PatchDensityDlg.cpp.
CComboBox CPatchDensityDlg::m_wndHeight |
Definition at line 50 of file PatchDensityDlg.h.
CComboBox CPatchDensityDlg::m_wndWidth |
Definition at line 49 of file PatchDensityDlg.h.