QGIS API Documentation
2.8.2-Wien
|
Go to the source code of this file.
Classes | |
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. | |
typedef QList < QgsComposerTableRow > | QgsComposerTableContents |
List of QgsComposerTableRows, representing rows and column cell contents for a QgsComposerTable. | |
typedef QList< QVariant > | QgsComposerTableRow |
List of QVariants, representing a the contents of a single row in a QgsComposerTable. |
typedef QList<QgsComposerTableColumn*> QgsComposerTableColumns |
List of column definitions for a QgsComposerTable.
Definition at line 43 of file qgscomposertablev2.h.
typedef QList< QgsComposerTableRow > QgsComposerTableContents |
List of QgsComposerTableRows, representing rows and column cell contents for a QgsComposerTable.
Definition at line 38 of file qgscomposertablev2.h.
typedef QList< QVariant > QgsComposerTableRow |
List of QVariants, representing a the contents of a single row in a QgsComposerTable.
Definition at line 26 of file qgscomposertablev2.h.