doom3-gpl
Doom 3 GPL source release
|
#include <GENavigator.h>
Public Member Functions | |
rvGENavigator () | |
bool | Create (HWND parent, bool visible) |
void | Show (bool visibile) |
void | Refresh (void) |
void | SetWorkspace (rvGEWorkspace *workspace) |
void | Update (void) |
void | UpdateSelections (void) |
HWND | GetWindow (void) |
Protected Member Functions | |
void | AddWindow (idWindow *window) |
Static Protected Member Functions | |
static LRESULT CALLBACK | WndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
static LRESULT CALLBACK | ListWndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
static LRESULT FAR PASCAL | GetMsgProc (int nCode, WPARAM wParam, LPARAM lParam) |
Protected Attributes | |
HWND | mWnd |
HWND | mTree |
HICON | mVisibleIcon |
HICON | mVisibleIconDisabled |
HICON | mScriptsIcon |
HICON | mScriptsLightIcon |
HICON | mCollapseIcon |
HICON | mExpandIcon |
rvGEWorkspace * | mWorkspace |
WNDPROC | mListWndProc |
Definition at line 34 of file GENavigator.h.
rvGENavigator::rvGENavigator | ( | ) |
Definition at line 38 of file GENavigator.cpp.
Definition at line 457 of file GENavigator.cpp.
Definition at line 55 of file GENavigator.cpp.
|
staticprotected |
ID_INLINE HWND rvGENavigator::GetWindow | ( | void | ) |
Definition at line 72 of file GENavigator.h.
|
staticprotected |
Definition at line 430 of file GENavigator.cpp.
Definition at line 578 of file GENavigator.cpp.
void rvGENavigator::SetWorkspace | ( | rvGEWorkspace * | workspace | ) |
Definition at line 506 of file GENavigator.cpp.
Definition at line 591 of file GENavigator.cpp.
Definition at line 520 of file GENavigator.cpp.
Definition at line 545 of file GENavigator.cpp.
|
staticprotected |
Definition at line 140 of file GENavigator.cpp.
|
protected |
Definition at line 66 of file GENavigator.h.
|
protected |
Definition at line 67 of file GENavigator.h.
|
protected |
Definition at line 69 of file GENavigator.h.
|
protected |
Definition at line 64 of file GENavigator.h.
|
protected |
Definition at line 65 of file GENavigator.h.
|
protected |
Definition at line 61 of file GENavigator.h.
|
protected |
Definition at line 62 of file GENavigator.h.
|
protected |
Definition at line 63 of file GENavigator.h.
|
protected |
Definition at line 60 of file GENavigator.h.
|
protected |
Definition at line 68 of file GENavigator.h.