wxMaxima
|
This file declares the class wxMaxima that contains most of the program's logic. More...
#include "wxMaxima.h"
#include "wxMaximaFrame.h"
#include "MathParser.h"
#include "MaximaIPC.h"
#include "Dirstructure.h"
#include <wx/app.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/wx.h>
#include <wx/power.h>
#include <memory>
Go to the source code of this file.
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.