#include <CtrlSearchPanel.h>
Inheritance diagram for CSearchResultsBox:

Public Member Functions | |
| CSearchResultsBox () | |
| virtual | ~CSearchResultsBox () |
| void | Update (BOOL bSearching, DWORD nFiles, DWORD nHits, DWORD nHubs, DWORD nLeaves) |
Public Attributes | |
| BOOL | m_bActive |
| DWORD | m_nFiles |
| DWORD | m_nHits |
| DWORD | m_nHubs |
| DWORD | m_nLeaves |
Protected Member Functions | |
| virtual void | OnExpanded (BOOL bOpen) |
| afx_msg void | OnPaint () |
Static Protected Member Functions | |
| static void | DrawText (CDC *pDC, int nX, int nY, UINT nFlags, LPCTSTR pszText) |
|
|
Definition at line 784 of file CtrlSearchPanel.cpp. References CTaskBox::Expand(), m_bActive, m_nFiles, m_nHits, m_nHubs, m_nLeaves, and theApp. |
|
|
Definition at line 795 of file CtrlSearchPanel.cpp. |
|
||||||||||||||||||||||||
|
Definition at line 903 of file CtrlSearchPanel.cpp. References NULL. Referenced by OnPaint(). |
|
|
Reimplemented from CTaskBox. Definition at line 912 of file CtrlSearchPanel.cpp. References theApp. |
|
|
||||||||||||||||||||||||
|
Definition at line 802 of file CtrlSearchPanel.cpp. References m_bActive, m_nFiles, m_nHits, m_nHubs, and m_nLeaves. Referenced by CSearchPanel::ShowStatus(). |
|
|
Definition at line 151 of file CtrlSearchPanel.h. Referenced by CSearchResultsBox(), OnPaint(), and Update(). |
|
|
Definition at line 152 of file CtrlSearchPanel.h. Referenced by CSearchResultsBox(), OnPaint(), and Update(). |
|
|
Definition at line 153 of file CtrlSearchPanel.h. Referenced by CSearchResultsBox(), OnPaint(), and Update(). |
|
|
Definition at line 154 of file CtrlSearchPanel.h. Referenced by CSearchResultsBox(), OnPaint(), and Update(). |
|
|
Definition at line 155 of file CtrlSearchPanel.h. Referenced by CSearchResultsBox(), OnPaint(), and Update(). |
1.4.2