 |
wxMaxima
|
Go to the documentation of this file.
29 #ifndef DIRSTRUCTURE_H
30 #define DIRSTRUCTURE_H
37 #define OSX_MACPORTS_PREFIX "/opt/local"
40 #define OSX_MACPORTS_PREFER 0
44 #include <wx/string.h>
45 #include <wx/stdpaths.h>
65 wxString ResourcesDir()
const;
80 wxString
HelpDir()
const {
return m_helpDir;}
82 void HelpDir(wxString helpDir){m_helpDir = helpDir;}
91 {
return DataDir() + wxT(
"/autocomplete.txt"); }
98 {
return ResourcesDir() + wxT(
"/locale"); }
111 return m_dirStructure;
115 static wxString m_userConfDir;
119 #endif // DIRSTRUCTURE_H
wxString DataDir() const
The directory general data is stored in.
Definition: Dirstructure.cpp:136
static wxString UserConfDir()
The directory the user stores its data in.
Definition: Dirstructure.h:69
wxString FontDir() const
The directory our private fonts are stored in.
Definition: Dirstructure.h:77
wxString UserAutocompleteFile()
Definition: Dirstructure.cpp:255
static wxString MaximaDefaultLocation()
The executable file path to the maxima executable (or .bat on Windows)
Definition: Dirstructure.cpp:147
wxString HelpDir() const
The directory the help file is stored in.
Definition: Dirstructure.h:80
wxString AutocompleteFile() const
The path to wxMaxima's own AutoComplete file.
Definition: Dirstructure.h:90
void HelpDir(wxString helpDir)
Set the directory the help file is stored in.
Definition: Dirstructure.h:82
wxString LocaleDir() const
Definition: Dirstructure.h:97
Definition: Dirstructure.h:57
Dirstructure()
The constructor.
Definition: Dirstructure.cpp:39