Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

CBaseMatchWnd Class Reference

#include <WndBaseMatch.h>

Inheritance diagram for CBaseMatchWnd:

CPanelWnd CChildWnd CBrowseHostWnd CHitMonitorWnd CSearchWnd List of all members.

Public Member Functions

 CBaseMatchWnd ()
virtual ~CBaseMatchWnd ()
virtual BOOL OnCmdMsg (UINT nID, int nCode, void *pExtra, AFX_CMDHANDLERINFO *pHandlerInfo)
virtual void UpdateMessages (BOOL bActive=TRUE)
virtual HRESULT GetGenericView (IGenericView **ppView)

Public Attributes

CMatchCtrl m_wndList
CCoolBarCtrl m_wndToolBar
CEdit m_wndFilter

Protected Member Functions

int CheckExisting (BOOL bSHA1, SHA1 *pSHA1, BOOL bTiger, TIGEROOT *pTiger, BOOL bED2K, MD4 *pED2K)
afx_msg int OnCreate (LPCREATESTRUCT lpCreateStruct)
afx_msg void OnDestroy ()
afx_msg void OnSize (UINT nType, int cx, int cy)
afx_msg void OnTimer (UINT nIDEvent)
afx_msg void OnContextMenu (CWnd *pWnd, CPoint point)
afx_msg void OnMeasureItem (int nIDCtl, LPMEASUREITEMSTRUCT lpMeasureItemStruct)
afx_msg void OnDrawItem (int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct)
afx_msg void OnUpdateSearchDownload (CCmdUI *pCmdUI)
afx_msg void OnSearchDownload ()
afx_msg void OnUpdateSearchDownloadNow (CCmdUI *pCmdUI)
afx_msg void OnSearchDownloadNow ()
afx_msg void OnUpdateSearchCopy (CCmdUI *pCmdUI)
afx_msg void OnSearchCopy ()
afx_msg void OnUpdateSearchChat (CCmdUI *pCmdUI)
afx_msg void OnSearchChat ()
afx_msg void OnUpdateSearchFilter (CCmdUI *pCmdUI)
afx_msg void OnSearchFilter ()
afx_msg void OnUpdateSearchFilterRemove (CCmdUI *pCmdUI)
afx_msg void OnSearchFilterRemove ()
afx_msg void OnSearchColumns ()
afx_msg void OnUpdateLibraryBitziWeb (CCmdUI *pCmdUI)
afx_msg void OnLibraryBitziWeb ()
afx_msg void OnUpdateSecurityBan (CCmdUI *pCmdUI)
afx_msg void OnSecurityBan ()
afx_msg void OnUpdateHitMonitorSearch (CCmdUI *pCmdUI)
afx_msg void OnHitMonitorSearch ()
afx_msg BOOL OnMouseWheel (UINT nFlags, short zDelta, CPoint pt)
afx_msg void OnMDIActivate (BOOL bActivate, CWnd *pActivateWnd, CWnd *pDeactivateWnd)
afx_msg void OnUpdateBrowseLaunch (CCmdUI *pCmdUI)
afx_msg void OnBrowseLaunch ()
afx_msg void OnSearchFilterRaw ()
afx_msg void OnUpdateSearchForThis (CCmdUI *pCmdUI)
afx_msg void OnSearchForThis ()
afx_msg void OnUpdateSearchForSimilar (CCmdUI *pCmdUI)
afx_msg void OnSearchForSimilar ()
afx_msg void OnUpdateSearchForArtist (CCmdUI *pCmdUI)
afx_msg void OnSearchForArtist ()
afx_msg void OnUpdateSearchForAlbum (CCmdUI *pCmdUI)
afx_msg void OnSearchForAlbum ()
afx_msg void OnUpdateSearchForSeries (CCmdUI *pCmdUI)
afx_msg void OnSearchForSeries ()
afx_msg void OnKillFocusFilter ()
afx_msg void OnToolbarReturn ()
afx_msg void OnToolbarEscape ()
afx_msg void OnUpdateBlocker (CCmdUI *pCmdUI)

Protected Attributes

CMatchListm_pMatches
CCoolMenum_pCoolMenu
BOOL m_bContextMenu
DWORD m_tContextMenu
BOOL m_bPaused
BOOL m_bUpdate
BOOL m_bBMWActive
DWORD m_nCacheFiles

Constructor & Destructor Documentation

