Cadabra
Computer algebra system for field theory problems
|
#include <gtkmm/window.h>
#include <gtkmm/box.h>
#include <gtkmm/progressbar.h>
#include <gtkmm/spinner.h>
#include <gtkmm/label.h>
#include <gtkmm/stock.h>
#include <gtkmm/button.h>
#include <gtkmm/uimanager.h>
#include <gtkmm/cssprovider.h>
#include <glibmm/dispatcher.h>
#include <giomm/settings.h>
#include <gtkmm/action.h>
#include <thread>
#include <mutex>
#include "DocumentThread.hh"
#include "ComputeThread.hh"
#include "GUIBase.hh"
#include "NotebookCanvas.hh"
#include "../common/TeXEngine.hh"
Go to the source code of this file.
Classes | |
class | cadabra::NotebookWindow |
Each notebook has one main window which controls it. More... | |
class | cadabra::NotebookWindow::Prefs |
Namespaces | |
cadabra | |
Functions to handle the exchange properties of two or more symbols in a product. | |