|
|
typedef std::unordered_map< wxString, wxString, wxStringHash > | HelpFileAnchors |
| |
|
|
| MaximaManual (Configuration *configuration) |
| |
|
HelpFileAnchors | GetHelpfileAnchors () |
| |
|
void | FindMaximaHtmlDir (const wxString &docDir) |
| |
|
wxString | GetHelpfileAnchorName (wxString keyword) |
| |
|
wxString | GetHelpfileUrl_Singlepage (const wxString &keyword) |
| |
|
wxString | GetHelpfileUrl_FilePerChapter (const wxString &keyword) |
| |
|
wxString | GetHelpfileURL (const wxString &keyword) |
| |
|
void | LoadHelpFileAnchors (const wxString &docdir, const wxString &maximaVersion) |
| | Search maxima's help file for command and variable names.
|
| |
|
void | CompileHelpFileAnchors (const wxString &maximaHtmlDir, const wxString &maximaVersion, const wxString &saveName) |
| | Collect all keyword anchors in the help file.
|
| |
|
bool | LoadManualAnchorsFromCache () |
| | Load the result from the last CompileHelpFileAnchors from the disk cache.
|
| |
|
bool | LoadManualAnchorsFromXML (const wxXmlDocument &xmlDocument, bool checkManualVersion=true) |
| | Load the help file anchors from an wxXmlDocument.
|
| |
|
bool | LoadBuiltInManualAnchors () |
| | Load the help file anchors from the built-in list.
|
| |
|
void | SaveManualAnchorsToCache (const wxString &maximaHtmlDir, const wxString &maximaVersion, const wxString &saveName) |
| | Save the list of help file anchors to the cache.
|
| |
The documentation for this class was generated from the following files: