|
ReactOS 0.4.16-dev-1946-g52006dd
|
Thread for collecting start menu entries. More...
#include <searchprogram.h>


Public Member Functions | |
| CollectProgramsThread (COLLECT_CALLBACK callback, HWND hwnd, void *para) | |
| ~CollectProgramsThread () | |
| int | Run () |
| void | free_dirs () |
Public Attributes | |
| bool | _cache_valid |
Protected Member Functions | |
| void | collect_programs (const ShellPath &path) |
Protected Attributes | |
| COLLECT_CALLBACK | _callback |
| HWND | _hwnd |
| void * | _para |
| ShellDirectoryStack | _dirs |
Thread for collecting start menu entries.
Definition at line 35 of file searchprogram.h.
|
inline |
Definition at line 37 of file searchprogram.h.
|
inline |
Definition at line 45 of file searchprogram.h.
Definition at line 55 of file searchprogram.cpp.
Referenced by collect_programs(), and Run().
| void CollectProgramsThread::free_dirs | ( | ) |
Definition at line 74 of file searchprogram.cpp.
Referenced by FindProgramDlg::Refresh(), and ~CollectProgramsThread().
| int CollectProgramsThread::Run | ( | ) |
Definition at line 36 of file searchprogram.cpp.
| bool CollectProgramsThread::_cache_valid |
Definition at line 53 of file searchprogram.h.
Referenced by FindProgramDlg::Notify(), FindProgramDlg::Refresh(), and Run().
|
protected |
Definition at line 56 of file searchprogram.h.
Referenced by collect_programs().
|
protected |
Definition at line 59 of file searchprogram.h.
Referenced by collect_programs(), and free_dirs().
|
protected |
Definition at line 57 of file searchprogram.h.
Referenced by Run().
|
protected |
Definition at line 58 of file searchprogram.h.
Referenced by collect_programs().