|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <CExplorerBand.h>


Protected Member Functions | |
| INT | _GetRootCsidl () override |
| DWORD | _GetTVStyle () override |
| DWORD | _GetTVExStyle () override |
| DWORD | _GetEnumFlags () override |
| HRESULT | _CreateTreeView (HWND hwndParent) override |
| void | _DestroyTreeView () override |
| BOOL | _WantsRootItem () override |
| BOOL | _GetTitle (LPWSTR pszTitle, INT cchTitle) override |
| void | _SortItems (HTREEITEM hParent) override |
| BOOL | _NavigateToCurrentFolder () |
| BOOL | _NavigateToPIDL (_In_ LPCITEMIDLIST dest, _Out_ HTREEITEM *phItem, _In_ BOOL bExpand, _In_ BOOL bInsert, _In_ BOOL bSelect) |
Static Protected Member Functions | |
| static INT CALLBACK | _CompareTreeItems (LPARAM p1, LPARAM p2, LPARAM p3) |
Additional Inherited Members | |
Public Types inherited from IDispatch | |
| typedef IDispatch * | LPDISPATCH |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Static Public Member Functions inherited from ATL::CComObjectRootBase | |
| static void WINAPI | ObjectMain (bool) |
| static const struct _ATL_CATMAP_ENTRY * | GetCategoryMap () |
| static HRESULT WINAPI | InternalQueryInterface (void *pThis, const _ATL_INTMAP_ENTRY *pEntries, REFIID iid, void **ppvObject) |
Public Attributes inherited from ATL::CComObjectRootBase | |
| LONG | m_dwRef |
Public Attributes inherited from IDispatch | |
| const DISPID | DISPID_UNKNOWN = -1 |
| const DISPID | DISPID_VALUE = 0 |
| const DISPID | DISPID_PROPERTYPUT = -3 |
| const DISPID | DISPID_NEWENUM = -4 |
| const DISPID | DISPID_EVALUATE = -5 |
| const DISPID | DISPID_CONSTRUCTOR = -6 |
| const DISPID | DISPID_DESTRUCTOR = -7 |
| const DISPID | DISPID_COLLECT = -8 |
Definition at line 13 of file CExplorerBand.h.
| CExplorerBand::CExplorerBand | ( | ) |
Definition at line 21 of file CExplorerBand.cpp.
|
virtual |
Definition at line 25 of file CExplorerBand.cpp.
Definition at line 96 of file CExplorerBand.cpp.
Referenced by _SortItems().
Definition at line 107 of file CExplorerBand.cpp.
|
overrideprotected |
Definition at line 139 of file CExplorerBand.cpp.
|
overrideprotected |
Definition at line 54 of file CExplorerBand.cpp.
|
overrideprotected |
Definition at line 37 of file CExplorerBand.cpp.
Definition at line 59 of file CExplorerBand.cpp.
|
overrideprotected |
Definition at line 49 of file CExplorerBand.cpp.
|
overrideprotected |
Definition at line 42 of file CExplorerBand.cpp.
|
protected |
Definition at line 197 of file CExplorerBand.cpp.
Referenced by _CreateTreeView(), and Invoke().
|
protected |
Navigate to a given PIDL in the treeview, and return matching tree item handle
Definition at line 222 of file CExplorerBand.cpp.
Referenced by _NavigateToCurrentFolder().
Definition at line 87 of file CExplorerBand.cpp.
|
overrideprotected |
Definition at line 64 of file CExplorerBand.cpp.
|
override |
Definition at line 29 of file CExplorerBand.cpp.
|
override |
Implements IDispatch.
Definition at line 166 of file CExplorerBand.cpp.
|
override |
Implements IDispatch.
Definition at line 160 of file CExplorerBand.cpp.
|
override |
Implements IDispatch.
Definition at line 154 of file CExplorerBand.cpp.
|
override |
Definition at line 76 of file CExplorerBand.cpp.
Referenced by OnSelectionChanged().
|
override |
Implements IDispatch.
Definition at line 173 of file CExplorerBand.cpp.
|
override |
Definition at line 70 of file CExplorerBand.cpp.