#include <kreportsview.h>
Inheritance diagram for KReportsView::KReportTab:


Public Member Functions | |
| KReportTab (KTabWidget *parent, const MyMoneyReport &report) | |
| ~KReportTab () | |
| const MyMoneyReport & | report (void) const |
| void | print (void) |
| void | toggleChart (void) |
| void | copyToClipboard (void) |
| void | saveAs (const QString &filename, bool includeCSS=false) |
| void | updateReport (void) |
| QString | createTable (const QString &links=QString()) |
| const kMyMoneyReportControlDecl * | control (void) const |
| bool | isReadyToDelete (void) const |
| void | setReadyToDelete (bool f) |
| void | modifyReport (const MyMoneyReport &report) |
| void | show (void) |
| void | loadTab (void) |
Private Attributes | |
| KHTMLPart * | m_part |
| reports::KReportChartView * | m_chartView |
| kMyMoneyReportControlDecl * | m_control |
| QVBoxLayout * | m_layout |
| MyMoneyReport | m_report |
| bool | m_deleteMe |
| bool | m_showingChart |
| bool | m_needReload |
| reports::ReportTable * | m_table |
This is the widget which displays a single report in the TabWidget that comprises this view.
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1