-
CellCoord : Class encapsulating a cell coordinate
-
CellValue : Class implementing a union (float,string)
-
Command : Minimal interface for a Command
-
CopyPasteVisitor : Class that visits the AST to update relative cell references.
-
EvalVisitor : Class that visits the AST and evaluate it.
-
Functions : Module holding the functions used in formulas.
-
InfluencerVisitor : Class visiting an AST to collect a list of influencer cells.
-
Observer : Minimal interface for an Observer
-
SetCells : Class objectifying the method that modifies the data structure of
SSheetData.
-
SSheetCell : Class encapsulating a cell in the spreadsheet
-
SSheetData : This module implements the data representation of a spreadsheet.
-
SSheetState : Class encapsulating a snapshot of SSheetData.
-
Subject : Minimal interface for subjects in the observer pattern
-
SubjectManager : Minimal interface for classes managing several subject
-
test
-
testsuite : Testsuite for the subject data module
|