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

Last change on this file was 829, checked in by イグトランス (egtra), 12 years ago

svn:eol-styleとsvn:mime-type(文字コード指定含む)の設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain; charset=Shift_JIS
File size: 424 bytes
RevLine 
[829]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.