37#define OSX_MACPORTS_PREFIX "/opt/local"
40#define OSX_MACPORTS_PREFER 0
45#include <wx/stdpaths.h>
65 static wxString ResourcesDir();
71 static void UserConfDir(
const wxString &userConfDir);
80 wxString
HelpDir()
const {
return m_helpDir;}
82 void HelpDir(
const wxString &helpDir){m_helpDir = helpDir;}
91 {
return DataDir() + wxS(
"/autocomplete.txt"); }
98 {
return ResourcesDir() + wxS(
"/locale"); }
111 return m_dirStructure;
115 static wxString m_userConfDir;
An object that represents the directory structure wxMaxima is installed in.
Definition: Dirstructure.h:58
static wxString LocaleDir()
The directory the locale data is to be found in.
Definition: Dirstructure.h:97
static wxString MaximaDefaultLocation()
The executable file path to the maxima executable (or .bat on Windows)
Definition: Dirstructure.cpp:138
static wxString AutocompleteFile()
The path to wxMaxima's own AutoComplete file.
Definition: Dirstructure.h:90
Dirstructure()
The constructor.
Definition: Dirstructure.cpp:40
static wxString UserConfDir()
The directory the user stores its data in.
Definition: Dirstructure.h:69
void HelpDir(const wxString &helpDir)
Set the directory the help file is stored in.
Definition: Dirstructure.h:82
static wxString DataDir()
The directory general data is stored in.
Definition: Dirstructure.cpp:128
static wxString UserAutocompleteFile()
The file private accelerator key information is stored in.
Definition: Dirstructure.cpp:250
wxString HelpDir() const
The directory the help file is stored in.
Definition: Dirstructure.h:80
static wxString FontDir()
The directory our private fonts are stored in.
Definition: Dirstructure.h:77