LibEngsas
Classes
espreadsheet.h File Reference
#include "eglobal.h"
#include "eobject.h"
#include "espreadsheetcell.h"
#include <QModelIndex>
#include <QFont>
#include <QBrush>
+ Include dependency graph for espreadsheet.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ESpreadsheet
 A spreadsheet, within a spreadsheet file.A spreadsheet consists of cells of type ESpreadsheetCell, which are ordered in rows and columns. An object of this type can be used to manipulate the hold data (see e. g. setData(ESpreadsheetCell)). To retrieve the cell content use data(int, int). More...