// classes
//-----------------------------------------------------------------------------
-//class wxDirItemData;
-class wxDirCtrl;
-
//-----------------------------------------------------------------------------
// Extra styles for wxGenericDirCtrl
//-----------------------------------------------------------------------------
public:
wxDirItemDataEx(const wxString& path, const wxString& name, bool isDir);
~wxDirItemDataEx();
- bool HasSubDirs();
void SetNewDirName( wxString path );
wxString m_path, m_name;
bool m_isHidden;
inline wxString GetDefaultPath() const { return m_defaultPath; }
void SetDefaultPath(const wxString& path) { m_defaultPath = path; }
- //inline long GetStyleEx() const { return m_styleEx; }
- //void SetStyleEx(long styleEx) { m_styleEx = styleEx; }
-
// Get dir or filename
wxString GetPath() const ;
// Get selected filename path only (else empty string).