| 
    QGIS API Documentation 3.42.0-Münster (feb80233002)
    
   | 
 
#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.   | |
| typedef QVector< QgsLayoutTableRow > | QgsLayoutTableContents | 
| List of QgsLayoutTableRows, representing rows and column cell contents for a QgsLayoutTable.   | |
| typedef QVector< QVariant > | QgsLayoutTableRow | 
| List of QVariants, representing a the contents of a single row in a QgsLayoutTable.   | |
| typedef QVector< QgsLayoutTableColumn > | QgsLayoutTableSortColumns | 
| List of column definitions for sorting a QgsLayoutTable.   | |