doom3-gpl
Doom 3 GPL source release
|
#include <GETransformer.h>
Public Member Functions | |
rvGETransformer () | |
bool | Create (HWND parent, bool visible) |
void | Show (bool show) |
void | SetWorkspace (rvGEWorkspace *workspace) |
void | Update (void) |
HWND | GetWindow (void) |
Protected Attributes | |
HWND | mWnd |
HWND | mDlg |
rvGEWorkspace * | mWorkspace |
idWindow * | mRelative |
Static Private Member Functions | |
static LRESULT CALLBACK | WndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DlgProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
static LRESULT FAR PASCAL | GetMsgProc (int nCode, WPARAM wParam, LPARAM lParam) |
Definition at line 32 of file GETransformer.h.
rvGETransformer::rvGETransformer | ( | ) |
Definition at line 40 of file GETransformer.cpp.
Definition at line 46 of file GETransformer.cpp.
|
staticprivate |
Definition at line 149 of file GETransformer.cpp.
|
staticprivate |
Definition at line 322 of file GETransformer.cpp.
ID_INLINE HWND rvGETransformer::GetWindow | ( | void | ) |
Definition at line 60 of file GETransformer.h.
void rvGETransformer::SetWorkspace | ( | rvGEWorkspace * | workspace | ) |
Definition at line 257 of file GETransformer.cpp.
Definition at line 243 of file GETransformer.cpp.
Definition at line 272 of file GETransformer.cpp.
|
staticprivate |
Definition at line 93 of file GETransformer.cpp.
|
protected |
Definition at line 49 of file GETransformer.h.
|
protected |
Definition at line 51 of file GETransformer.h.
|
protected |
Definition at line 48 of file GETransformer.h.
|
protected |
Definition at line 50 of file GETransformer.h.