QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Classes | Typedefs
qgslayouttable.h File Reference
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgslayoutmultiframe.h"
#include <QFont>
#include <QColor>
#include <QPair>
Include dependency graph for qgslayouttable.h:
This graph shows which files directly or indirectly include this file:

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 composer table cell. More...
 

Typedefs

typedef QVector< QgsLayoutTableColumn *> QgsLayoutTableColumns
 List of column definitions for a QgsLayoutTable. More...
 
typedef QVector< QgsLayoutTableRowQgsLayoutTableContents
 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 QgsComposerTable. More...