doom3-gpl
Doom 3 GPL source release
|
#include <GEProperties.h>
Public Member Functions | |
rvGEProperties () | |
bool | Create (HWND parent, bool visible) |
void | Show (bool visibile) |
void | SetWorkspace (rvGEWorkspace *workspace) |
void | Update (void) |
HWND | GetWindow (void) |
Protected Member Functions | |
bool | AddModifier (const char *name, const char *value) |
Static Protected Member Functions | |
static LRESULT CALLBACK | WndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
Protected Attributes | |
HWND | mWnd |
rvPropertyGrid | mGrid |
rvGEWindowWrapper * | mWrapper |
rvGEWorkspace * | mWorkspace |
Definition at line 39 of file GEProperties.h.
rvGEProperties::rvGEProperties | ( | void | ) |
Definition at line 46 of file GEProperties.cpp.
Definition at line 164 of file GEProperties.cpp.
Definition at line 60 of file GEProperties.cpp.
ID_INLINE HWND rvGEProperties::GetWindow | ( | void | ) |
Definition at line 66 of file GEProperties.h.
ID_INLINE void rvGEProperties::SetWorkspace | ( | rvGEWorkspace * | workspace | ) |
Definition at line 71 of file GEProperties.h.
Definition at line 114 of file GEProperties.cpp.
Definition at line 127 of file GEProperties.cpp.
|
staticprotected |
Definition at line 200 of file GEProperties.cpp.
|
protected |
Definition at line 61 of file GEProperties.h.
|
protected |
Definition at line 60 of file GEProperties.h.
|
protected |
Definition at line 63 of file GEProperties.h.
|
protected |
Definition at line 62 of file GEProperties.h.