#include <DlgNewSearch.h>
Inheritance diagram for CNewSearchDlg:
Public Types | |
enum | { IDD = IDD_NEW_SEARCH } |
Public Member Functions | |
CNewSearchDlg (CWnd *pParent=NULL, CQuerySearch *pSearch=NULL, BOOL bLocal=FALSE, BOOL bAgain=FALSE) | |
virtual | ~CNewSearchDlg () |
CQuerySearch * | GetSearch () |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
Public Attributes | |
CButton | m_wndCancel |
CButton | m_wndOK |
CSchemaCombo | m_wndSchemas |
CComboBox | m_wndSearch |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnGetMinMaxInfo (MINMAXINFO FAR *lpMMI) |
virtual void | OnOK () |
afx_msg void | OnSelChangeSchemas () |
afx_msg void | OnCloseUpSchemas () |
afx_msg void | OnChangeSearch () |
Protected Attributes | |
CSchemaCtrl | m_wndSchema |
BOOL | m_bLocal |
BOOL | m_bAgain |
CQuerySearch * | m_pSearch |
|
Definition at line 44 of file DlgNewSearch.h. |
|
Definition at line 55 of file DlgNewSearch.cpp. |
|
Definition at line 64 of file DlgNewSearch.cpp. References m_pSearch. |
|
Reimplemented from CSkinDialog. Definition at line 69 of file DlgNewSearch.cpp. References CSkinDialog::DoDataExchange(), IDC_SCHEMAS, IDC_SEARCH, m_wndCancel, m_wndOK, m_wndSchemas, and m_wndSearch. |
|
Definition at line 266 of file DlgNewSearch.cpp. References m_pSearch, and NULL. Referenced by CBaseMatchWnd::OnHitMonitorSearch(), CLibraryFrame::OnLibrarySearch(), CMainWnd::OnNetworkSearch(), and CSearchWnd::OnSearchSearch(). |
|
Definition at line 199 of file DlgNewSearch.cpp. References CED2K::HashFromURN(), CTigerNode::HashFromURN(), CSHA::HashFromURN(), m_wndSchema, m_wndSearch, and pTiger. |
|
Definition at line 178 of file DlgNewSearch.cpp. References CSchemaCombo::GetSelected(), m_wndSchemas, m_wndSearch, and NULL. Referenced by OnInitDialog(). |
|
Definition at line 134 of file DlgNewSearch.cpp. |
|
|
|
Definition at line 172 of file DlgNewSearch.cpp. References CSchemaCombo::GetSelected(), m_wndSchema, m_wndSchemas, and CSchemaCtrl::SetSchema(). Referenced by OnInitDialog(). |
|
Reimplemented from CSkinDialog. Definition at line 141 of file DlgNewSearch.cpp. References m_wndCancel, m_wndOK, m_wndSchema, m_wndSchemas, m_wndSearch, NULL, and CSkinDialog::OnSize(). |
|
Definition at line 219 of file DlgNewSearch.cpp. References m_wndSchema, and CSchemaCtrl::OnTab(). |
|
Definition at line 55 of file DlgNewSearch.h. Referenced by OnInitDialog(). |
|
Definition at line 54 of file DlgNewSearch.h. Referenced by OnInitDialog(). |
|
Definition at line 56 of file DlgNewSearch.h. Referenced by GetSearch(), OnInitDialog(), OnOK(), and ~CNewSearchDlg(). |
|
Definition at line 45 of file DlgNewSearch.h. Referenced by DoDataExchange(), and OnSize(). |
|
Definition at line 46 of file DlgNewSearch.h. Referenced by DoDataExchange(), and OnSize(). |
|
Definition at line 53 of file DlgNewSearch.h. Referenced by OnChangeSearch(), OnInitDialog(), OnOK(), OnSelChangeSchemas(), OnSize(), and PreTranslateMessage(). |
|
Definition at line 47 of file DlgNewSearch.h. Referenced by DoDataExchange(), OnCloseUpSchemas(), OnInitDialog(), OnOK(), OnSelChangeSchemas(), and OnSize(). |
|
Definition at line 48 of file DlgNewSearch.h. Referenced by DoDataExchange(), OnChangeSearch(), OnCloseUpSchemas(), OnInitDialog(), OnOK(), and OnSize(). |