CBaseMatchWnd::CBaseMatchWnd  ) 
 

Definition at line 121 of file WndBaseMatch.cpp.

References NULL.

CBaseMatchWnd::~CBaseMatchWnd  )  [virtual]
 

Definition at line 133 of file WndBaseMatch.cpp.

References m_pCoolMenu, and m_pMatches.


Member Function Documentation

int CBaseMatchWnd::CheckExisting BOOL  bSHA1,
SHA1 pSHA1,
BOOL  bTiger,
TIGEROOT pTiger,
BOOL  bED2K,
MD4 pED2K
[protected]
 

Definition at line 409 of file WndBaseMatch.cpp.

References CChildWnd::GetManager(), Library, LibraryMaps, CLibrary::LookupFile(), CLibraryMaps::LookupFileByED2K(), CLibraryMaps::LookupFileBySHA1(), CLibraryMaps::LookupFileByTiger(), CExistingFileDlg::m_nAction, CLibraryFile::m_nIndex, CLibrary::m_pSection, and NULL.

Referenced by OnSearchDownload(), and OnSearchDownloadNow().

HRESULT CBaseMatchWnd::GetGenericView IGenericView **  ppView  )  [virtual]
 

Reimplemented from CChildWnd.

Definition at line 948 of file WndBaseMatch.cpp.

References CMatchListView::Attach(), m_pMatches, and NULL.

void CBaseMatchWnd::OnBrowseLaunch  )  [protected]
 

Definition at line 559 of file WndBaseMatch.cpp.

References CMatchList::GetSelectedHit(), m_pMatches, CMatchList::m_pSection, and TS_TRUE.

BOOL CBaseMatchWnd::OnCmdMsg UINT  nID,
int  nCode,
void *  pExtra,
AFX_CMDHANDLERINFO *  pHandlerInfo
[virtual]
 

Reimplemented from CChildWnd.

Reimplemented in CBrowseHostWnd.

Definition at line 172 of file WndBaseMatch.cpp.

References m_wndToolBar, and CChildWnd::OnCmdMsg().

Referenced by CBrowseHostWnd::OnCmdMsg().

void CBaseMatchWnd::OnContextMenu CWnd *  pWnd,
CPoint  point
[protected]
 

Reimplemented in CBrowseHostWnd, CHitMonitorWnd, and CSearchWnd.

Definition at line 188 of file WndBaseMatch.cpp.

References CCoolMenu::AddMenu(), CSchemaColumnsDlg::BuildColumnMenu(), CSkin::GetWatermark(), CMatchCtrl::HitTestHeader(), ID_SEARCH_COLUMNS, ID_SEPARATOR, IDS_SCHEMAS, LoadString(), m_bContextMenu, CMatchCtrl::m_pColumns, m_pCoolMenu, CMatchCtrl::m_pSchema, m_tContextMenu, m_wndList, NULL, OnSearchColumns(), CMatchCtrl::SelectSchema(), CCoolMenu::SetWatermark(), Skin, and CSchemaColumnsDlg::ToggleColumnHelper().

Referenced by CSearchWnd::OnContextMenu(), CHitMonitorWnd::OnContextMenu(), and CBrowseHostWnd::OnContextMenu().

int CBaseMatchWnd::OnCreate LPCREATESTRUCT  lpCreateStruct  )  [protected]
 

Reimplemented from CPanelWnd.

Reimplemented in CBrowseHostWnd, CHitMonitorWnd, and CSearchWnd.

Definition at line 143 of file WndBaseMatch.cpp.

References CCoolBarCtrl::Create(), CMatchCtrl::Create(), IDC_FILTER_BOX, CShareazaApp::m_gdiFont, m_pMatches, m_wndFilter, m_wndList, m_wndToolBar, NULL, CPanelWnd::OnCreate(), and theApp.

Referenced by CSearchWnd::OnCreate(), CHitMonitorWnd::OnCreate(), and CBrowseHostWnd::OnCreate().

void CBaseMatchWnd::OnDestroy  )  [protected]
 

Reimplemented from CChildWnd.

Reimplemented in CBrowseHostWnd, CHitMonitorWnd, and CSearchWnd.

Definition at line 160 of file WndBaseMatch.cpp.

References m_bPaused, m_bUpdate, m_pMatches, CMatchList::m_pSection, and CChildWnd::OnDestroy().

