|
wxMaxima
|
This file defines the contents of the class wxMaxima that contains most of the program's logic. More...
#include "MaximaTokenizer.h"#include <wx/notifmsg.h>#include <functional>#include <unordered_map>#include <utility>#include <vector>#include <time.h>#include <algorithm>#include <wx/zipstrm.h>#include "wizards/ActualValuesStorageWiz.h"#include "cells/AnimationCell.h"#include "wizards/BC2Wiz.h"#include "cells/CellList.h"#include "dialogs/ConfigDialogue.h"#include "dialogs/MaximaNotStartingDialog.h"#include "dialogs/AboutDialog.h"#include "wizards/CsvWiz.h"#include "wizards/DrawWiz.h"#include "cells/EditorCell.h"#include "wizards/Gen1Wiz.h"#include "wizards/Gen2Wiz.h"#include "wizards/Gen3Wiz.h"#include "wizards/Gen4Wiz.h"#include "wizards/Gen5Wiz.h"#include "wizards/GenWiz.h"#include "cells/ImgCell.h"#include "wizards/IntegrateWiz.h"#include "cells/LabelCell.h"#include "dialogs/LicenseDialog.h"#include "dialogs/ChangeLogDialog.h"#include "wizards/LimitWiz.h"#include "wizards/ListSortWiz.h"#include "wizards/MatWiz.h"#include "dialogs/MaxSizeChooser.h"#include "Maxima.h"#include "wizards/Plot2dWiz.h"#include "wizards/Plot3dWiz.h"#include "wizards/PlotFormatWiz.h"#include "graphical_io/Printout.h"#include "dialogs/ResolutionChooser.h"#include "wizards/SeriesWiz.h"#include "StringUtils.h"#include "wizards/SubstituteWiz.h"#include "wizards/SumWiz.h"#include "wizards/SystemWiz.h"#include "dialogs/TipOfTheDay.h"#include "dialogs/DiffFrame.h"#include "wxMaximaOSDescription.h"#include "Version.h"#include "WXMformat.h"#include "WXMXformat.h"#include "wxMathml.h"#include "wxMaxima.h"#include <wx/app.h>#include <wx/apptrait.h>#include <wx/base64.h>#include <wx/buffer.h>#include <wx/artprov.h>#include <wx/clipbrd.h>#include <wx/colordlg.h>#include <wx/dir.h>#include <wx/dynlib.h>#include <wx/filedlg.h>#include <wx/filefn.h>#include <wx/filename.h>#include <wx/log.h>#include <wx/mimetype.h>#include <wx/msgdlg.h>#include <wx/mstream.h>#include <wx/textfile.h>#include <wx/tokenzr.h>#include <wx/uri.h>#include <wx/utils.h>#include <wx/wupdlock.h>#include <wx/windowptr.h>#include <wx/wfstream.h>#include <wx/zstream.h>#include <wx/persist/toplevel.h>#include <wx/sckstrm.h>#include <wx/txtstrm.h>#include "main.h"#include <list>#include <memory>#include <wx/sstream.h>#include <wx/url.h>#include "Configuration.h"Functions | |
| wxDECLARE_APP (MyApp) | |
This file defines the contents of the class wxMaxima that contains most of the program's logic.
The worksheet is defined in the class Worksheet instead and everything surrounding it in wxMaximaFrame.