kplato
KPlato::ReportView Class Reference
List of all members.Detailed Description
Definition at line 55 of file kptreportview.h.
Public Slots | |
| void | slotFirstPage () |
| void | slotNextPage () |
| void | slotPrevPage () |
| void | slotLastPage () |
Signals | |
| void | setFirstPageActionEnabled (bool) |
| void | setNextPageActionEnabled (bool) |
| void | setPriorPageActionEnabled (bool) |
| void | setLastPageActionEnabled (bool) |
Public Member Functions | |
| ReportView (View *view, QWidget *parent) | |
| ~ReportView () | |
| void | zoom (double) |
| void | draw (const QString &report) |
| View * | mainView () const |
| void | setup (KPrinter &printer) |
| void | print (KPrinter &printer) |
| void | setReportData () |
| void | getTemplateFile (const QString &tpl) |
| void | openTemplateFile (const QString &file) |
| void | loadTemplate (QIODevice &dev) |
| void | loadTemplate (QDomDocument &doc) |
| void | handleHeader (QDomNode &node) |
| void | handleDetail (QDomElement &elem) |
| void | handleKPlato (QDomElement &elem) |
| void | replaceTags (QDomNode &node) |
| QString | setReportDetail () |
| QString | setTaskChildren (Node *node) |
| QString | setTaskDetail (Node *node) |
| QStringList | getProperties (QDomElement &elem) |
| QString | setResourceDetail (Resource *res) |
| QString | setResourceGroupDetail (ResourceGroup *group) |
| QString | setDetail (const QString &source, QStringList &properties, QString &level) |
| virtual bool | setContext (Context::Reportview &context) |
| virtual void | getContext (Context::Reportview &context) const |
| void | enableNavigationBtn () |
Protected Slots | |
| void | slotReportListClicked (QListViewItem *item) |
| void | slotReportListSelectionChanged (QListViewItem *item) |
The documentation for this class was generated from the following files:

