doom3-gpl
Doom 3 GPL source release
|
#include <PropertyList.h>
Public Member Functions | |
CPropertyItem (CString propName, CString curValue, int nItemType, CString cmbItems) | |
void | SetData (int d) |
Public Attributes | |
CString | m_propName |
CString | m_curValue |
int | m_nItemType |
CString | m_cmbItems |
int | data |
Definition at line 56 of file PropertyList.h.
|
inline |
Definition at line 67 of file PropertyList.h.
Definition at line 76 of file PropertyList.h.
int CPropertyItem::data |
Definition at line 64 of file PropertyList.h.
CString CPropertyItem::m_cmbItems |
Definition at line 63 of file PropertyList.h.
CString CPropertyItem::m_curValue |
Definition at line 61 of file PropertyList.h.
int CPropertyItem::m_nItemType |
Definition at line 62 of file PropertyList.h.
CString CPropertyItem::m_propName |
Definition at line 60 of file PropertyList.h.