wxMaxima
Loading...
Searching...
No Matches
main.h
Go to the documentation of this file.
1// -*- mode: c++; c-file-style: "linux"; c-basic-offset: 2; indent-tabs-mode: nil -*-
2// Copyright (C) 2004-2015 Andrej Vodopivec <andrej.vodopivec@gmail.com>
3// (C) 2013 Doug Ilijev <doug.ilijev@gmail.com>
4// (C) 2014-2018 Gunter Königsmann <wxMaxima@physikbuch.de>
5//
6// This program is free software; you can redistribute it and/or modify
7// it under the terms of the GNU General Public License as published by
8// the Free Software Foundation; either version 2 of the License, or
9// (at your option) any later version.
10//
11// This program is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14// GNU General Public License for more details.
15//
16//
17// You should have received a copy of the GNU General Public License
18// along with this program; if not, write to the Free Software
19// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20//
21// SPDX-License-Identifier: GPL-2.0+
22
31#ifndef MAIN_H
32#define MAIN_H
33
34#include "wxMaxima.h"
35#include "wxMaximaFrame.h"
36#include "MathParser.h"
37#include "MaximaIPC.h"
38#include "Dirstructure.h"
39#include <wx/app.h>
40#include <wx/socket.h>
41#include <wx/config.h>
42#include <wx/process.h>
43#include <wx/regex.h>
44#include <wx/dnd.h>
45#include <wx/wfstream.h>
46#include <wx/zstream.h>
47#include <wx/txtstrm.h>
48#include <wx/sckstrm.h>
49#include <wx/buffer.h>
50#include <wx/wx.h>
51#include <wx/power.h>
52#include <memory>
53
54class Maxima; // The Maxima process interface
55class MaximaEvent;
56
57#endif // MAIN_H
This file declares the class DirStructure.
The header file for the xml cell parser.
Interface to the Maxima process.
Definition: Maxima.h:63
This file declares the class wxMaximaFrame.
This file declares the class wxMaxima that contains most of the program's logic.