#include <CtrlHomeSearch.h>
Public Member Functions | |
CHomeSearchCtrl () | |
virtual | ~CHomeSearchCtrl () |
void | Setup (COLORREF crWindow) |
void | FillHistory () |
virtual BOOL | Create (CWnd *pParentWnd, UINT nID) |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
Public Attributes | |
CComboBox | m_wndText |
CSchemaCombo | m_wndSchema |
CIconButtonCtrl | m_wndSearch |
CIconButtonCtrl | m_wndAdvanced |
COLORREF | m_crWindow |
Protected Member Functions | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnPaint () |
afx_msg void | OnCloseUpText () |
afx_msg void | OnSearchCreate () |
afx_msg void | OnSearchAdvanced () |
afx_msg void | OnSetFocus (CWnd *pOldWnd) |
Private Attributes | |
CWnd * | m_pTextInput |
|
Definition at line 57 of file CtrlHomeSearch.cpp. References NULL. |
|
Definition at line 62 of file CtrlHomeSearch.cpp. |
|
Definition at line 95 of file CtrlHomeSearch.cpp. References NULL. Referenced by CHomeViewCtrl::OnCreate(). |
|
Definition at line 150 of file CtrlHomeSearch.cpp. References CSchemaCache::Get(), IDS_SEARCH_PAD_CLEAR_HISTORY, LoadString(), m_wndText, SchemaCache, and theApp. Referenced by OnCloseUpText(), and Setup(). |
|
Definition at line 234 of file CtrlHomeSearch.cpp. References FillHistory(), m_wndSchema, m_wndText, CSchemaCombo::Select(), and theApp. |
|
|
Definition at line 197 of file CtrlHomeSearch.cpp. References CoolInterface, IDS_SEARCH_PAD_TYPE, IDS_SEARCH_PAD_WORDS, LoadString(), m_crWindow, CCoolInterface::m_fntBold, and NULL. |
|
Definition at line 312 of file CtrlHomeSearch.cpp. References ID_TAB_SEARCH. |
|
|
Definition at line 328 of file CtrlHomeSearch.cpp. |
|
Definition at line 171 of file CtrlHomeSearch.cpp. References m_wndAdvanced, m_wndSchema, m_wndSearch, and m_wndText. |
|
Definition at line 69 of file CtrlHomeSearch.cpp. References IDC_SEARCH_CREATE, m_pTextInput, m_wndSchema, m_wndSearch, and m_wndText. |
|
Definition at line 129 of file CtrlHomeSearch.cpp. References CoolInterface, CreateMirroredIcon(), CCoolInterface::ExtractIcon(), FillHistory(), ID_SEARCH_DETAILS, ID_SEARCH_SEARCH, IDS_SEARCH_PANEL_ADVANCED, IDS_SEARCH_PANEL_AFT, IDS_SEARCH_PANEL_START, LoadString(), CShareazaApp::m_bRTL, m_crWindow, CSchemaCombo::m_sNoSchemaText, m_wndAdvanced, m_wndSchema, m_wndSearch, CIconButtonCtrl::SetIcon(), and theApp. Referenced by OnCreate(), and CHomeViewCtrl::Setup(). |
|
Definition at line 44 of file CtrlHomeSearch.h. |
|
Definition at line 46 of file CtrlHomeSearch.h. Referenced by PreTranslateMessage(). |
|
Definition at line 43 of file CtrlHomeSearch.h. Referenced by OnCreate(), OnSize(), and Setup(). |
|
Definition at line 41 of file CtrlHomeSearch.h. Referenced by OnCloseUpText(), OnCreate(), OnSearchCreate(), OnSize(), PreTranslateMessage(), and Setup(). |
|
Definition at line 42 of file CtrlHomeSearch.h. Referenced by OnCreate(), OnSize(), PreTranslateMessage(), and Setup(). |
|
Definition at line 40 of file CtrlHomeSearch.h. Referenced by FillHistory(), OnCloseUpText(), OnCreate(), OnSearchCreate(), OnSize(), and PreTranslateMessage(). |