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 );
Handle one item (a file or a directory name) for the tree file.
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
void SetFileName(const wxString &name)
const wxString GetDir() const
void Activate(PROJECT_TREE_PANE *aTreePrjFrame)
PROJECT_TREE_PANE Window to display the tree files.