|
wxMaxima
|
Implements the worksheet file loaders/savers extracted from the wxMaxima god class. More...
#include "MaximaFileIO.h"#include "wxMaxima.h"#include "dialogs/LoggingMessageDialog.h"#include "worksheet/Worksheet.h"#include "WXMformat.h"#include "WXMXformat.h"#include "cells/GroupCell.h"#include <wx/busyinfo.h>#include <wx/textfile.h>#include <wx/tokenzr.h>#include <wx/wfstream.h>#include <wx/zipstrm.h>#include <wx/mstream.h>#include <wx/sstream.h>#include <wx/txtstrm.h>#include <wx/xml/xml.h>#include <wx/filedlg.h>#include <wx/config.h>#include <wx/filename.h>#include "cells/Cell.h"#include <memory>Implements the worksheet file loaders/savers extracted from the wxMaxima god class.