doom3-gpl
Doom 3 GPL source release
|
#include <GEPropertyPage.h>
Public Member Functions | |
rvGEPropertyPage () | |
virtual bool | Init (void) |
virtual bool | Apply (void) |
virtual bool | SetActive (void) |
virtual bool | KillActive (void) |
virtual int | HandleMessage (UINT msg, WPARAM wParam, LPARAM lParam) |
Static Public Member Functions | |
static INT_PTR CALLBACK | WndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
Protected Attributes | |
HWND | mPage |
Definition at line 32 of file GEPropertyPage.h.
rvGEPropertyPage::rvGEPropertyPage | ( | ) |
Definition at line 36 of file GEPropertyPage.cpp.
Definition at line 39 of file GEPropertyPage.h.
Reimplemented in rvGEItemPropsGeneralPage, rvGEItemPropsKeysPage, rvGEItemPropsTextPage, and rvGEItemPropsImagePage.
Definition at line 82 of file GEPropertyPage.cpp.
Reimplemented in rvGEItemPropsGeneralPage, rvGEItemPropsKeysPage, rvGEItemPropsTextPage, and rvGEItemPropsImagePage.
Definition at line 38 of file GEPropertyPage.h.
Reimplemented in rvGEItemPropsGeneralPage, rvGEItemPropsTextPage, and rvGEItemPropsImagePage.
Definition at line 41 of file GEPropertyPage.h.
Reimplemented in rvGEItemPropsGeneralPage, rvGEItemPropsKeysPage, rvGEItemPropsTextPage, and rvGEItemPropsImagePage.
Definition at line 40 of file GEPropertyPage.h.
|
static |
Definition at line 48 of file GEPropertyPage.cpp.
|
protected |
Definition at line 48 of file GEPropertyPage.h.