8#include "altstr_fwd.hpp"
20 LHAZTREEVIEW(HINSTANCE hins, HWND parent, UINT
id,
int nWidth,
int nHeight);
27 HTREEITEM
GetRoot(HTREEITEM hitem)
const;
32 HTREEITEM
InsertItem(HTREEITEM parent,
const WSTR& name, LPARAM lParam);
TYPE
Definition lhazarc.h:28
@ MAX
Definition lhazarc.h:53
Definition lhaztreeview.h:18
static const int IconIndexRes[ARCHIVE::MAX]
Definition lhaztreeview.h:38
int IconIndexFolderOpened
Definition lhaztreeview.h:44
void CreateTree(const WSTR &name, ARCHIVE::TYPE type)
int IconIndexFolder
Definition lhaztreeview.h:43
HTREEITEM CreateRoot(const WSTR &name, ARCHIVE::TYPE type, LPARAM lParam)
Definition lhaztreeview.cpp:105
bool DeleteItem(HTREEITEM hitem)
Definition lhaztreeview.cpp:180
HTREEITEM GetSelectedRoot(void) const
Definition lhaztreeview.cpp:228
int GetRootIndex(HTREEITEM hitem) const
int GetParam(HTREEITEM hitem) const
Definition lhaztreeview.cpp:189
bool IsSelectedRoot(void) const
Definition lhaztreeview.cpp:165
‾LHAZTREEVIEW(void)
Definition lhaztreeview.cpp:90
int IconIndexRoot[ARCHIVE::MAX]
Definition lhaztreeview.h:42
HINSTANCE Resource
Definition lhaztreeview.h:40
static int Index
Definition lhaztreeview.h:37
HIMAGELIST Image
Definition lhaztreeview.h:41
HTREEITEM InsertItem(HTREEITEM parent, const WSTR &name, LPARAM lParam)
Definition lhaztreeview.cpp:122
HTREEITEM GetRoot(void) const
Definition lhaztreeview.cpp:203
LPARAM GetSelectedFolder(void) const
Definition lhaztreeview.cpp:150