Represents one cell of a ESpreadsheetIt contains the value (see value()) of a cell and also the formatting (font(), alignment(), foreground(), background()). An ESpreadsheetCell is isValid(), if row() and column() is greater or equal to 0 (default -1).
More...
#include <espreadsheetcell.h>
Represents one cell of a ESpreadsheet
It contains the value (see value()) of a cell and also the formatting (font(), alignment(), foreground(), background()). An ESpreadsheetCell is isValid(), if row() and column() is greater or equal to 0 (default -1).
- See also
- ESpreadsheet
-
ESpreadsheetHandler
-
ESpreadsheetProvider
| ESpreadsheetCell::ESpreadsheetCell |
( |
| ) |
|
| ESpreadsheetCell::ESpreadsheetCell |
( |
int |
row, |
|
|
int |
column, |
|
|
QVariant |
value = QVariant() |
|
) |
| |
| Qt::Alignment ESpreadsheetCell::alignment |
( |
| ) |
const |
| QBrush ESpreadsheetCell::background |
( |
| ) |
const |
| int ESpreadsheetCell::column |
( |
| ) |
const |
| QFont ESpreadsheetCell::font |
( |
| ) |
const |
| QBrush ESpreadsheetCell::foreground |
( |
| ) |
const |
| void ESpreadsheetCell::init |
( |
| ) |
|
|
private |
| bool ESpreadsheetCell::isValid |
( |
| ) |
const |
Returns true, if the row() and column() is set to a value greator or equal 0.
| int ESpreadsheetCell::row |
( |
| ) |
const |
| void ESpreadsheetCell::setAlignment |
( |
int |
alignment | ) |
|
| void ESpreadsheetCell::setAlignment |
( |
QVariant |
alignment | ) |
|
| void ESpreadsheetCell::setBackground |
( |
QBrush |
background | ) |
|
| void ESpreadsheetCell::setBackground |
( |
QVariant |
background | ) |
|
| void ESpreadsheetCell::setColumn |
( |
int |
column | ) |
|
| void ESpreadsheetCell::setFont |
( |
QFont |
font | ) |
|
| void ESpreadsheetCell::setFont |
( |
QVariant |
font | ) |
|
| void ESpreadsheetCell::setForeground |
( |
QBrush |
foreground | ) |
|
| void ESpreadsheetCell::setForeground |
( |
QVariant |
foreground | ) |
|
| void ESpreadsheetCell::setRow |
( |
int |
row | ) |
|
| void ESpreadsheetCell::setValue |
( |
QVariant |
value | ) |
|
| QVariant ESpreadsheetCell::value |
( |
| ) |
const |
| Qt::Alignment ESpreadsheetCell::myAlignment |
|
private |
| QBrush ESpreadsheetCell::myBackground |
|
private |
| int ESpreadsheetCell::myColumn |
|
private |
| QFont ESpreadsheetCell::myFont |
|
private |
| QBrush ESpreadsheetCell::myForeground |
|
private |
| int ESpreadsheetCell::myRow |
|
private |
| QVariant ESpreadsheetCell::myValue |
|
private |
The documentation for this class was generated from the following files: