ReactOS 0.4.16-dev-88-ga65b6ae
|
Dialog to work with the complete list of start menu entries. More...
#include <searchprogram.h>
Public Types | |
typedef ResizeController< Dialog > | super |
Public Types inherited from ResizeController< Dialog > | |
typedef Dialog | super |
Public Types inherited from Dialog | |
typedef Window | super |
Public Types inherited from Window | |
typedef map< HWND, Window * > | WindowMap |
typedef Window *(* | CREATORFUNC) (HWND) |
typedef Window *(* | CREATORFUNC_INFO) (HWND, const void *) |
Public Member Functions | |
FindProgramDlg (HWND hwnd) | |
~FindProgramDlg () | |
Public Member Functions inherited from ResizeController< Dialog > | |
ResizeController (HWND hwnd) | |
LRESULT | WndProc (UINT nmsg, WPARAM wparam, LPARAM lparam) |
virtual void | GetClientSpace (PRECT prect) |
Public Member Functions inherited from Dialog | |
Dialog (HWND) | |
~Dialog () | |
Public Member Functions inherited from Window | |
Window (HWND hwnd) | |
virtual | ~Window () |
LRESULT | SendParent (UINT nmsg, WPARAM wparam=0, LPARAM lparam=0) |
LRESULT | PostParent (UINT nmsg, WPARAM wparam=0, LPARAM lparam=0) |
Window (INT cx, INT cy, BOOL fAutoHide=FALSE) | |
virtual | ~Window () |
virtual LRESULT CALLBACK | WindowProcDx (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
void | DoAction () |
Static Protected Member Functions | |
static void | collect_programs_callback (Entry *entry, void *param) |
static int CALLBACK | CompareFunc (LPARAM lparam1, LPARAM lparam2, LPARAM lparamSort) |
Static Protected Member Functions inherited from Window | |
static Window * | create_controller (HWND hwnd) |
create controller for a new window | |
static StaticWindowData & | GetStaticWindowData () |
static LRESULT CALLBACK | MDICBTHookProc (int code, WPARAM wparam, LPARAM lparam) |
static LRESULT CALLBACK | PropSheetCBTHookProc (int code, WPARAM wparam, LPARAM lparam) |
Protected Attributes | |
HWND | _list_ctrl |
HACCEL | _haccel |
String | _lwr_filter |
CollectProgramsThread | _thread |
FPDCache | _cache |
String | _common_programs |
String | _user_programs |
ListSort | _sort |
Protected Attributes inherited from ResizeController< Dialog > | |
ResizeManager | _resize_mgr |
Protected Attributes inherited from Window | |
HWND | m_hwnd |
BOOL | m_fAutoHide |
BOOL | m_fOnTop |
BOOL | m_fHiding |
UINT | m_uSide |
LONG | m_cxWidth |
LONG | m_cyHeight |
LONG | m_cxSave |
LONG | m_cySave |
BOOL | m_fAppBarRegd |
BOOL | m_fMoving |
BOOL | m_bDragged |
POINT | m_ptDragOn |
RECT | m_rcAppBar |
RECT | m_rcDrag |
Dialog to work with the complete list of start menu entries.
Definition at line 78 of file searchprogram.h.
typedef ResizeController<Dialog> FindProgramDlg::super |
Definition at line 80 of file searchprogram.h.
FindProgramDlg::FindProgramDlg | ( | HWND | hwnd | ) |
Definition at line 88 of file searchprogram.cpp.
FindProgramDlg::~FindProgramDlg | ( | ) |
Definition at line 141 of file searchprogram.cpp.
Definition at line 229 of file searchprogram.cpp.
Referenced by collect_programs_callback(), and Refresh().
|
protected |
Definition at line 418 of file searchprogram.cpp.
Referenced by Command().
Definition at line 173 of file searchprogram.cpp.
Reimplemented from Window.
Definition at line 284 of file searchprogram.cpp.
|
staticprotected |
Definition at line 393 of file searchprogram.cpp.
|
protected |
Definition at line 319 of file searchprogram.cpp.
Reimplemented from Window.
Definition at line 339 of file searchprogram.cpp.
Definition at line 149 of file searchprogram.cpp.
Reimplemented from Window.
Definition at line 262 of file searchprogram.cpp.
|
protected |
Definition at line 91 of file searchprogram.h.
Referenced by collect_programs_callback(), and Refresh().
|
protected |
Definition at line 93 of file searchprogram.h.
Referenced by collect_programs_callback(), and FindProgramDlg().
|
protected |
Definition at line 87 of file searchprogram.h.
Referenced by FindProgramDlg(), and WndProc().
|
protected |
Definition at line 86 of file searchprogram.h.
Referenced by add_entry(), FindProgramDlg(), LaunchSelected(), Notify(), Refresh(), and WndProc().
|
protected |
Definition at line 88 of file searchprogram.h.
Referenced by add_entry(), and Refresh().
|
protected |
Definition at line 95 of file searchprogram.h.
Referenced by Notify().
|
protected |
Definition at line 90 of file searchprogram.h.
Referenced by collect_programs_callback(), LaunchSelected(), Notify(), Refresh(), and ~FindProgramDlg().
|
protected |
Definition at line 93 of file searchprogram.h.
Referenced by collect_programs_callback(), and FindProgramDlg().