Eneboo - Documentación para desarrolladores
|
#include <AQOdsRow.h>
Métodos públicos | |
AQOdsRow (AQOdsSheet &sheet) | |
AQOdsRow & | opIn (const AQOdsChart &value, uint column_span=0, uint row_span=0) |
AQOdsRow & | opIn (const AQOdsImage &value, uint column_span=0, uint row_span=0) |
AQOdsRow & | opIn (const AQOdsStyle &style) |
AQOdsRow & | opIn (const QString &value, uint column_span=0, uint row_span=0) |
AQOdsRow & | opIn (double value, uint column_span=0, uint row_span=0) |
AQOdsRow & | coveredCell () |
AQOdsRow & | addBgColor (const AQOdsColor &color) |
AQOdsRow & | addFgColor (const AQOdsColor &color) |
AQOdsRow::AQOdsRow | ( | AQOdsSheet & | sheet | ) | [inline] |
AQOdsRow& AQOdsRow::addBgColor | ( | const AQOdsColor & | color | ) | [inline] |
AQOdsRow& AQOdsRow::addFgColor | ( | const AQOdsColor & | color | ) | [inline] |
AQOdsRow& AQOdsRow::coveredCell | ( | ) | [inline] |
AQOdsRow& AQOdsRow::opIn | ( | const AQOdsStyle & | style | ) | [inline] |
AQOdsRow& AQOdsRow::opIn | ( | const AQOdsImage & | value, |
uint | column_span = 0 , |
||
uint | row_span = 0 |
||
) | [inline] |
AQOdsRow& AQOdsRow::opIn | ( | const AQOdsChart & | value, |
uint | column_span = 0 , |
||
uint | row_span = 0 |
||
) | [inline] |
AQOdsRow& AQOdsRow::opIn | ( | const QString & | value, |
uint | column_span = 0 , |
||
uint | row_span = 0 |
||
) | [inline] |