#include <WndBrowseHost.h>
Inheritance diagram for CBrowseHostWnd:
Public Member Functions | |
CBrowseHostWnd (SOCKADDR_IN *pHost, GGUID *pClientID=NULL) | |
CBrowseHostWnd (IN_ADDR *pAddress=NULL, WORD nPort=0, BOOL bMustPush=FALSE, GGUID *pClientID=NULL) | |
virtual | ~CBrowseHostWnd () |
virtual void | OnSkinChange () |
virtual void | OnProfileReceived () |
virtual void | OnBrowseHits (CQueryHit *pHits) |
virtual void | OnHeadPacket (CG2Packet *pPacket) |
virtual void | OnPhysicalTree (CG2Packet *pPacket) |
virtual void | OnVirtualTree (CG2Packet *pPacket) |
virtual BOOL | OnPush (GGUID *pClientID, CConnection *pConnection) |
virtual void | UpdateMessages (BOOL bActive=TRUE) |
virtual BOOL | OnCmdMsg (UINT nID, int nCode, void *pExtra, AFX_CMDHANDLERINFO *pHandlerInfo) |
Protected Member Functions | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnDestroy () |
afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnUpdateBrowseHostStop (CCmdUI *pCmdUI) |
afx_msg void | OnBrowseHostStop () |
afx_msg void | OnBrowseHostRefresh () |
afx_msg void | OnUpdateBrowseProfile (CCmdUI *pCmdUI) |
afx_msg void | OnBrowseProfile () |
afx_msg void | OnUpdateBrowseFiles (CCmdUI *pCmdUI) |
afx_msg void | OnBrowseFiles () |
afx_msg void | OnUpdateSearchChat (CCmdUI *pCmdUI) |
afx_msg void | OnSearchChat () |
afx_msg void | OnSelChangeMatches () |
Protected Attributes | |
CHostBrowser * | m_pBrowser |
CBrowseHeaderCtrl | m_wndHeader |
CBrowseProfileCtrl | m_wndProfile |
CBrowseFrameCtrl | m_wndFrame |
BOOL | m_bOnFiles |
|
Definition at line 66 of file WndBrowseHost.cpp. References IDR_BROWSEHOSTFRAME. |
|
Definition at line 72 of file WndBrowseHost.cpp. References CChildWnd::Create(), IDR_BROWSEHOSTFRAME, and m_pBrowser. |
|
Definition at line 78 of file WndBrowseHost.cpp. References m_pBrowser. |
|
Definition at line 206 of file WndBrowseHost.cpp. References m_bOnFiles, m_wndFrame, and m_wndProfile. |
|
Definition at line 338 of file WndBrowseHost.cpp. References CMatchList::AddHits(), CBaseMatchWnd::m_bPaused, CBaseMatchWnd::m_bUpdate, CBaseMatchWnd::m_pMatches, CMatchList::m_pSection, and NULL. Referenced by CHostBrowser::OnPacket(), and CHostBrowser::StreamHTML(). |
|
Definition at line 223 of file WndBrowseHost.cpp. References CHostBrowser::Browse(), CMatchList::Clear(), CMatchCtrl::DestructiveUpdate(), CBaseMatchWnd::m_bUpdate, m_pBrowser, CBaseMatchWnd::m_pMatches, CBaseMatchWnd::m_wndList, and CHostBrowser::Stop(). |
|
Definition at line 218 of file WndBrowseHost.cpp. References m_pBrowser, and CHostBrowser::Stop(). |
|
Definition at line 194 of file WndBrowseHost.cpp. References m_pBrowser, m_wndFrame, m_wndProfile, and CBrowseProfileCtrl::Update(). |
|
Reimplemented from CBaseMatchWnd. Definition at line 141 of file WndBrowseHost.cpp. References m_wndFrame, m_wndHeader, m_wndProfile, NULL, and CBaseMatchWnd::OnCmdMsg(). |
|
Reimplemented from CBaseMatchWnd. Definition at line 177 of file WndBrowseHost.cpp. References ID_SEARCH_DOWNLOAD, CBaseMatchWnd::m_bContextMenu, CBaseMatchWnd::OnContextMenu(), and CChildWnd::TrackPopupMenu(). |
|
Reimplemented from CBaseMatchWnd. Definition at line 86 of file WndBrowseHost.cpp. References CSettings::sSearch::BlankSchemaURI, CHostBrowser::Browse(), CBrowseFrameCtrl::Create(), CBrowseProfileCtrl::Create(), CBrowseHeaderCtrl::Create(), CSchemaCache::Get(), CSchemaColumnsDlg::LoadColumns(), CChildWnd::LoadState(), m_bOnFiles, m_pBrowser, m_wndFrame, m_wndHeader, CBaseMatchWnd::m_wndList, m_wndProfile, CBaseMatchWnd::OnCreate(), OnSkinChange(), SchemaCache, CSettings::Search, CMatchCtrl::SelectSchema(), and Settings. |
|
Reimplemented from CBaseMatchWnd. Definition at line 112 of file WndBrowseHost.cpp. References CSettings::sSearch::BlankSchemaURI, m_pBrowser, CMatchCtrl::m_pSchema, CSchema::m_sURI, CBaseMatchWnd::m_wndList, NULL, CBaseMatchWnd::OnDestroy(), CChildWnd::SaveState(), CSettings::Search, Settings, and CHostBrowser::Stop(). |
|
Definition at line 351 of file WndBrowseHost.cpp. References CBaseMatchWnd::m_bPaused, m_wndProfile, NULL, and CBrowseProfileCtrl::OnHeadPacket(). Referenced by CHostBrowser::OnPacket(). |
|
Definition at line 358 of file WndBrowseHost.cpp. References CBaseMatchWnd::m_bPaused, m_wndFrame, NULL, and CBrowseFrameCtrl::OnPhysicalTree(). Referenced by CHostBrowser::OnPacket(). |
|
Definition at line 325 of file WndBrowseHost.cpp. References ID_BROWSE_PROFILE, m_bOnFiles, CBaseMatchWnd::m_bPaused, CBaseMatchWnd::m_bUpdate, m_wndProfile, and NULL. Referenced by CHostBrowser::OnPacket(), and CHostBrowser::ReadContent(). |
|
Reimplemented from CChildWnd. Definition at line 372 of file WndBrowseHost.cpp. References m_pBrowser, NULL, and CHostBrowser::OnPush(). |
|
Reimplemented from CBaseMatchWnd. Definition at line 240 of file WndBrowseHost.cpp. References ChatWindows, CHostBrowser::m_bMustPush, CHostBrowser::m_nPort, CHostBrowser::m_nProtocol, CHostBrowser::m_pAddress, m_pBrowser, CHostBrowser::m_pClientID, NULL, and CChatWindows::OpenPrivate(). |
|
Definition at line 249 of file WndBrowseHost.cpp. References m_wndFrame, and CBrowseFrameCtrl::OnSelChangeMatches(). |
|
Reimplemented from CBaseMatchWnd. Definition at line 161 of file WndBrowseHost.cpp. References m_wndFrame, m_wndHeader, m_wndProfile, CBaseMatchWnd::m_wndToolBar, NULL, and CPanelWnd::OnSize(). |
|
Reimplemented from CChildWnd. Definition at line 129 of file WndBrowseHost.cpp. References CSkin::CreateToolBar(), m_wndFrame, m_wndHeader, m_wndProfile, CBaseMatchWnd::m_wndToolBar, CBrowseProfileCtrl::OnSkinChange(), CBrowseHeaderCtrl::OnSkinChange(), CBrowseFrameCtrl::OnSkinChange(), CChildWnd::OnSkinChange(), Skin, and UpdateMessages(). Referenced by OnCreate(). |
|
Definition at line 201 of file WndBrowseHost.cpp. References CBaseMatchWnd::m_wndList. |
|
Definition at line 213 of file WndBrowseHost.cpp. References CHostBrowser::IsBrowsing(), and m_pBrowser. |
|
Definition at line 189 of file WndBrowseHost.cpp. References m_wndProfile. |
|
Reimplemented from CBaseMatchWnd. Definition at line 235 of file WndBrowseHost.cpp. References CHostBrowser::m_bCanChat, and m_pBrowser. |
|
Definition at line 365 of file WndBrowseHost.cpp. References CBaseMatchWnd::m_bPaused, m_wndFrame, NULL, and CBrowseFrameCtrl::OnVirtualTree(). Referenced by CHostBrowser::OnPacket(). |
|
|
Definition at line 49 of file WndBrowseHost.h. Referenced by OnBrowseFiles(), OnCreate(), and OnProfileReceived(). |
|
Definition at line 45 of file WndBrowseHost.h. Referenced by CBrowseHostWnd(), OnBrowseHostRefresh(), OnBrowseHostStop(), OnBrowseProfile(), OnCreate(), OnDestroy(), OnPush(), OnSearchChat(), OnUpdateBrowseHostStop(), OnUpdateSearchChat(), UpdateMessages(), and ~CBrowseHostWnd(). |
|
Definition at line 48 of file WndBrowseHost.h. Referenced by OnBrowseFiles(), OnBrowseProfile(), OnCmdMsg(), OnCreate(), OnPhysicalTree(), OnSelChangeMatches(), OnSize(), OnSkinChange(), and OnVirtualTree(). |
|
Definition at line 46 of file WndBrowseHost.h. Referenced by OnCmdMsg(), OnCreate(), OnSize(), OnSkinChange(), and UpdateMessages(). |
|
Definition at line 47 of file WndBrowseHost.h. Referenced by OnBrowseFiles(), OnBrowseProfile(), OnCmdMsg(), OnCreate(), OnHeadPacket(), OnProfileReceived(), OnSize(), OnSkinChange(), and OnUpdateBrowseProfile(). |