source: dev/trunk/ab5.0/abdev/abdev/FileTree.h@ 681

Last change on this file since 681 was 655, checked in by dai_9181, 16 years ago

FileManager周りをリファクタリング

File size: 443 bytes
Line 
1
2class FileListTreeViewCtrl
3 : public CTreeViewCtrl
4{
5 HIMAGELIST hImageList;
6public:
7 FileListTreeViewCtrl(HWND hParent);
8 ~FileListTreeViewCtrl();
9
10 void ContextMenu(POINT *pPos);
11
12 HTREEITEM Insert( const std::string &str );
13private:
14 void Reset( HTREEITEM hParent, ActiveBasic::PM::FM::Folder &folder );
15public:
16 void Reset( ActiveBasic::PM::FM::FileSystem &fileSystem );
17};
18
19extern FileListTreeViewCtrl *pobj_FileTree;
Note: See TracBrowser for help on using the repository browser.