KD Reports API Documentation 2.2
Loading...
Searching...
No Matches
KDReportsTableBreakingLogic_p.h
Go to the documentation of this file.
1/****************************************************************************
2**
3** This file is part of the KD Reports library.
4**
5** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6**
7** SPDX-License-Identifier: MIT
8**
9****************************************************************************/
10
11#ifndef TABLEBREAKINGLOGIC_H
12#define TABLEBREAKINGLOGIC_H
13
14#include <QVector>
15
16namespace KDReports {
17
21{
22public:
24
26 void setColumnWidths(const WidthVector &widths);
27 void setPageCount(int pages);
28
34
37 WidthVector widthPerPage(const QVector<int> &colPerPage) const;
38
39private:
40 WidthVector m_widths;
41 int m_pages;
42};
43
44} // namespace KDReports
45
46#endif /* TABLEBREAKINGLOGIC_H */
void setColumnWidths(const WidthVector &widths)
WidthVector widthPerPage(const QVector< int > &colPerPage) const

© 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