doom3-gpl
Doom 3 GPL source release
|
#include <EntityListDlg.h>
Public Types | |
enum | { IDD = IDD_DLG_ENTITYLIST } |
Public Member Functions | |
CEntityListDlg (CWnd *pParent=NULL) | |
void | UpdateList () |
afx_msg void | OnLbnSelchangeListEntities () |
afx_msg void | OnLbnDblclkListEntities () |
Static Public Member Functions | |
static void | ShowDialog () |
Public Attributes | |
CListCtrl | m_lstEntity |
CListBox | listEntities |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
afx_msg void | OnSelect () |
afx_msg void | OnClose () |
virtual void | OnCancel () |
virtual BOOL | OnInitDialog () |
afx_msg void | OnSysCommand (UINT nID, LPARAM lParam) |
Definition at line 41 of file EntityListDlg.h.
anonymous enum |
Enumerator | |
---|---|
IDD |
Definition at line 51 of file EntityListDlg.h.
CEntityListDlg::CEntityListDlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 55 of file EntityListDlg.cpp.
|
protectedvirtual |
Definition at line 63 of file EntityListDlg.cpp.
|
protectedvirtual |
Definition at line 114 of file EntityListDlg.cpp.
|
protected |
Definition at line 135 of file EntityListDlg.cpp.
|
protectedvirtual |
Definition at line 118 of file EntityListDlg.cpp.
void CEntityListDlg::OnLbnDblclkListEntities | ( | ) |
Definition at line 155 of file EntityListDlg.cpp.
void CEntityListDlg::OnLbnSelchangeListEntities | ( | ) |
Definition at line 139 of file EntityListDlg.cpp.
|
protected |
Definition at line 85 of file EntityListDlg.cpp.
Definition at line 108 of file EntityListDlg.cpp.
|
static |
Definition at line 46 of file EntityListDlg.cpp.
void CEntityListDlg::UpdateList | ( | ) |
Definition at line 98 of file EntityListDlg.cpp.
CListBox CEntityListDlg::listEntities |
Definition at line 77 of file EntityListDlg.h.
CListCtrl CEntityListDlg::m_lstEntity |
Definition at line 52 of file EntityListDlg.h.