25#ifndef PROJECT_TREE_ITEM_H 
   26#define PROJECT_TREE_ITEM_H 
   29#include <wx/treebase.h> 
   75    const wxString 
GetDir() 
const;
 
   77    bool Rename( 
const wxString& 
name, 
bool check = 
true );
 
 
bool CanDelete() const
Determine if a file can be deleted via the project tree pane.
 
void SetRootFile(bool aValue)
 
PROJECT_TREE_ITEM(const PROJECT_TREE_ITEM &src)
 
bool Rename(const wxString &name, bool check=true)
 
const wxString & GetFileName() const
 
void SetType(TREE_FILE_TYPE aType)
 
void SetPopulated(bool aValue)
 
TREE_FILE_TYPE GetType() const
 
PROJECT_TREE_ITEM(TREE_FILE_TYPE type, const wxString &data, wxTreeCtrl *parent)
Class PROJECT_TREE_ITEM is a derived class from wxTreeItemData and store info about a file or directo...
 
void SetFileName(const wxString &name)
 
const wxString GetDir() const
 
void Activate(PROJECT_TREE_PANE *aTreePrjFrame)
 
PROJECT_TREE_PANE Window to display the tree files.