Referenced by CSearchWnd::OnDestroy(), CHitMonitorWnd::OnDestroy(), and CBrowseHostWnd::OnDestroy().

void CBaseMatchWnd::OnDrawItem int  nIDCtl,
LPDRAWITEMSTRUCT  lpDrawItemStruct
[protected]
 

Definition at line 243 of file WndBaseMatch.cpp.

References m_pCoolMenu, and CCoolMenu::OnDrawItem().

void CBaseMatchWnd::OnHitMonitorSearch  )  [protected]
 

Definition at line 513 of file WndBaseMatch.cpp.

References CNewSearchDlg::GetSearch(), CMatchList::GetSelectedFile(), CMatchList::GetSelectedHit(), m_pMatches, CQuerySearch::m_sSearch, and NULL.

void CBaseMatchWnd::OnKillFocusFilter  )  [protected]
 

Definition at line 798 of file WndBaseMatch.cpp.

References CMatchList::Filter(), m_bUpdate, m_pMatches, CMatchList::m_sFilter, and m_wndFilter.

Referenced by OnToolbarReturn().

void CBaseMatchWnd::OnLibraryBitziWeb  )  [protected]
 

Definition at line 586 of file WndBaseMatch.cpp.

References CSettings::sLibrary::BitziOkay, CSettings::sLibrary::BitziWebView, CMatchList::GetSelectedCount(), CMatchList::GetSelectedFile(), CMatchList::GetSelectedHit(), CSHA::HashToString(), IDS_LIBRARY_BITZI_MESSAGE, CSettings::Library, CSkin::LoadString(), m_pMatches, NULL, Replace(), CSettings::Save(), Settings, and Skin.

void CBaseMatchWnd::OnMDIActivate BOOL  bActivate,
CWnd *  pActivateWnd,
CWnd *  pDeactivateWnd
[protected]
 

Reimplemented from CChildWnd.

Reimplemented in CSearchWnd.

Definition at line 847 of file WndBaseMatch.cpp.

References CMatchList::ClearNew(), CMatchCtrl::EnableTips(), m_bBMWActive, CChildWnd::m_bPanelMode, m_pMatches, m_wndList, NULL, and CChildWnd::OnMDIActivate().

Referenced by CSearchWnd::OnMDIActivate().

void CBaseMatchWnd::OnMeasureItem int  nIDCtl,
LPMEASUREITEMSTRUCT  lpMeasureItemStruct
[protected]
 

Definition at line 238 of file WndBaseMatch.cpp.

References m_pCoolMenu, and CCoolMenu::OnMeasureItem().

BOOL CBaseMatchWnd::OnMouseWheel UINT  nFlags,
short  zDelta,
CPoint  pt
[protected]
 

Definition at line 841 of file WndBaseMatch.cpp.

References m_wndList.

void CBaseMatchWnd::OnSearchChat  )  [protected]
 

Reimplemented in CBrowseHostWnd.

Definition at line 497 of file WndBaseMatch.cpp.

References ChatWindows, CMatchList::GetSelectedHit(), m_pMatches, CMatchList::m_pSection, CChatWindows::OpenPrivate(), and TS_TRUE.

void CBaseMatchWnd::OnSearchColumns  )  [protected]
 

Definition at line 828 of file WndBaseMatch.cpp.

References CMatchCtrl::m_pColumns, CSchemaColumnsDlg::m_pColumns, CMatchCtrl::m_pSchema, CSchemaColumnsDlg::m_pSchema, m_wndList, and CMatchCtrl::SelectSchema().

Referenced by OnContextMenu().

void CBaseMatchWnd::OnSearchCopy  )  [protected]
 

Definition at line 453 of file WndBaseMatch.cpp.

References CMatchList::GetSelectedFile(), CMatchList::GetSelectedHit(), CURLCopyDlg::m_bED2K, CURLCopyDlg::m_bSHA1, CURLCopyDlg::m_bSize, CURLCopyDlg::m_bTiger, CURLCopyDlg::m_nSize, CURLCopyDlg::m_pED2K, m_pMatches, CMatchList::m_pSection, CURLCopyDlg::m_pSHA1, CURLCopyDlg::m_pTiger, CURLCopyDlg::m_sHost, and CURLCopyDlg::m_sName.

void CBaseMatchWnd::OnSearchDownload  )  [protected]
 

Definition at line 253 of file WndBaseMatch.cpp.

