Ignore:
Timestamp:
Jun 17, 2008, 9:30:54 PM (16 years ago)
Author:
dai_9181
Message:

・BreakPoint周りをリファクタリング
・FileTree周りをリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/FileTree.h

    r3 r651  
    11
    22
    3 class CFileTree{
     3class FileListTreeViewCtrl
     4    : public CTreeViewCtrl
     5{
    46    HIMAGELIST hImageList;
    57public:
    6     HWND hTree;
    7     CFileTree(HWND hParent);
    8     ~CFileTree();
     8    FileListTreeViewCtrl(HWND hParent);
     9    ~FileListTreeViewCtrl();
    910
    1011    void ContextMenu(POINT *pPos);
    1112
    1213    HTREEITEM insert(char *str);
    13 
    14     void resize(int x,int y,int cx,int cy);
    1514};
    1615
    17 extern CFileTree *pobj_FileTree;
     16extern FileListTreeViewCtrl *pobj_FileTree;
Note: See TracChangeset for help on using the changeset viewer.