26#ifndef SEARCH_STACK_H_
27#define SEARCH_STACK_H_
31#include <wx/filename.h>
48 void Show(
const wxString& aPrefix )
const;
68 wxString FilenameWithRelativePathInSearchList(
const wxString& aFullFilename,
69 const wxString& aBaseDir );
78 void AddPaths(
const wxString& aPaths,
int aIndex = -1 );
86 void RemovePaths(
const wxString& aPaths );
95 static int Split( wxArrayString* aResult,
const wxString& aPathString );
109 const wxString LastVisitedPath( const wxString& aSubPathToSearch = wxEmptyString );
A PROJECT can hold stuff it knows nothing about, in the form of _ELEM derivatives.
ELEM
The set of #_ELEMs that a PROJECT can hold.
Look for files in a number of paths.
PROJECT::ELEM ProjectElementType() override