References CDownloads::Add(), CDownloadWithExtras::AddReview(), CheckExisting(), Downloads, CChildWnd::GetManager(), m_bContextMenu, CQueryHit::m_bED2K, CMatchFile::m_bED2K, CQueryHit::m_bSHA1, CMatchFile::m_bSHA1, CQueryHit::m_bTiger, CMatchFile::m_bTiger, CQueryHit::m_pED2K, CMatchFile::m_pED2K, m_pMatches, CTransfers::m_pSection, CNetwork::m_pSection, CMatchList::m_pSection, CMatchList::m_pSelectedFiles, CMatchList::m_pSelectedHits, CQueryHit::m_pSHA1, CMatchFile::m_pSHA1, CQueryHit::m_pTiger, CMatchFile::m_pTiger, m_tContextMenu, m_wndList, Network, NULL, CSettings::Search, Settings, CSettings::sSearch::SwitchToTransfers, and Transfers.

void CBaseMatchWnd::OnSearchDownloadNow  )  [protected]
 

Definition at line 338 of file WndBaseMatch.cpp.

References CDownloads::Add(), CheckExisting(), Downloads, CChildWnd::GetManager(), m_bContextMenu, CQueryHit::m_bED2K, CMatchFile::m_bED2K, CQueryHit::m_bSHA1, CMatchFile::m_bSHA1, CQueryHit::m_bTiger, CMatchFile::m_bTiger, CQueryHit::m_pED2K, CMatchFile::m_pED2K, m_pMatches, CTransfers::m_pSection, CNetwork::m_pSection, CMatchList::m_pSection, CMatchList::m_pSelectedFiles, CMatchList::m_pSelectedHits, CQueryHit::m_pSHA1, CMatchFile::m_pSHA1, CQueryHit::m_pTiger, CMatchFile::m_pTiger, m_tContextMenu, m_wndList, Network, NULL, CSettings::Search, Settings, CSettings::sSearch::SwitchToTransfers, and Transfers.

void CBaseMatchWnd::OnSearchFilter  )  [protected]
 

Definition at line 764 of file WndBaseMatch.cpp.

References CMatchList::Filter(), m_bUpdate, m_pMatches, and NULL.

Referenced by OnSearchFilterRaw().

void CBaseMatchWnd::OnSearchFilterRaw  )  [protected]
 

Definition at line 778 of file WndBaseMatch.cpp.

References OnSearchFilter().

void CBaseMatchWnd::OnSearchFilterRemove  )  [protected]
 

Definition at line 788 of file WndBaseMatch.cpp.

References CMatchList::Filter(), m_bUpdate, m_pMatches, and CMatchList::m_sFilter.

void CBaseMatchWnd::OnSearchForAlbum  )  [protected]
 

Definition at line 713 of file WndBaseMatch.cpp.

References CMatchList::GetSelectedFile(), m_pMatches, CMatchList::m_pSection, and CRelatedSearch::RunSearchForAlbum().

void CBaseMatchWnd::OnSearchForArtist  )  [protected]
 

Definition at line 698 of file WndBaseMatch.cpp.

References CMatchList::GetSelectedFile(), m_pMatches, CMatchList::m_pSection, and CRelatedSearch::RunSearchForArtist().

void CBaseMatchWnd::OnSearchForSeries  )  [protected]
 

Definition at line 728 of file WndBaseMatch.cpp.

References CMatchList::GetSelectedFile(), m_pMatches, CMatchList::m_pSection, and CRelatedSearch::RunSearchForSeries().

void CBaseMatchWnd::OnSearchForSimilar  )  [protected]
 

Definition at line 683 of file WndBaseMatch.cpp.

References CMatchList::GetSelectedFile(), m_pMatches, CMatchList::m_pSection, and CRelatedSearch::RunSearchForSimilar().

void CBaseMatchWnd::OnSearchForThis  )  [protected]
 

Definition at line 668 of file WndBaseMatch.cpp.

References CMatchList::GetSelectedFile(), m_pMatches, CMatchList::m_pSection, and CRelatedSearch::RunSearchForThis().

void CBaseMatchWnd::OnSecurityBan  )  [protected]
 

Definition at line 543 of file WndBaseMatch.cpp.

References CSecurity::Ban(), banSession, CMatchList::GetSelectedHit(), m_pMatches, CNetwork::m_pSection, Network, and Security.

void CBaseMatchWnd::OnSize UINT  nType,
int  cx,
int  cy
[protected]
 

