doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
class | CPropertyItem |
class | CPropertyList |
Macros | |
#define | PIT_COMBO 0 |
#define | PIT_EDIT 1 |
#define | PIT_COLOR 2 |
#define | PIT_FONT 3 |
#define | PIT_FILE 4 |
#define | PIT_SCRIPT 5 |
#define | PIT_MODEL 6 |
#define | PIT_SOUND 7 |
#define | PIT_GUI 8 |
#define | PIT_MATERIAL 9 |
#define | PIT_VAR 10 |
#define | IDC_PROPCMBBOX 712 |
#define | IDC_PROPEDITBOX 713 |
#define | IDC_PROPBTNCTRL 714 |
#define IDC_PROPBTNCTRL 714 |
Definition at line 51 of file PropertyList.h.
#define IDC_PROPCMBBOX 712 |
Definition at line 49 of file PropertyList.h.
#define IDC_PROPEDITBOX 713 |
Definition at line 50 of file PropertyList.h.
#define PIT_COLOR 2 |
Definition at line 39 of file PropertyList.h.
#define PIT_COMBO 0 |
Definition at line 37 of file PropertyList.h.
#define PIT_EDIT 1 |
Definition at line 38 of file PropertyList.h.
#define PIT_FILE 4 |
Definition at line 41 of file PropertyList.h.
#define PIT_FONT 3 |
Definition at line 40 of file PropertyList.h.
#define PIT_GUI 8 |
Definition at line 45 of file PropertyList.h.
#define PIT_MATERIAL 9 |
Definition at line 46 of file PropertyList.h.
#define PIT_MODEL 6 |
Definition at line 43 of file PropertyList.h.
#define PIT_SCRIPT 5 |
Definition at line 42 of file PropertyList.h.
#define PIT_SOUND 7 |
Definition at line 44 of file PropertyList.h.
#define PIT_VAR 10 |
Definition at line 47 of file PropertyList.h.