20 #ifndef ESPREADSHEETCELL_H
21 #define ESPREADSHEETCELL_H
53 void setColumn(
int column);
55 QVariant value()
const;
56 void setValue(QVariant value);
58 void setFont(QFont font);
59 void setFont(QVariant font);
60 Qt::Alignment alignment()
const;
61 void setAlignment(
int alignment);
62 void setAlignment(QVariant alignment);
63 QBrush foreground()
const;
64 void setForeground(QBrush foreground);
65 void setForeground(QVariant foreground);
66 QBrush background()
const;
67 void setBackground(QBrush background);
68 void setBackground(QVariant background);
80 #endif // ESPREADSHEETCELL_H
QFont myFont
Definition: espreadsheetcell.h:75
QBrush myForeground
Definition: espreadsheetcell.h:76
QVariant myValue
Definition: espreadsheetcell.h:74
#define E_CORE_EXPORT
Definition: eglobal.h:107
int myRow
Definition: espreadsheetcell.h:73
Represents one cell of a ESpreadsheetIt contains the value (see value()) of a cell and also the forma...
Definition: espreadsheetcell.h:40
Qt::Alignment myAlignment
Definition: espreadsheetcell.h:77