Reimplemented from CPanelWnd.

Reimplemented in CBrowseHostWnd, and CSearchWnd.

Definition at line 182 of file WndBaseMatch.cpp.

References m_wndList, m_wndToolBar, CPanelWnd::OnSize(), and CChildWnd::SizeListAndBar().

void CBaseMatchWnd::OnTimer UINT  nIDEvent  )  [protected]
 

Reimplemented in CSearchWnd.

Definition at line 873 of file WndBaseMatch.cpp.

References CMatchList::ClearNew(), m_bBMWActive, m_bUpdate, m_nCacheFiles, CMatchList::m_nFilteredFiles, m_pMatches, CMatchList::m_pSection, CMatchList::m_sFilter, m_wndFilter, m_wndList, NULL, CChildWnd::SetAlert(), CMatchCtrl::Update(), and UpdateMessages().

Referenced by CSearchWnd::OnTimer().

void CBaseMatchWnd::OnToolbarEscape  )  [protected]
 

Definition at line 819 of file WndBaseMatch.cpp.

References m_pMatches, CMatchList::m_sFilter, m_wndFilter, and m_wndList.

void CBaseMatchWnd::OnToolbarReturn  )  [protected]
 

Definition at line 814 of file WndBaseMatch.cpp.

References m_wndFilter, and OnKillFocusFilter().

void CBaseMatchWnd::OnUpdateBlocker CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 232 of file WndBaseMatch.cpp.

References m_pCoolMenu.

void CBaseMatchWnd::OnUpdateBrowseLaunch CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 553 of file WndBaseMatch.cpp.

References CMatchList::GetSelectedHit(), CQueryHit::m_bBrowseHost, m_pMatches, and NULL.

void CBaseMatchWnd::OnUpdateHitMonitorSearch CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 508 of file WndBaseMatch.cpp.

References CMatchList::GetSelectedCount(), CNetwork::IsWellConnected(), m_pMatches, and Network.

void CBaseMatchWnd::OnUpdateLibraryBitziWeb CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 570 of file WndBaseMatch.cpp.

References CSettings::sLibrary::BitziWebView, CMatchList::GetSelectedCount(), CMatchList::GetSelectedFile(), CMatchList::GetSelectedHit(), CSettings::Library, m_pMatches, and Settings.

void CBaseMatchWnd::OnUpdateSearchChat CCmdUI *  pCmdUI  )  [protected]
 

Reimplemented in CBrowseHostWnd.

Definition at line 491 of file WndBaseMatch.cpp.

References CSettings::sCommunity::ChatEnable, CSettings::Community, CMatchList::GetSelectedHit(), CQueryHit::m_bChat, m_pMatches, NULL, and Settings.

void CBaseMatchWnd::OnUpdateSearchCopy CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 448 of file WndBaseMatch.cpp.

References CMatchList::GetSelectedCount(), and m_pMatches.

void CBaseMatchWnd::OnUpdateSearchDownload CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 248 of file WndBaseMatch.cpp.

References CMatchList::GetSelectedCount(), and m_pMatches.

void CBaseMatchWnd::OnUpdateSearchDownloadNow CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 333 of file WndBaseMatch.cpp.

References CMatchList::GetSelectedCount(), and m_pMatches.

void CBaseMatchWnd::OnUpdateSearchFilter CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 736 of file WndBaseMatch.cpp.

References m_pMatches, and CMatchList::m_sFilter.

void CBaseMatchWnd::OnUpdateSearchFilterRemove CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 783 of file WndBaseMatch.cpp.

References m_pMatches, and CMatchList::m_sFilter.

void CBaseMatchWnd::OnUpdateSearchForAlbum CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 706 of file WndBaseMatch.cpp.

References CRelatedSearch::CanSearchForAlbum(), CMatchList::GetSelectedFile(), m_pMatches, and CMatchList::m_pSection.

void CBaseMatchWnd::OnUpdateSearchForArtist CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 691 of file WndBaseMatch.cpp.

References CRelatedSearch::CanSearchForArtist(), CMatchList::GetSelectedFile(), m_pMatches, and CMatchList::m_pSection.

void CBaseMatchWnd::OnUpdateSearchForSeries CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 721 of file WndBaseMatch.cpp.

References CRelatedSearch::CanSearchForSeries(), CMatchList::GetSelectedFile(), m_pMatches, and CMatchList::m_pSection.

