wxMaxima
|
This file declares the class MaximaManual. More...
#include <atomic>
#include <thread>
#include <mutex>
#include <memory>
#include <vector>
#include <wx/dir.h>
#include <wx/wx.h>
#include <wx/arrstr.h>
#include <wx/regex.h>
#include <wx/xml/xml.h>
#include <wx/filename.h>
#include "precomp.h"
#include "Configuration.h"
#include "Version.h"
#include <unordered_map>
Go to the source code of this file.
Data Structures | |
class | MaximaManual |
This file declares the class MaximaManual.
MaximaManual creates the list of autocompletions for a string and allows dynamically appending maxima commands to this list as soon as they are defined.