![]() |
wxMaxima
|
#include "wxMaximaFrame.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/wfstream.h>
#include <wx/zstream.h>
#include <wx/txtstrm.h>
#include <wx/sckstrm.h>
#include <wx/buffer.h>
#include <wx/power.h>
#include <memory>
Go to the source code of this file.
Classes | |
class | wxMaxima |
class | wxMaxima::VersionNumber |
A version number that can be compared using "<" and ">". More... | |
struct | wxMaxima::ServerDeleter |
class | MyApp |
Macros | |
#define | DOCUMENT_VERSION_MAJOR 1 |
#define | DOCUMENT_VERSION_MINOR 5 |
#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.
#define DOCUMENT_VERSION_MINOR 5 |
The part of the .wxmx format version number that appears after the dot.