wxMaxima
Loading...
Searching...
No Matches
Data Structures | Functions
Worksheet.h File Reference

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>
Include dependency graph for Worksheet.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

This file defines the class Worksheet.

Worksheet represents the worksheet.