ReactOS 0.4.16-dev-329-g9223134
|
Public Member Functions | |
CCompletionList () | |
~CCompletionList () | |
BOOL | IsNewCompletion (const TCHAR *pszContext, const TCHAR *pszBegin, BOOL &rblnNew) |
BOOL | Add (const TCHAR *pszText, BOOL blnIsKey) |
const TCHAR * | Get (unsigned __int64 nIndex, BOOL &rblnIsKey) |
unsigned __int64 | GetCount () |
const TCHAR * | GetContext () |
const TCHAR * | GetBegin () |
void | DeleteList () |
void | Invalidate () |
Private Attributes | |
CCompletionMatch * | m_pHead |
CCompletionMatch * | m_pTail |
CCompletionMatch * | m_pLastSearched |
unsigned int | m_nLastSearched |
TCHAR * | m_pszContext |
TCHAR * | m_pszBegin |
TCHAR * | m_pszCurrentKey |
unsigned __int64 | m_nCount |
Definition at line 88 of file Completion.cpp.
CCompletionList::CCompletionList | ( | ) |
Definition at line 115 of file Completion.cpp.
CCompletionList::~CCompletionList | ( | ) |
Definition at line 126 of file Completion.cpp.
Definition at line 214 of file Completion.cpp.
Referenced by FillCompletion().
void CCompletionList::DeleteList | ( | ) |
Definition at line 316 of file Completion.cpp.
Referenced by FillCompletion(), IsNewCompletion(), and ~CCompletionList().
Definition at line 249 of file Completion.cpp.
Referenced by CompletionCallback().
Definition at line 311 of file Completion.cpp.
Definition at line 306 of file Completion.cpp.
Definition at line 301 of file Completion.cpp.
Referenced by CompletionCallback().
void CCompletionList::Invalidate | ( | ) |
Definition at line 140 of file Completion.cpp.
Referenced by InvalidateCompletion().
BOOL CCompletionList::IsNewCompletion | ( | const TCHAR * | pszContext, |
const TCHAR * | pszBegin, | ||
BOOL & | rblnNew | ||
) |
Definition at line 149 of file Completion.cpp.
Referenced by CompletionCallback().
Definition at line 111 of file Completion.cpp.
Referenced by Add(), CCompletionList(), DeleteList(), Get(), and GetCount().
Definition at line 107 of file Completion.cpp.
Referenced by Get().
|
private |
Definition at line 104 of file Completion.cpp.
Referenced by Add(), CCompletionList(), DeleteList(), and Get().
|
private |
Definition at line 106 of file Completion.cpp.
Referenced by Add(), CCompletionList(), and Get().
|
private |
Definition at line 109 of file Completion.cpp.
Referenced by Add(), CCompletionList(), GetBegin(), IsNewCompletion(), and ~CCompletionList().
|
private |
Definition at line 108 of file Completion.cpp.
Referenced by CCompletionList(), GetContext(), IsNewCompletion(), and ~CCompletionList().
|
private |
Definition at line 110 of file Completion.cpp.
Referenced by CCompletionList(), Invalidate(), IsNewCompletion(), and ~CCompletionList().
|
private |
Definition at line 105 of file Completion.cpp.
Referenced by Add(), CCompletionList(), DeleteList(), and Get().