void CBaseMatchWnd::OnUpdateSearchForSimilar CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 676 of file WndBaseMatch.cpp.

References CRelatedSearch::CanSearchForSimilar(), CMatchList::GetSelectedFile(), m_pMatches, and CMatchList::m_pSection.

void CBaseMatchWnd::OnUpdateSearchForThis CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 661 of file WndBaseMatch.cpp.

References CRelatedSearch::CanSearchForThis(), CMatchList::GetSelectedFile(), m_pMatches, and CMatchList::m_pSection.

void CBaseMatchWnd::OnUpdateSecurityBan CCmdUI *  pCmdUI  )  [protected]
 

Definition at line 537 of file WndBaseMatch.cpp.

References CMatchList::GetSelectedHit(), m_pMatches, and NULL.

void CBaseMatchWnd::UpdateMessages BOOL  bActive = TRUE  )  [virtual]
 

Reimplemented in CBrowseHostWnd, and CSearchWnd.

Definition at line 941 of file WndBaseMatch.cpp.

Referenced by OnTimer().


Member Data Documentation

BOOL CBaseMatchWnd::m_bBMWActive [protected]
 

Definition at line 55 of file WndBaseMatch.h.

Referenced by OnMDIActivate(), and OnTimer().

BOOL CBaseMatchWnd::m_bContextMenu [protected]
 

Definition at line 51 of file WndBaseMatch.h.

Referenced by CSearchWnd::OnContextMenu(), CHitMonitorWnd::OnContextMenu(), CBrowseHostWnd::OnContextMenu(), OnContextMenu(), OnSearchDownload(), and OnSearchDownloadNow().

BOOL CBaseMatchWnd::m_bPaused [protected]
 

Definition at line 53 of file WndBaseMatch.h.

Referenced by CSearchWnd::DoSizeDetails(), CSearchWnd::ExecuteSearch(), CBrowseHostWnd::OnBrowseHits(), CSearchWnd::OnCreate(), OnDestroy(), CBrowseHostWnd::OnHeadPacket(), CHitMonitorWnd::OnHitMonitorPause(), CSearchWnd::OnPaint(), CBrowseHostWnd::OnPhysicalTree(), CBrowseHostWnd::OnProfileReceived(), CSearchWnd::OnQueryHits(), CHitMonitorWnd::OnQueryHits(), CSearchWnd::OnSearchSearch(), CSearchWnd::OnSearchStop(), CSearchWnd::OnSize(), CSearchWnd::OnTimer(), CHitMonitorWnd::OnUpdateHitMonitorPause(), CSearchWnd::OnUpdateSearchSearch(), CSearchWnd::OnUpdateSearchStop(), CBrowseHostWnd::OnVirtualTree(), CRemote::PageSearch(), CSearchWnd::Serialize(), and CSearchWnd::UpdateMessages().

BOOL CBaseMatchWnd::m_bUpdate [protected]
 

Definition at line 54 of file WndBaseMatch.h.

Referenced by CBrowseHostWnd::OnBrowseHits(), CBrowseHostWnd::OnBrowseHostRefresh(), OnDestroy(), CHitMonitorWnd::OnHitMonitorClear(), OnKillFocusFilter(), CBrowseHostWnd::OnProfileReceived(), CSearchWnd::OnQueryHits(), CHitMonitorWnd::OnQueryHits(), CSearchWnd::OnSearchClear(), OnSearchFilter(), OnSearchFilterRemove(), CSearchWnd::OnSearchSearch(), CSearchWnd::OnSearchStop(), CSearchWnd::OnTimer(), OnTimer(), and CSearchWnd::Serialize().

DWORD CBaseMatchWnd::m_nCacheFiles [protected]
 

Definition at line 56 of file WndBaseMatch.h.

Referenced by OnTimer().

CCoolMenu* CBaseMatchWnd::m_pCoolMenu [protected]
 

Definition at line 50 of file WndBaseMatch.h.

Referenced by OnContextMenu(), OnDrawItem(), OnMeasureItem(), OnUpdateBlocker(), and ~CBaseMatchWnd().

CMatchList* CBaseMatchWnd::m_pMatches [protected]
 

Definition at line 49 of file WndBaseMatch.h.

