|
|
class CReportDocument : Since the data structure that describe the contents of a database report are more complex than a simple structure they will be managed with this document class.
CReportDocument ( QString report_name )
| CReportDocument |
~CReportDocument ( void )
| ~CReportDocument |
short grid_type | grid_type |
short display_ruler | display_ruler |
short base_type | base_type |
QString * base_name | base_name |
double page_width_inch | page_width_inch |
double page_height_inch | page_height_inch |
short ruler_type | ruler_type |
CReportPart * report_header | report_header |
CReportPart * page_header | page_header |
CReportPart * report_body | report_body |
CReportPart * page_footer | page_footer |
CReportPart * report_footer | report_footer |
MemoryRBlock * source_code | source_code |
long insertSourceCode ( MemoryRBlock *code_ptr, long field_offset )
| insertSourceCode |
void compileReportFields ( void )
| compileReportFields |
void saveReport ( QFile *f )
| saveReport |
void loadFromFile ( QFile *f )
| loadFromFile |
Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54. |