![]() |
doom3-gpl
Doom 3 GPL source release
|
Public Attributes | |
| HWND | hWnd |
| HWND | hwndBuffer |
| HWND | hwndButtonClear |
| HWND | hwndButtonCopy |
| HWND | hwndButtonQuit |
| HWND | hwndErrorBox |
| HWND | hwndErrorText |
| HBITMAP | hbmLogo |
| HBITMAP | hbmClearBitmap |
| HBRUSH | hbrEditBackground |
| HBRUSH | hbrErrorBackground |
| HFONT | hfBufferFont |
| HFONT | hfButtonFont |
| HWND | hwndInputLine |
| char | errorString [80] |
| char | consoleText [512] |
| char | returnedText [512] |
| bool | quitOnClose |
| int | windowWidth |
| int | windowHeight |
| WNDPROC | SysInputLineWndProc |
| idEditField | historyEditLines [COMMAND_HISTORY] |
| int | nextHistoryLine |
| int | historyLine |
| idEditField | consoleField |
Definition at line 56 of file win_syscon.cpp.
| idEditField WinConData::consoleField |
Definition at line 92 of file win_syscon.cpp.
| char WinConData::consoleText[512] |
Definition at line 80 of file win_syscon.cpp.
| char WinConData::errorString[80] |
Definition at line 78 of file win_syscon.cpp.
| HBITMAP WinConData::hbmClearBitmap |
Definition at line 68 of file win_syscon.cpp.
| HBITMAP WinConData::hbmLogo |
Definition at line 67 of file win_syscon.cpp.
| HBRUSH WinConData::hbrEditBackground |
Definition at line 70 of file win_syscon.cpp.
| HBRUSH WinConData::hbrErrorBackground |
Definition at line 71 of file win_syscon.cpp.
| HFONT WinConData::hfBufferFont |
Definition at line 73 of file win_syscon.cpp.
| HFONT WinConData::hfButtonFont |
Definition at line 74 of file win_syscon.cpp.
| idEditField WinConData::historyEditLines[COMMAND_HISTORY] |
Definition at line 86 of file win_syscon.cpp.
| int WinConData::historyLine |
Definition at line 89 of file win_syscon.cpp.
| HWND WinConData::hWnd |
Definition at line 57 of file win_syscon.cpp.
| HWND WinConData::hwndBuffer |
Definition at line 58 of file win_syscon.cpp.
| HWND WinConData::hwndButtonClear |
Definition at line 60 of file win_syscon.cpp.
| HWND WinConData::hwndButtonCopy |
Definition at line 61 of file win_syscon.cpp.
| HWND WinConData::hwndButtonQuit |
Definition at line 62 of file win_syscon.cpp.
| HWND WinConData::hwndErrorBox |
Definition at line 64 of file win_syscon.cpp.
| HWND WinConData::hwndErrorText |
Definition at line 65 of file win_syscon.cpp.
| HWND WinConData::hwndInputLine |
Definition at line 76 of file win_syscon.cpp.
| int WinConData::nextHistoryLine |
Definition at line 88 of file win_syscon.cpp.
| bool WinConData::quitOnClose |
Definition at line 81 of file win_syscon.cpp.
| char WinConData::returnedText[512] |
Definition at line 80 of file win_syscon.cpp.
| WNDPROC WinConData::SysInputLineWndProc |
Definition at line 84 of file win_syscon.cpp.
| int WinConData::windowHeight |
Definition at line 82 of file win_syscon.cpp.
| int WinConData::windowWidth |
Definition at line 82 of file win_syscon.cpp.
1.8.6.