#include <MatchListView.h>
Inheritance diagram for CMatchListView:
Public Member Functions | |
CMatchListView (LPCTSTR pszName, CMatchList *pList) | |
virtual | ~CMatchListView () |
POSITION | GetIterator () const |
int | GetCount () const |
void | GetNext (POSITION &pos, CMatchFile **ppFile, CQueryHit **ppHit) const |
void | GetNext (POSITION &pos, VARIANT *pVar) const |
Static Public Member Functions | |
static IGenericView * | Attach (LPCTSTR pszName, CMatchList *pList) |
Protected Attributes | |
CString | m_sName |
CMatchList * | m_pList |
CPtrList | m_pSelection |
STDMETHOD( | get_Name )(BSTR FAR *psName) |
STDMETHOD( | get_Unknown )(IUnknown FAR *FAR *ppUnknown) |
STDMETHOD( | get_Param )(LONG FAR *pnParam) |
STDMETHOD( | get_Count )(LONG FAR *pnCount) |
STDMETHOD( | get_Item )(VARIANT vIndex, VARIANT FAR *pvItem) |
STDMETHOD( | get__NewEnum )(IUnknown FAR *FAR *ppEnum) |
STDMETHOD( | Next )(THIS_ DWORD celt, VARIANT FAR *rgvar, DWORD FAR *pceltFetched) |
STDMETHOD( | Skip )(THIS_ DWORD celt) |
STDMETHOD( | Reset )(THIS) |
STDMETHOD( | Clone )(THIS_ IEnumVARIANT FAR *FAR *ppenum) |
POSITION | m_pos |
|
Definition at line 47 of file MatchListView.cpp. Referenced by Attach(). |
|
Definition at line 66 of file MatchListView.cpp. References m_pList, and CMatchList::m_pSection. |
|
Definition at line 74 of file MatchListView.cpp. References CMatchListView(), and CComObject::GetInterface(). Referenced by CBaseMatchWnd::GetGenericView(). |
|
Definition at line 85 of file MatchListView.cpp. References m_pSelection. |
|
Definition at line 80 of file MatchListView.cpp. References m_pSelection. |
|
|
Definition at line 90 of file MatchListView.cpp. References m_pList, CMatchList::m_pSelectedFiles, CMatchList::m_pSelectedHits, m_pSelection, and NULL. Referenced by GetNext(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 42 of file MatchListView.h. Referenced by GetNext(), and ~CMatchListView(). |
|
Definition at line 71 of file MatchListView.h. |
|
Definition at line 43 of file MatchListView.h. Referenced by GetCount(), GetIterator(), and GetNext(). |
|
Definition at line 41 of file MatchListView.h. |
|
|
|
|
|
|