|
wxMaxima
|
This file defines the class Worksheet. More...
#include "stx/optional.hpp"#include "precomp.h"#include "MaximaManual.h"#include "EventIDs.h"#include "RecentDocuments.h"#include <wx/wx.h>#include <wx/xml/xml.h>#include <wx/aui/aui.h>#include <wx/textfile.h>#include <wx/fdrepdlg.h>#include <wx/dc.h>#include <vector>#include <utility>#include <memory>#include <list>#include "CellPointers.h"#include "sidebars/VariablesPane.h"#include "Notification.h"#include "cells/Cell.h"#include "cells/EditorCell.h"#include "cells/ImgCell.h"#include "cells/ImgCellBase.h"#include "cells/AnimationCell.h"#include "cells/GroupCell.h"#include "cells/TextCell.h"#include "EvaluationQueue.h"#include "dialogs/FindReplaceDialog.h"#include "Autocomplete.h"#include "AutocompletePopup.h"#include "sidebars/UnicodeSidebar.h"#include "ToolBar.h"#include <thread>Go to the source code of this file.
Data Structures | |
| class | Worksheet |
| The canvas that contains the spreadsheet the whole program is about. More... | |
| class | Worksheet::SimpleMathConfigurationIterator |
Functions | |
| wxDECLARE_EVENT (TOC_UPDATE_NEEDED_EVENT, wxCommandEvent) | |