ReportBuilder Pile
version 0.0.1
ReportBuilder pile.
|
A report builder. More...
#include <reportbuilder.h>
Public Member Functions | |
ReportBuilder (const QString &s_file) | |
constructor | |
virtual | ~ReportBuilder () |
destructor | |
void | setDocumentTitle (const QString &s_title) |
write the header if not already there | |
const QString & | errorString () |
The last error. | |
bool | isOK () |
Everything all right up until this point? | |
void | start () |
write the header if not already there | |
void | end () |
write the footer if not already there | |
void | addHLine (int size, quint32 background=0) |
void | addEmptyLine () |
void | addTitle (const QString &s_value, int level) |
void | addLine (const QString &s_value) |
void | add (const QString &s_value) |
void | addHtml (const QString &s_value) |
void | beginCode () |
void | endCode () |
void | beginInsert (const QString &s_label=QString(), quint32 background=0, quint32 foreground=0, int border_size=1) |
void | endInsert () |
void | beginTable (int rows, int columns, bool with_header=false, bool with_footer=false) |
void | setTableCell (int rows, int columns, const QString &s_value) |
void | endTable () |
A report builder.
Detailed description.