kspread Library Class List
Here are the classes, structs, unions and interfaces with brief descriptions:CellBinding | This is an abstract base class only |
CellFormatPageFloat | KSpreadFormat of numbers |
KSpread::DependencyManager | This class manages dependencies |
DissociateCellCommand | Class DissociateCellCommand implements a command for breaking merged cells |
MergeCellCommand | Class MergeCellCommand implements a command for merging two or more cells into one cell |
PluginInsertCalender | Plugin for inserting a calendar into a spreadsheet |
KSpread::RangeDependency | Range dependency - stores information about one dependency of one cell on one range of cells |
RangeList | Range-list and cell-list TODO: move to a separate file, improve structure, add iterators and all that TODO: use this class instead of other means of range-walking all over KSpread TODO: use this as selection TODO: anything I forgot ;) |
RenameSheetCommand | Class RenameSheetCommand implements a command for renaming a sheet |
SheetPropertiesCommand | Class SheetPropertiesCommand implements a command for changing sheet properties |
KSPLoadingInfo | Temporary information used only during loading |
KSpreadCanvas | The canvas builds a part of the GUI of KSpread |
KSpreadCell | For every cell in the spread sheet there is a KSpreadCell object |
KSpreadChild | Holds an embedded object |
KSpreadConditional | Structure to indicate the condition we're testing on a cell and the special font and color that will be applied if it's true |
KSpreadConditions | Manages a set of conditions for a cell |
KSpreadCSVDialog | Provides dialog for managing CSV (comma separated value) data |
KSpreadDoc | This class holds the data that makes up a spreadsheet |
KSpreadEditWidget | The widget that appears above the sheet and allows to edit the cells content |
KSpreadFunction | Encapsulates built-in function for formula evaluation |
KSpreadInsertHandler | This event handler is used to insert a new part |
KSpreadLocationEditWidget | A widget that allows the user to enter an arbitrary cell location to goto or cell selection to highlight |
KSpreadMap | A map is a simple container for all sheets |
KSpreadRangeIterator | KSpreadRangeIterator |
KSpreadTextDrag | This is a class for handling clipboard data |
KSpreadUndoAction | Abstract base class |
KSpreadValue | Provides a wrapper for cell value |
KSpreadView | Displays a KSpread document |
KSPRSavingInfo | Temporary information used only during saving |
KSpread::StyleCluster | The StyleCluster class is an owner of a Quad tree made up of StyleClusterQuad's |
UndoWrapperCommand | Class UndoWrapperCommand is used to help migration from custom KSpreadUndoAction to KCommand-based system |
KSpread::ValueCalc | The ValueCalc class is used to perform all sorts of calculations |
KSpread::ValueConverter | The ValueConverter class can convert KSpreadValue between various different formats |
KSpread::ValueFormatter | The ValueFormatter class generates a textual representation of data stored in a KSpreadValue, with a given formatting |
KSpread::ValueParser | The ValueParser parses a text input from the user, generating KSpreadValue in the desired format |