wxMaxima
|
The file that defines the starting point of the program. More...
#include "main.h"
#include "Maxima.h"
#include "NullLog.h"
#include "Dirstructure.h"
#include "StackToStdErr.h"
#include "wxMathml.h"
#include <iostream>
#include <wx/cmdline.h>
#include <wx/config.h>
#include <wx/fileconf.h>
#include <wx/fs_zip.h>
#include <wx/image.h>
#include <wx/intl.h>
#include <wx/translation.h>
#include <wx/debugrpt.h>
#include <wx/sysopt.h>
#include <wx/tipdlg.h>
#include <wx/utils.h>
#include <wx/wx.h>
#include <vector>
#include "dialogs/ConfigDialogue.h"
#include "Version.h"
#include "examples/CASvsProgrammingLanguage.h"
#include "examples/diffEquations.h"
#include "examples/draw2d.h"
#include "examples/displaying3DCurves.h"
#include "examples/fastListAccess.h"
#include "examples/fittingEquations.h"
#include "examples/memoizing.h"
#include "examples/numberFormats.h"
#include "examples/solvingEquations.h"
#include "examples/toleranceCalculations.h"
#include "examples/variableNames.h"
#include "wxMaxima.h"
Functions | |
IMPLEMENT_APP_NO_MAIN (MyApp) | |
wxDECLARE_APP (MyApp) | |
int | CommonMain () |
int | main (int argc, char *argv[]) |
Variables | |
IMPLEMENT_WX_THEME_SUPPORT | |
wxCmdLineParser | cmdLineParser |
The file that defines the starting point of the program.