ReactOS 0.4.16-dev-91-g764881a
|
#include <CAutoComplete.h>
Public Member Functions | |
CACListView () | |
HWND | Create (HWND hwndParent) |
VOID | SetFont (HFONT hFont) |
INT | GetVisibleCount () |
CStringW | GetItemText (INT iItem) |
INT | ItemFromPoint (INT x, INT y) |
INT | GetCurSel () |
VOID | SetCurSel (INT iItem) |
VOID | SelectHere (INT x, INT y) |
Static Public Member Functions | |
static LPCWSTR | GetWndClassName () |
Public Attributes | |
CAutoComplete * | m_pDropDown |
INT | m_cyItem |
Protected Member Functions | |
LRESULT | OnButtonUp (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnLButtonDown (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnMRButtonDown (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnMouseWheel (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
LRESULT | OnNCHitTest (UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) |
Definition at line 35 of file CAutoComplete.h.
CACListView::CACListView | ( | ) |
Definition at line 380 of file CAutoComplete.cpp.
Definition at line 384 of file CAutoComplete.cpp.
Referenced by CAutoComplete::OnCreate().
INT CACListView::GetCurSel | ( | ) |
Definition at line 454 of file CAutoComplete.cpp.
Referenced by CAutoComplete::GetDropDownStatus(), CAutoComplete::OnEditKeyDown(), CAutoComplete::OnListSelChange(), and CAutoComplete::OnListUpDown().
Definition at line 436 of file CAutoComplete.cpp.
Referenced by CAutoComplete::GetDropDownStatus(), CAutoComplete::OnDrawItem(), and OnLButtonDown().
INT CACListView::GetVisibleCount | ( | ) |
Definition at line 426 of file CAutoComplete.cpp.
Referenced by CAutoComplete::OnListUpDown(), CAutoComplete::OnVScroll(), and CAutoComplete::UpdateScrollBar().
|
inlinestatic |
Definition at line 445 of file CAutoComplete.cpp.
Referenced by OnLButtonDown(), CAutoComplete::OnNotify(), and SelectHere().
|
protected |
Definition at line 475 of file CAutoComplete.cpp.
|
protected |
Definition at line 483 of file CAutoComplete.cpp.
|
protected |
Definition at line 507 of file CAutoComplete.cpp.
|
protected |
Definition at line 500 of file CAutoComplete.cpp.
|
protected |
Definition at line 517 of file CAutoComplete.cpp.
Definition at line 469 of file CAutoComplete.cpp.
Definition at line 460 of file CAutoComplete.cpp.
Referenced by CAutoComplete::OnListUpDown(), CAutoComplete::OnNotify(), SelectHere(), and CAutoComplete::SelectItem().
Definition at line 405 of file CAutoComplete.cpp.
Referenced by CAutoComplete::OnCreate().
INT CACListView::m_cyItem |
Definition at line 39 of file CAutoComplete.h.
Referenced by GetVisibleCount(), CAutoComplete::OnMeasureItem(), CAutoComplete::RepositionDropDown(), and SetFont().
CAutoComplete* CACListView::m_pDropDown |
Definition at line 38 of file CAutoComplete.h.
Referenced by GetItemText(), CAutoComplete::OnCreate(), OnLButtonDown(), OnMouseWheel(), CAutoComplete::OnNCDestroy(), and OnNCHitTest().