QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Go to the source code of this file.
Classes | |
class | QgsComposerTableStyle |
Styling option for a composer table cell. More... | |
class | QgsComposerTableV2 |
A class to display a table in the print composer, and allow the table to span over multiple frames. More... | |
Typedefs | |
typedef QList< QgsComposerTableColumn * > | QgsComposerTableColumns |
List of column definitions for a QgsComposerTable. More... | |
typedef QList< QgsComposerTableRow > | QgsComposerTableContents |
List of QgsComposerTableRows, representing rows and column cell contents for a QgsComposerTable. More... | |
typedef QList< QVariant > | QgsComposerTableRow |
List of QVariants, representing a the contents of a single row in a QgsComposerTable. More... | |