38 void AddGDList(
const WSTR& parent, std::vector<LHAZFILE*>& files);
40 void AddODList(
const WSTR& parent, std::vector<LHAZFILE*>& files);
TYPE
Definition lhazarc.h:28
Definition lhazfiles.h:22
Definition lhazfiletree.h:22
ARCHIVE * GetArchive(void) const
Definition lhazfiletree.h:34
gui::LHAZTREEVIEW * m_treeview
Definition lhazfiletree.h:53
std::vector< LHAZFILETREE * > Children
Definition lhazfiletree.h:52
HTREEITEM TreeItem
Definition lhazfiletree.h:51
WSTR Name
Definition lhazfiletree.h:47
const WSTR & GetName(void) const
Definition lhazfiletree.h:30
HTREEITEM FindTreeItem(const WSTR &dir) const
FindTreeItem
Definition lhazfiletree.cpp:293
LHAZFILES * Files
Definition lhazfiletree.h:50
void AddSub(gui::LHAZTREEVIEW *treeview, ARCHIVE::TYPE type, const WSTR &name, bool isdir, LHAZFILE *file, WSTR ascendant)
AddSub
Definition lhazfiletree.cpp:126
LONGLONG GetChildSizeTotal(void) const
GetChildSizeTotal
Definition lhazfiletree.cpp:279
ARCHIVE * Archive
Definition lhazfiletree.h:49
‾LHAZFILETREE(void)
Destructor
Definition lhazfiletree.cpp:91
const std::vector< LHAZFILETREE * > & GetChildren(void) const
Definition lhazfiletree.h:32
LHAZFILE * File
Definition lhazfiletree.h:48
void Add(gui::LHAZTREEVIEW *treeview, ARCHIVE::TYPE type, const WSTR &name, bool isdir, LHAZFILE *file)
Add
Definition lhazfiletree.cpp:108
bool GetDescendantMember(std::vector< LHAZFILE * > &files) const
AddGDList
Definition lhazfiletree.cpp:264
HTREEITEM GetTreeItem(void) const
Definition lhazfiletree.h:31
LHAZFILE * GetFile(void) const
Definition lhazfiletree.h:33
LHAZFILETREE(void)
Default Constructor
Definition lhazfiletree.cpp:26
Definition lhaztreeview.h:18