wxMaxima
|
This file declares the class wxMaxima that contains most of the program's logic. More...
#include <vector>
#include "wxMaximaFrame.h"
#include "WXMXformat.h"
#include "MathParser.h"
#include "MaximaIPC.h"
#include "Dirstructure.h"
#include <wx/socket.h>
#include <wx/config.h>
#include <wx/process.h>
#include <wx/regex.h>
#include <wx/dnd.h>
#include <wx/txtstrm.h>
#include <wx/sckstrm.h>
#include <wx/buffer.h>
#include <wx/power.h>
#include <wx/debugrpt.h>
#include <memory>
#include <unordered_map>
Go to the source code of this file.
Data Structures | |
class | wxMaxima |
class | wxMaxima::VersionNumber |
A version number that can be compared using "<" and ">". More... | |
struct | wxMaxima::ServerDeleter |
The Right Way to delete a wxSocketServer. More... | |
Macros | |
#define | MAXIMAPOLLMSECS 2000 |
How many milliseconds should we wait between polling for stdout+cpu power? | |
This file declares the class wxMaxima that contains most of the program's logic.
The worksheet is defined in the class MathCtrl instead and everything surrounding it in wxMaximaFrame.