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