|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <Console.h>

Public Member Functions | |
| void | EnableWrite () |
| void | DisableWrite () |
| void | SetReplaceCompletionCallback (ReplaceCompletionCallback pfCallback) |
| BOOL | SetInsertMode (BOOL blnInsetMode) |
| void | BeginScrollingOperation () |
| TCHAR * | Init (DWORD dwBufferSize, DWORD dwMaxHistoryLines=0) |
| BOOL | ReadLine () |
| BOOL | FlushInputBuffer () |
| BOOL | SetTextAttribute (WORD wAttributes) |
| BOOL | GetTextAttribute (WORD &rwAttributes) |
| BOOL | SetTitle (const TCHAR *p) |
| BOOL | Write (const TCHAR *p, DWORD dwChars=0) |
| CConsole () | |
| virtual | ~CConsole () |
| unsigned int | GetTabWidth () |
Private Member Functions | |
| BOOL | WriteString (const TCHAR *pchString, COORD Position) |
| BOOL | WriteChar (TCHAR ch) |
| CConsole::CConsole | ( | ) |
Definition at line 50 of file Console.cpp.
|
virtual |
Definition at line 70 of file Console.cpp.
| void CConsole::BeginScrollingOperation | ( | ) |
Definition at line 1007 of file Console.cpp.
Referenced by main().
| void CConsole::DisableWrite | ( | ) |
Definition at line 1064 of file Console.cpp.
Referenced by HandlerRoutine().
| void CConsole::EnableWrite | ( | ) |
Definition at line 1080 of file Console.cpp.
Referenced by main().
| BOOL CConsole::FlushInputBuffer | ( | ) |
Definition at line 243 of file Console.cpp.
Definition at line 217 of file Console.cpp.
Referenced by CShellCommandDir::Execute().
Definition at line 858 of file Console.cpp.
Referenced by main().
Definition at line 870 of file Console.cpp.
Referenced by main().
| BOOL CConsole::ReadLine | ( | ) |
Definition at line 249 of file Console.cpp.
Referenced by main().
Definition at line 1043 of file Console.cpp.
Referenced by ReadLine().
| void CConsole::SetReplaceCompletionCallback | ( | ReplaceCompletionCallback | pfCallback | ) |
Definition at line 1058 of file Console.cpp.
Referenced by main().
Definition at line 227 of file Console.cpp.
Referenced by main().
Definition at line 90 of file Console.cpp.
Referenced by CShellCommandChangeKey::Execute(), CShellCommandConnect::Execute(), CShellCommandDACL::Execute(), CShellCommandDeleteKey::Execute(), CShellCommandDeleteValue::Execute(), CShellCommandDir::Execute(), CShellCommandDOKA::Execute(), CShellCommandExit::Execute(), CShellCommandHelp::Execute(), CShellCommandNewKey::Execute(), CShellCommandOwner::Execute(), CShellCommandSACL::Execute(), CShellCommandSetValue::Execute(), CShellCommandValue::Execute(), CShellCommandVersion::Execute(), HandlerRoutine(), main(), ReadLine(), CPrompt::ShowPrompt(), and Write().
Definition at line 990 of file Console.cpp.
Referenced by Write().
Definition at line 1012 of file Console.cpp.
Referenced by Write().
|
private |
Definition at line 53 of file Console.h.
Referenced by DisableWrite(), EnableWrite(), and Write().
|
private |
Definition at line 42 of file Console.h.
Referenced by CConsole(), Init(), ReadLine(), SetInsertMode(), and Write().
|
private |
Definition at line 51 of file Console.h.
Referenced by CConsole(), ReadLine(), and Write().
|
private |
Definition at line 56 of file Console.h.
Referenced by CConsole(), Init(), and ~CConsole().
|
private |
Definition at line 57 of file Console.h.
Referenced by CConsole(), Init(), and ~CConsole().
|
private |
Definition at line 37 of file Console.h.
Referenced by Init(), ReadLine(), and Write().
|
private |
Definition at line 36 of file Console.h.
Referenced by Init(), ReadLine(), Write(), and WriteChar().
|
private |
Definition at line 48 of file Console.h.
Referenced by Init(), and ReadLine().
|
private |
Definition at line 43 of file Console.h.
Referenced by CConsole(), Init(), SetInsertMode(), and Write().
|
private |
Definition at line 55 of file Console.h.
Referenced by CConsole(), Init(), and ~CConsole().
|
private |
Definition at line 54 of file Console.h.
Referenced by CConsole(), Init(), and ~CConsole().
|
private |
Definition at line 44 of file Console.h.
Referenced by CConsole(), Init(), SetInsertMode(), and Write().
|
private |
Definition at line 52 of file Console.h.
Referenced by Init(), and ReadLine().
|
private |
Definition at line 34 of file Console.h.
Referenced by CConsole(), DisableWrite(), FlushInputBuffer(), Init(), ReadLine(), Write(), and ~CConsole().
|
private |
Definition at line 33 of file Console.h.
Referenced by CConsole(), Init(), ReadLine(), SetInsertMode(), Write(), WriteChar(), WriteString(), and ~CConsole().
|
private |
Definition at line 39 of file Console.h.
Referenced by BeginScrollingOperation(), and Write().
|
private |
Definition at line 50 of file Console.h.
Referenced by ReadLine(), and Write().
|
private |
Definition at line 45 of file Console.h.
Referenced by CConsole(), Init(), ReadLine(), and ~CConsole().
|
private |
Definition at line 46 of file Console.h.
Referenced by CConsole(), Init(), ReadLine(), and ~CConsole().
|
private |
Definition at line 47 of file Console.h.
Referenced by CConsole(), Init(), ReadLine(), and ~CConsole().
|
private |
Definition at line 49 of file Console.h.
Referenced by CConsole(), ReadLine(), and SetReplaceCompletionCallback().
|
private |
Definition at line 38 of file Console.h.
Referenced by GetTextAttribute(), Init(), SetTextAttribute(), WriteChar(), and WriteString().