ReactOS 0.4.16-dev-122-g325d74c
|
#include <TextHistory.h>
Public Member Functions | |
CTextHistory () | |
virtual | ~CTextHistory () |
BOOL | Init (DWORD dwMaxHistoryLineSize, DWORD dwMaxHistoryLines) |
const TCHAR * | GetHistoryLine (DWORD dwIndex) |
void | AddHistoryLine (const TCHAR *pchLine) |
Private Attributes | |
TCHAR * | m_pHistoryBuffer |
DWORD | m_dwMaxHistoryLines |
DWORD | m_dwMaxHistoryLineSize |
DWORD | m_dwFirstHistoryIndex |
DWORD | m_dwLastHistoryIndex |
DWORD | m_dwHisoryFull |
Definition at line 9 of file TextHistory.h.
CTextHistory::CTextHistory | ( | ) |
Definition at line 33 of file TextHistory.cpp.
|
virtual |
Definition at line 39 of file TextHistory.cpp.
Definition at line 62 of file TextHistory.cpp.
Referenced by CConsole::ReadLine().
Definition at line 83 of file TextHistory.cpp.
Referenced by CConsole::ReadLine().
Definition at line 44 of file TextHistory.cpp.
Referenced by CConsole::Init().
|
private |
Definition at line 21 of file TextHistory.h.
Referenced by AddHistoryLine(), and Init().
|
private |
Definition at line 23 of file TextHistory.h.
Referenced by AddHistoryLine(), GetHistoryLine(), and Init().
|
private |
Definition at line 22 of file TextHistory.h.
Referenced by AddHistoryLine(), GetHistoryLine(), and Init().
|
private |
Definition at line 19 of file TextHistory.h.
Referenced by AddHistoryLine(), CTextHistory(), GetHistoryLine(), and Init().
|
private |
Definition at line 20 of file TextHistory.h.
Referenced by AddHistoryLine(), GetHistoryLine(), and Init().
|
private |
Definition at line 18 of file TextHistory.h.
Referenced by AddHistoryLine(), CTextHistory(), GetHistoryLine(), Init(), and ~CTextHistory().