#include <WndNeighbours.h>
Inheritance diagram for CNeighboursWnd:
Public Member Functions | |
CNeighboursWnd () | |
virtual | ~CNeighboursWnd () |
void | Update () |
CNeighbour * | GetItem (int nItem) |
void | OpenPacketWnd (BOOL bIncoming, BOOL bOutgoing) |
void | DrawEmptyMessage (CDC *pDC) |
virtual void | OnSkinChange () |
virtual BOOL | OnCmdMsg (UINT nID, int nCode, void *pExtra, AFX_CMDHANDLERINFO *pHandlerInfo) |
Protected Member Functions | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnTimer (UINT nIDEvent) |
afx_msg void | OnSortList (NMHDR *pNotifyStruct, LRESULT *pResult) |
afx_msg void | OnCustomDrawList (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
afx_msg void | OnUpdateNeighboursDisconnect (CCmdUI *pCmdUI) |
afx_msg void | OnNeighboursDisconnect () |
afx_msg void | OnUpdateNeighboursViewAll (CCmdUI *pCmdUI) |
afx_msg void | OnNeighboursViewAll () |
afx_msg void | OnUpdateNeighboursViewIncoming (CCmdUI *pCmdUI) |
afx_msg void | OnNeighboursViewIncoming () |
afx_msg void | OnUpdateNeighboursViewOutgoing (CCmdUI *pCmdUI) |
afx_msg void | OnNeighboursViewOutgoing () |
afx_msg void | OnDestroy () |
afx_msg void | OnUpdateNeighboursChat (CCmdUI *pCmdUI) |
afx_msg void | OnNeighboursChat () |
afx_msg void | OnUpdateSecurityBan (CCmdUI *pCmdUI) |
afx_msg void | OnSecurityBan () |
afx_msg void | OnUpdateBrowseLaunch (CCmdUI *pCmdUI) |
afx_msg void | OnBrowseLaunch () |
afx_msg void | OnUpdateNeighboursCopy (CCmdUI *pCmdUI) |
afx_msg void | OnNeighboursCopy () |
afx_msg void | OnNeighboursSettings () |
afx_msg void | OnActivate (UINT nState, CWnd *pWndOther, BOOL bMinimized) |
Protected Attributes | |
CCoolBarCtrl | m_wndToolBar |
CTipListCtrl | m_wndList |
CNeighbourTipCtrl | m_wndTip |
CImageList | m_gdiImageList |
CLiveListSizer | m_pSizer |
DWORD | m_tLastUpdate |
|
Definition at line 88 of file WndNeighbours.cpp. References IDR_NEIGHBOURSFRAME. |
|
Definition at line 93 of file WndNeighbours.cpp. |
|
Definition at line 639 of file WndNeighbours.cpp. References IDS_NEIGHBOURS_CONNECT, IDS_NEIGHBOURS_NOT_CONNECTED, LoadString(), CShareazaApp::m_gdiFont, m_wndList, and theApp. Referenced by OnCustomDrawList(). |
|
Definition at line 333 of file WndNeighbours.cpp. References CNeighboursBase::Get(), m_wndList, Neighbours, and NULL. Referenced by OnBrowseLaunch(), OnNeighboursChat(), OnNeighboursCopy(), OnNeighboursDisconnect(), OnSecurityBan(), OnUpdateBrowseLaunch(), OnUpdateNeighboursChat(), and OpenPacketWnd(). |
|
Definition at line 668 of file WndNeighbours.cpp. References Update(). |
|
Definition at line 520 of file WndNeighbours.cpp. References GetItem(), CNetwork::m_pSection, m_wndList, Network, NULL, and PROTOCOL_ED2K. |
|
Reimplemented from CChildWnd. Definition at line 353 of file WndNeighbours.cpp. References m_wndToolBar, and CChildWnd::OnCmdMsg(). |
|
Definition at line 390 of file WndNeighbours.cpp. References CChildWnd::TrackPopupMenu(). |
|
Reimplemented from CPanelWnd. Definition at line 100 of file WndNeighbours.cpp. References CLiveListSizer::Attach(), CCoolTipCtrl::Create(), CCoolBarCtrl::Create(), CreateMirroredBitmap(), IDB_PROTOCOLS, IDC_NEIGHBOURS, CSettings::Interface, CChildWnd::LoadState(), LVS_EX_LABELTIP, CShareazaApp::m_bRTL, CShareazaApp::m_gdiFont, m_gdiImageList, m_pSizer, m_tLastUpdate, m_wndList, m_wndTip, m_wndToolBar, CPanelWnd::OnCreate(), Settings, theApp, and CSettings::sInterface::TipNeighbours. |
|
Definition at line 601 of file WndNeighbours.cpp. References DrawEmptyMessage(), CNetwork::IsConnected(), m_wndList, Network, PROTOCOL_ED2K, PROTOCOL_G1, PROTOCOL_G2, and PROTOCOL_NULL. |
|
Reimplemented from CChildWnd. Definition at line 149 of file WndNeighbours.cpp. References m_wndList, CChildWnd::OnDestroy(), CSettings::SaveList(), CChildWnd::SaveState(), and Settings. |
|
Definition at line 463 of file WndNeighbours.cpp. References ChatWindows, GetItem(), CNetwork::m_pSection, m_wndList, Network, NULL, CChatWindows::OpenPrivate(), and PROTOCOL_ED2K. |
|
Definition at line 422 of file WndNeighbours.cpp. References GetItem(), CNeighbour::m_nProtocol, CConnection::m_pHost, CNetwork::m_pSection, CConnection::m_sAddress, m_wndList, Network, PROTOCOL_ED2K, PROTOCOL_G1, PROTOCOL_G2, and CURLCopyDlg::SetClipboardText(). |
|
Definition at line 400 of file WndNeighbours.cpp. References GetItem(), HostCache, CNetwork::m_pSection, m_wndList, Network, and CHostCache::OnFailure(). |
|
Definition at line 569 of file WndNeighbours.cpp. References CSettingsManagerDlg::Run(). |
|
Definition at line 544 of file WndNeighbours.cpp. References OpenPacketWnd(). |
|
Definition at line 554 of file WndNeighbours.cpp. References OpenPacketWnd(). |
|
Definition at line 564 of file WndNeighbours.cpp. References OpenPacketWnd(). |
|
Definition at line 485 of file WndNeighbours.cpp. References CSecurity::Ban(), banSession, GetItem(), CNetwork::m_pSection, m_wndList, Network, and Security. |
|
Reimplemented from CPanelWnd. Definition at line 363 of file WndNeighbours.cpp. References m_pSizer, m_wndList, m_wndToolBar, CPanelWnd::OnSize(), CLiveListSizer::Resize(), and CChildWnd::SizeListAndBar(). |
|
Reimplemented from CChildWnd. Definition at line 343 of file WndNeighbours.cpp. References CSkin::CreateToolBar(), CSettings::LoadList(), m_wndList, m_wndToolBar, CChildWnd::OnSkinChange(), Settings, and Skin. |
|
Definition at line 383 of file WndNeighbours.cpp. References m_wndList, and CLiveList::Sort(). |
|
Definition at line 374 of file WndNeighbours.cpp. References CChildWnd::IsPartiallyVisible(), m_tLastUpdate, and Update(). |
|
Definition at line 502 of file WndNeighbours.cpp. References GetItem(), CNeighbour::m_nProtocol, CNetwork::m_pSection, m_wndList, Network, and PROTOCOL_ED2K. |
|
Definition at line 445 of file WndNeighbours.cpp. References CSettings::sCommunity::ChatEnable, CSettings::Community, GetItem(), CNeighbour::m_nProtocol, CNetwork::m_pSection, m_wndList, Network, PROTOCOL_ED2K, and Settings. |
|
Definition at line 416 of file WndNeighbours.cpp. References m_wndList. |
|
Definition at line 395 of file WndNeighbours.cpp. References m_wndList. |
|
Definition at line 539 of file WndNeighbours.cpp. References m_wndList. |
|
Definition at line 549 of file WndNeighbours.cpp. References m_wndList. |
|
Definition at line 559 of file WndNeighbours.cpp. References m_wndList. |
|
Definition at line 480 of file WndNeighbours.cpp. References m_wndList. |
|
Definition at line 574 of file WndNeighbours.cpp. References CWindowManager::Find(), GetItem(), CChildWnd::GetManager(), CPacketWnd::m_bPaused, CPacketWnd::m_nInputFilter, CPacketWnd::m_nOutputFilter, CPacketWnd::m_pOwner, CNetwork::m_pSection, m_wndList, Network, and NULL. Referenced by OnNeighboursViewAll(), OnNeighboursViewIncoming(), and OnNeighboursViewOutgoing(). |
|
|
Definition at line 48 of file WndNeighbours.h. Referenced by OnCreate(), and Update(). |
|
Definition at line 49 of file WndNeighbours.h. Referenced by OnCreate(), and OnSize(). |
|
Definition at line 50 of file WndNeighbours.h. Referenced by OnCreate(), OnTimer(), and Update(). |
|
|
Definition at line 47 of file WndNeighbours.h. Referenced by OnCreate(). |
|
Definition at line 45 of file WndNeighbours.h. Referenced by OnCmdMsg(), OnCreate(), OnSize(), and OnSkinChange(). |