ReactOS 0.4.16-dev-747-gbc52d5f
|
shell folder entry More...
#include <shellfs.h>
Public Attributes | |
ShellFolder | _folder |
HWND | _hwnd |
![]() | |
ShellPath | _pidl |
![]() | |
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) |
![]() | |
ShellEntry (LPITEMIDLIST shell_path) | |
ShellEntry (const ShellPath &shell_path) | |
![]() | |
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 |
![]() | |
Directory () | |
virtual | ~Directory () |
Additional Inherited Members | |
![]() | |
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().