doom3-gpl
Doom 3 GPL source release
|
#include <DebuggerQuickWatchDlg.h>
Public Member Functions | |
rvDebuggerQuickWatchDlg () | |
bool | DoModal (rvDebuggerWindow *window, int callstackDepth, const char *variable=NULL) |
Protected Member Functions | |
void | SetVariable (const char *varname, bool force=false) |
Protected Attributes | |
HWND | mWnd |
int | mCallstackDepth |
idStr | mVariable |
rvDebuggerWindow * | mDebuggerWindow |
Static Private Member Functions | |
static INT_PTR CALLBACK | DlgProc (HWND wnd, UINT msg, WPARAM wparam, LPARAM lparam) |
Private Attributes | |
int | mEditFromRight |
int | mButtonFromRight |
int | mEditFromBottom |
Definition at line 33 of file DebuggerQuickWatchDlg.h.
rvDebuggerQuickWatchDlg::rvDebuggerQuickWatchDlg | ( | void | ) |
Definition at line 41 of file DebuggerQuickWatchDlg.cpp.
|
staticprivate |
Definition at line 70 of file DebuggerQuickWatchDlg.cpp.
bool rvDebuggerQuickWatchDlg::DoModal | ( | rvDebuggerWindow * | window, |
int | callstackDepth, | ||
const char * | variable = NULL |
||
) |
Definition at line 52 of file DebuggerQuickWatchDlg.cpp.
Definition at line 221 of file DebuggerQuickWatchDlg.cpp.
|
private |
Definition at line 53 of file DebuggerQuickWatchDlg.h.
|
protected |
Definition at line 44 of file DebuggerQuickWatchDlg.h.
|
protected |
Definition at line 46 of file DebuggerQuickWatchDlg.h.
|
private |
Definition at line 54 of file DebuggerQuickWatchDlg.h.
|
private |
Definition at line 52 of file DebuggerQuickWatchDlg.h.
|
protected |
Definition at line 45 of file DebuggerQuickWatchDlg.h.
|
protected |
Definition at line 43 of file DebuggerQuickWatchDlg.h.