#include <CtrlSearchPanel.h>
Inheritance diagram for CSearchPanel:
Public Member Functions | |
CSearchPanel () | |
virtual | ~CSearchPanel () |
void | SetSearchFocus () |
void | ShowSearch (CManagedSearch *pSearch) |
void | ShowStatus (BOOL bStarted, BOOL bSearching, DWORD nFiles, DWORD nHits, DWORD nHubs, DWORD nLeaves) |
void | OnSchemaChange () |
void | ExecuteSearch () |
CManagedSearch * | GetSearch () |
void | OnSkinChange () |
void | Disable () |
void | Enable () |
virtual BOOL | Create (CWnd *pParentWnd) |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
Public Attributes | |
BOOL | m_bSendSearch |
Protected Member Functions | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
Protected Attributes | |
CSearchInputBox | m_boxSearch |
CSearchAdvancedBox | m_boxAdvanced |
CSearchSchemaBox | m_boxSchema |
CSearchResultsBox | m_boxResults |
BOOL | m_bAdvanced |
|
Definition at line 91 of file CtrlSearchPanel.cpp. |
|
Definition at line 97 of file CtrlSearchPanel.cpp. |
|
Definition at line 104 of file CtrlSearchPanel.cpp. References CTaskPanel::Create(), and IDC_SEARCH_PANEL. Referenced by CSearchWnd::OnCreate(). |
|
Definition at line 421 of file CtrlSearchPanel.cpp. References CSchemaCtrl::Disable(), m_boxAdvanced, m_boxSchema, m_boxSearch, CSearchAdvancedBox::m_wndNetworks, CSearchSchemaBox::m_wndSchema, CSearchInputBox::m_wndSchemas, CSearchInputBox::m_wndSearch, CSearchAdvancedBox::m_wndSizeMax, and CSearchAdvancedBox::m_wndSizeMin. Referenced by CSearchWnd::ExecuteSearch(), and CSearchWnd::OnCreate(). |
|
Definition at line 409 of file CtrlSearchPanel.cpp. References CSchemaCtrl::Enable(), m_boxAdvanced, m_boxSchema, m_boxSearch, CSearchAdvancedBox::m_wndNetworks, CSearchSchemaBox::m_wndSchema, CSearchInputBox::m_wndSchemas, CSearchInputBox::m_wndSearch, CSearchAdvancedBox::m_wndSizeMax, and CSearchAdvancedBox::m_wndSizeMin. Referenced by CSearchWnd::OnSearchStop(). |
|
Definition at line 362 of file CtrlSearchPanel.cpp. References ID_SEARCH_SEARCH, and m_bSendSearch. Referenced by CSearchInputBox::OnSearchStart(), and PreTranslateMessage(). |
|
|
Reimplemented from CTaskPanel. Definition at line 110 of file CtrlSearchPanel.cpp. References CTaskPanel::AddBox(), CSettings::sSearch::AdvancedPanel, CTaskBox::Create(), CSettings::General, GUI_BASIC, CSettings::sGeneral::GUIMode, IDR_HOSTCACHEFRAME, IDR_SEARCHFRAME, m_bAdvanced, m_boxAdvanced, m_boxResults, m_boxSchema, m_boxSearch, CTaskPanel::OnCreate(), OnSkinChange(), CSettings::Search, CTaskPanel::SetStretchBox(), and Settings. |
|
Definition at line 259 of file CtrlSearchPanel.cpp. References CreateMirroredIcon(), CShellIcons::ExtractIcon(), CSchemaCombo::GetSelected(), m_boxSchema, m_boxSearch, CShareazaApp::m_bRTL, CSchema::m_nIcon16, CSchema::m_sTitle, CSearchSchemaBox::m_wndSchema, CSearchInputBox::m_wndSchemas, NULL, CTaskBox::SetCaption(), CTaskBox::SetIcon(), CSchemaCtrl::SetSchema(), CTaskBox::SetSize(), ShellIcons, and theApp. Referenced by CSearchInputBox::OnSelChangeSchemas(), and ShowSearch(). |
|
|
Definition at line 369 of file CtrlSearchPanel.cpp. References ExecuteSearch(), m_boxSchema, m_boxSearch, CSearchSchemaBox::m_wndSchema, CSearchInputBox::m_wndSchemas, and CSearchInputBox::m_wndSearch. |
|
Definition at line 177 of file CtrlSearchPanel.cpp. References m_boxSearch, and CSearchInputBox::m_wndSearch. Referenced by CSearchWnd::OnMDIActivate(), and CSearchWnd::OnTimer(). |
|
|
Definition at line 228 of file CtrlSearchPanel.cpp. References IDS_SEARCH_PANEL_CLEAR, IDS_SEARCH_PANEL_MORE, IDS_SEARCH_PANEL_SEARCHING, IDS_SEARCH_PANEL_START, IDS_SEARCH_PANEL_STOP, LoadString(), m_boxResults, m_boxSearch, CSearchInputBox::m_wndStart, CSearchInputBox::m_wndStop, CIconButtonCtrl::SetText(), and CSearchResultsBox::Update(). Referenced by CSearchWnd::UpdateMessages(). |
|
Definition at line 195 of file CtrlSearchPanel.h. Referenced by GetSearch(), OnCreate(), and ShowSearch(). |
|
Definition at line 192 of file CtrlSearchPanel.h. Referenced by Disable(), Enable(), GetSearch(), OnCreate(), OnSkinChange(), and ShowSearch(). |
|
Definition at line 194 of file CtrlSearchPanel.h. Referenced by OnCreate(), OnSkinChange(), and ShowStatus(). |
|
Definition at line 193 of file CtrlSearchPanel.h. Referenced by Disable(), Enable(), GetSearch(), OnCreate(), OnSchemaChange(), OnSkinChange(), PreTranslateMessage(), and ShowSearch(). |
|
Definition at line 191 of file CtrlSearchPanel.h. Referenced by Disable(), Enable(), GetSearch(), OnCreate(), OnSchemaChange(), OnSkinChange(), PreTranslateMessage(), SetSearchFocus(), ShowSearch(), and ShowStatus(). |
|
Definition at line 189 of file CtrlSearchPanel.h. Referenced by ExecuteSearch(), and CSearchWnd::OnSearchSearch(). |