QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgslayoutmultiframe.h"
#include "qgsconditionalstyle.h"
#include "qgstextformat.h"
#include <QFont>
#include <QColor>
#include <QPair>
Go to the source code of this file.
Classes | |
class | QgsLayoutTable |
A class to display a table in the print layout, and allow the table to span over multiple frames. More... | |
class | QgsLayoutTableStyle |
Styling option for a layout table cell. More... | |
Typedefs | |
typedef QVector< QgsLayoutTableColumn > | QgsLayoutTableColumns |
List of column definitions for a QgsLayoutTable. More... | |
typedef QVector< QgsLayoutTableRow > | QgsLayoutTableContents |
List of QgsLayoutTableRows, representing rows and column cell contents for a QgsLayoutTable. More... | |
typedef QVector< QVariant > | QgsLayoutTableRow |
List of QVariants, representing a the contents of a single row in a QgsLayoutTable. More... | |
typedef QVector< QgsLayoutTableColumn > | QgsLayoutTableSortColumns |
List of column definitions for sorting a QgsLayoutTable. More... | |