wxMaxima
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions
Dirstructure Class Reference

An object that represents the directory structure wxMaxima is installed in. More...

#include <Dirstructure.h>

Public Member Functions

 Dirstructure ()
 The constructor.
 
wxString HelpDir () const
 The directory the help file is stored in.
 
void HelpDir (const wxString &helpDir)
 Set the directory the help file is stored in.
 

Static Public Member Functions

static wxString UserConfDir ()
 The directory the user stores its data in.
 
static void UserConfDir (const wxString &userConfDir)
 Set the directory the user stores its data in.
 
static wxString DataDir ()
 The directory general data is stored in.
 
static wxString FontDir ()
 The directory our private fonts are stored in.
 
static wxString UserAutocompleteFile ()
 The file private accelerator key information is stored in.
 
static wxString AutocompleteFile ()
 The path to wxMaxima's own AutoComplete file.
 
static wxString LocaleDir ()
 The directory the locale data is to be found in.
 
static wxString MaximaDefaultLocation ()
 The executable file path to the maxima executable (or .bat on Windows)
 
static wxString AnchorsCacheFile ()
 
static DirstructureGet ()
 

Detailed Description

An object that represents the directory structure wxMaxima is installed in.

wxMaxima finds its data in different places on different operating systems:

Member Function Documentation

◆ LocaleDir()

static wxString Dirstructure::LocaleDir ( )
inlinestatic

The directory the locale data is to be found in.

Is only used on MSW and MAC

◆ UserAutocompleteFile()

wxString Dirstructure::UserAutocompleteFile ( )
static

The file private accelerator key information is stored in.


The documentation for this class was generated from the following files: