#include <WndSearchMonitor.h>
Inheritance diagram for CSearchMonitorWnd:
Public Member Functions | |
CSearchMonitorWnd () | |
virtual | ~CSearchMonitorWnd () |
virtual void | OnQuerySearch (CQuerySearch *pSearch) |
virtual void | OnSkinChange () |
Protected Member Functions | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnDestroy () |
afx_msg void | OnContextMenu (CWnd *pWnd, CPoint point) |
afx_msg void | OnUpdateSearchMonitorPause (CCmdUI *pCmdUI) |
afx_msg void | OnSearchMonitorPause () |
afx_msg void | OnSearchMonitorClear () |
afx_msg void | OnUpdateSearchMonitorSearch (CCmdUI *pCmdUI) |
afx_msg void | OnSearchMonitorSearch () |
afx_msg void | OnDblClkList (NMHDR *pNotifyStruct, LRESULT *pResult) |
afx_msg void | OnTimer (UINT nIDEvent) |
Protected Attributes | |
CListCtrl | m_wndList |
CImageList | m_gdiImageList |
CLiveListSizer | m_pSizer |
BOOL | m_bPaused |
CPtrList | m_pQueue |
CCriticalSection | m_pSection |
|
Definition at line 62 of file WndSearchMonitor.cpp. References IDR_SEARCHMONITORFRAME. |
|
Definition at line 67 of file WndSearchMonitor.cpp. |
|
Definition at line 140 of file WndSearchMonitor.cpp. References ID_HITMONITOR_SEARCH, and CChildWnd::TrackPopupMenu(). |
|
Reimplemented from CPanelWnd. Definition at line 74 of file WndSearchMonitor.cpp. References CLiveListSizer::Attach(), CreateMirroredIcon(), IDC_SEARCHES, IDR_SEARCHMONITORFRAME, CChildWnd::LoadState(), LVS_EX_LABELTIP, m_bPaused, CShareazaApp::m_bRTL, CShareazaApp::m_gdiFont, m_gdiImageList, m_pSizer, m_wndList, NULL, CPanelWnd::OnCreate(), and theApp. |
|
Definition at line 177 of file WndSearchMonitor.cpp. References OnSearchMonitorSearch(). |
|
Reimplemented from CChildWnd. Definition at line 106 of file WndSearchMonitor.cpp. References m_bPaused, m_pQueue, m_pSection, m_wndList, CChildWnd::OnDestroy(), CSettings::SaveList(), CChildWnd::SaveState(), and Settings. |
|
|
Definition at line 172 of file WndSearchMonitor.cpp. References m_wndList. |
|
Definition at line 167 of file WndSearchMonitor.cpp. References m_bPaused. |
|
Definition at line 150 of file WndSearchMonitor.cpp. References CQuerySearch::m_sSearch, m_wndList, NULL, and CQuerySearch::OpenWindow(). Referenced by OnDblClkList(). |
|
Reimplemented from CPanelWnd. Definition at line 133 of file WndSearchMonitor.cpp. References m_pSizer, m_wndList, NULL, CPanelWnd::OnSize(), and CLiveListSizer::Resize(). |
|
Reimplemented from CChildWnd. Definition at line 127 of file WndSearchMonitor.cpp. References CSettings::LoadList(), m_wndList, CChildWnd::OnSkinChange(), and Settings. |
|
Definition at line 242 of file WndSearchMonitor.cpp. References CLiveItem::Add(), m_pQueue, m_pSection, m_wndList, CSettings::sSearch::MonitorQueue, CSettings::Search, and Settings. |
|
Definition at line 162 of file WndSearchMonitor.cpp. References m_bPaused. |
|
Definition at line 145 of file WndSearchMonitor.cpp. References m_wndList. |
|
Definition at line 44 of file WndSearchMonitor.h. Referenced by OnCreate(), OnDestroy(), OnQuerySearch(), OnSearchMonitorPause(), and OnUpdateSearchMonitorPause(). |
|
Definition at line 42 of file WndSearchMonitor.h. Referenced by OnCreate(). |
|
Definition at line 46 of file WndSearchMonitor.h. Referenced by OnDestroy(), OnQuerySearch(), and OnTimer(). |
|
Definition at line 47 of file WndSearchMonitor.h. Referenced by OnDestroy(), OnQuerySearch(), and OnTimer(). |
|
Definition at line 43 of file WndSearchMonitor.h. Referenced by OnCreate(), and OnSize(). |
|
Definition at line 41 of file WndSearchMonitor.h. Referenced by OnCreate(), OnDestroy(), OnSearchMonitorClear(), OnSearchMonitorSearch(), OnSize(), OnSkinChange(), OnTimer(), and OnUpdateSearchMonitorSearch(). |