LibEngsas
|
#include "eglobal.h"
#include "eobject.h"
#include "espreadsheetcell.h"
#include <QModelIndex>
#include <QFont>
#include <QBrush>
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... | |