Referenced by CSearchWnd::ExecuteSearch(), GetGenericView(), CSearchWnd::GetLastManager(), CBrowseHostWnd::OnBrowseHits(), CBrowseHostWnd::OnBrowseHostRefresh(), OnBrowseLaunch(), CHitMonitorWnd::OnCreate(), OnCreate(), CHitMonitorWnd::OnDestroy(), OnDestroy(), CHitMonitorWnd::OnHitMonitorClear(), OnHitMonitorSearch(), OnKillFocusFilter(), OnLibraryBitziWeb(), CSearchWnd::OnMDIActivate(), OnMDIActivate(), CSearchWnd::OnQueryHits(), CHitMonitorWnd::OnQueryHits(), OnSearchChat(), CSearchWnd::OnSearchClear(), OnSearchCopy(), OnSearchDownload(), OnSearchDownloadNow(), OnSearchFilter(), OnSearchFilterRemove(), OnSearchForAlbum(), OnSearchForArtist(), OnSearchForSeries(), OnSearchForSimilar(), OnSearchForThis(), CSearchWnd::OnSearchSearch(), CSearchWnd::OnSearchStop(), OnSecurityBan(), CSearchWnd::OnSelChangeMatches(), CSearchWnd::OnTimer(), OnTimer(), OnToolbarEscape(), OnUpdateBrowseLaunch(), OnUpdateHitMonitorSearch(), OnUpdateLibraryBitziWeb(), OnUpdateSearchChat(), CSearchWnd::OnUpdateSearchClear(), OnUpdateSearchCopy(), OnUpdateSearchDownload(), OnUpdateSearchDownloadNow(), OnUpdateSearchFilter(), OnUpdateSearchFilterRemove(), OnUpdateSearchForAlbum(), OnUpdateSearchForArtist(), OnUpdateSearchForSeries(), OnUpdateSearchForSimilar(), OnUpdateSearchForThis(), OnUpdateSecurityBan(), CRemote::PageSearch(), CSearchWnd::Serialize(), CSearchWnd::UpdateMessages(), CBrowseHostWnd::UpdateMessages(), ~CBaseMatchWnd(), and CSearchWnd::~CSearchWnd().

DWORD CBaseMatchWnd::m_tContextMenu [protected]
 

Definition at line 52 of file WndBaseMatch.h.

Referenced by OnContextMenu(), OnSearchDownload(), and OnSearchDownloadNow().

CEdit CBaseMatchWnd::m_wndFilter
 

Definition at line 47 of file WndBaseMatch.h.

Referenced by OnCreate(), OnKillFocusFilter(), OnTimer(), OnToolbarEscape(), and OnToolbarReturn().

CMatchCtrl CBaseMatchWnd::m_wndList
 

Definition at line 45 of file WndBaseMatch.h.

Referenced by CBrowseHostWnd::OnBrowseHostRefresh(), OnContextMenu(), CSearchWnd::OnCreate(), CHitMonitorWnd::OnCreate(), CBrowseHostWnd::OnCreate(), OnCreate(), CSearchWnd::OnDestroy(), CHitMonitorWnd::OnDestroy(), CBrowseHostWnd::OnDestroy(), CHitMonitorWnd::OnHitMonitorClear(), CSearchWnd::OnMDIActivate(), OnMDIActivate(), OnMouseWheel(), CSearchWnd::OnSearchClear(), OnSearchColumns(), OnSearchDownload(), OnSearchDownloadNow(), CSearchWnd::OnSearchSearch(), CSearchWnd::OnSize(), OnSize(), CSearchWnd::OnSkinChange(), CHitMonitorWnd::OnSkinChange(), CSearchWnd::OnTimer(), OnTimer(), OnToolbarEscape(), CBrowseHostWnd::OnUpdateBrowseFiles(), CSearchWnd::Serialize(), CSearchWnd::UpdateMessages(), and CBrowseHostWnd::UpdateMessages().

CCoolBarCtrl CBaseMatchWnd::m_wndToolBar
 

Definition at line 46 of file WndBaseMatch.h.

Referenced by OnCmdMsg(), OnCreate(), CSearchWnd::OnSize(), CBrowseHostWnd::OnSize(), OnSize(), CSearchWnd::OnSkinChange(), CHitMonitorWnd::OnSkinChange(), CBrowseHostWnd::OnSkinChange(), and CSearchWnd::OnUpdateSearchPanel().


The documentation for this class was generated from the following files:
Generated on Thu Dec 15 10:40:04 2005 for Shareaza 2.2.1.0 by  doxygen 1.4.2