|
ReactOS 0.4.16-dev-1946-g52006dd
|
shell folder entry More...
#include <shellfs.h>


Public Attributes | |
| ShellFolder | _folder |
| HWND | _hwnd |
Public Attributes inherited from ShellEntry | |
| ShellPath | _pidl |
Public Attributes inherited from Entry | |
| Entry * | _next |
| Entry * | _down |
| Entry * | _up |
| bool | _expanded |
| bool | _scanned |
| int | _level |
| WIN32_FIND_DATA | _data |
| SFGAOF | _shell_attribs |
| LPTSTR | _display_name |
| LPTSTR | _type_name |
| LPTSTR | _content |
| ENTRY_TYPE | _etype |
| int | _icon_id |
| BY_HANDLE_FILE_INFORMATION | _bhfi |
| bool | _bhfi_valid |
Protected Member Functions | |
| bool | fill_w32fdata_shell (LPCITEMIDLIST pidl, SFGAOF attribs, WIN32_FIND_DATA *, BY_HANDLE_FILE_INFORMATION *, bool do_access=true) |
Protected Member Functions inherited from ShellEntry | |
| ShellEntry (LPITEMIDLIST shell_path) | |
| ShellEntry (const ShellPath &shell_path) | |
Protected Member Functions inherited from Entry | |
| Entry (ENTRY_TYPE etype) | |
| Entry (Entry *parent, ENTRY_TYPE etype) | |
| Entry (const Entry &) | |
| bool | get_path_base (PTSTR path, size_t path_count, ENTRY_TYPE etype) const |
Protected Member Functions inherited from Directory | |
| Directory () | |
| virtual | ~Directory () |
Additional Inherited Members | |
Protected Attributes inherited from Directory | |
| void * | _path |
|
inline |
Definition at line 55 of file shellfs.h.
|
inlineexplicit |
|
inline |
|
inline |
| int ShellDirectory::extract_icons | ( | ICONCACHE_FLAGS | flags | ) |
Definition at line 524 of file shellfs.cpp.
|
protected |
Definition at line 31 of file shellfs.cpp.
Referenced by read_directory().
Reimplemented from Entry.
Definition at line 495 of file shellfs.cpp.
Referenced by ShellBrowser::jump_to().
Reimplemented from Entry.
Definition at line 482 of file shellfs.cpp.
Reimplemented from ShellEntry.
Definition at line 155 of file shellfs.cpp.
|
virtual |
Reimplemented from ShellEntry.
Definition at line 247 of file shellfs.cpp.
Reimplemented from Entry.
Definition at line 253 of file shellfs.cpp.
| ShellFolder ShellDirectory::_folder |
Definition at line 112 of file shellfs.h.
Referenced by fill_w32fdata_shell(), get_path(), get_shell_folder(), read_directory(), and ShellDirectory().
| HWND ShellDirectory::_hwnd |
Definition at line 113 of file shellfs.h.
Referenced by read_directory().