wxMaxima
Loading...
Searching...
No Matches
worksheet Directory Reference
Directory dependency graph for worksheet:

Files

file  Worksheet.cpp
 This file defines the class Worksheet.
 
file  Worksheet.h [code]
 This file defines the class Worksheet.
 
file  WorksheetContextMenu.cpp
 The worksheet's right-click context menu (see WorksheetContextMenu.h).
 
file  WorksheetContextMenu.h [code]
 The worksheet's right-click context menu.
 
file  WorksheetCursor.h [code]
 The worksheet's "between the cells" cursor (the horizontally drawn caret).
 
file  WorksheetDocument.cpp
 Implementation of WorksheetDocument's structural edits - see WorksheetDocument.h.
 
file  WorksheetDocument.h [code]
 The document half of the worksheet: the state and commands that describe the edited document itself, independent of how it is displayed.
 
file  WorksheetDocumentView.h [code]
 The narrow "something in the document changed" surface a WorksheetDocument needs to poke its view.
 
file  WorksheetEvalQueue.cpp
 Implementation of the document-pure evaluation-queue helpers - see WorksheetEvalQueue.h.
 
file  WorksheetEvalQueue.h [code]
 The document-pure core of the worksheet's "schedule cells for evaluation" commands.
 
file  WorksheetExport.cpp
 The document serializers declared in WorksheetExport.h.
 
file  WorksheetExport.h [code]
 Document serializers extracted from the Worksheet class.
 
file  WorksheetLayout.cpp
 Implementation of WorksheetLayout, the worksheet's layout engine.
 
file  WorksheetLayout.h [code]
 The worksheet's layout engine: scheduling, the recalculation walk and the virtual-size update, independent of the Worksheet window class.
 
file  WorksheetSearch.cpp
 Implementation of the worksheet's search engine, extracted from Worksheet::FindNext / FindNext_Regex.
 
file  WorksheetSearch.h [code]
 The worksheet's search engine.
 
file  WorksheetSizeMath.h [code]
 The pure arithmetic that turns a laid-out worksheet's extent into the scrollable (virtual) size and scroll granularity.