KD Reports API Documentation 2.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
KDReports::MainTable Class Reference

#include <KDReportsMainTable.h>

Public Member Functions

AutoTableElementautoTableElement () const
 
void setAutoTableElement (const AutoTableElement &element)
 
void setHorizontalHeaderFont (const QFont &font)
 
void setTableBreakingPageOrder (Report::TableBreakingPageOrder pageOrder)
 
void setVerticalHeaderFont (const QFont &font)
 
Report::TableBreakingPageOrder tableBreakingPageOrder () const
 

Detailed Description

The MainTable class represents the main table of a report in spread sheet mode.

You can access it using Report::mainTable(). Example:

Since
1.3

Definition at line 37 of file KDReportsMainTable.h.

Member Function Documentation

◆ autoTableElement()

KDReports::AutoTableElement * KDReports::MainTable::autoTableElement ( ) const
Returns
the auto table element passed to setAutoTableElement

Definition at line 52 of file KDReportsMainTable.cpp.

◆ setAutoTableElement()

void KDReports::MainTable::setAutoTableElement ( const AutoTableElement element)

◆ setHorizontalHeaderFont()

void KDReports::MainTable::setHorizontalHeaderFont ( const QFont font)

Sets the font to use for the horizontal header of the table. By default the font passed to report.setDefaultFont is used.

Definition at line 72 of file KDReportsMainTable.cpp.

References KDReports::SpreadsheetReportLayout::setHorizontalHeaderFont().

◆ setTableBreakingPageOrder()

void KDReports::MainTable::setTableBreakingPageOrder ( Report::TableBreakingPageOrder  pageOrder)

Sets the page order to use when breaking tables. When a table is bigger than the page in both directions, horizontally and vertically, then the table breaking can be done in two ways: either the table goes "down then right", i.e. all rows appear first, for the first few columns, and then other columns are printed, or it goes "right then down", i.e. all columns appear first, for the number of rows that fit into one page, and then the bottom part of the table is printed.

The default page order is DownThenRight.

Definition at line 57 of file KDReportsMainTable.cpp.

◆ setVerticalHeaderFont()

void KDReports::MainTable::setVerticalHeaderFont ( const QFont font)

Sets the font to use for the vertical header of the table. By default the font passed to report.setDefaultFont is used.

Definition at line 77 of file KDReportsMainTable.cpp.

◆ tableBreakingPageOrder()

KDReports::Report::TableBreakingPageOrder KDReports::MainTable::tableBreakingPageOrder ( ) const
Returns
the table breaking page order given to setTableBreakingPageOrder

Definition at line 62 of file KDReportsMainTable.cpp.


The documentation for this class was generated from the following files:

© Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-reports/
Generated on Wed Apr 24 2024 04:08:15 for KD Reports API Documentation by doxygen 1.9.8