QGIS API Documentation  2.8.2-Wien
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs
qgscomposertablev2.h File Reference
#include "qgscomposermultiframe.h"
#include <QFont>
#include <QColor>
#include <QPair>
Include dependency graph for qgscomposertablev2.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

List of column definitions for a QgsComposerTable.

Note
Added in version 2.5

Definition at line 43 of file qgscomposertablev2.h.

List of QgsComposerTableRows, representing rows and column cell contents for a QgsComposerTable.

Note
Added in version 2.5

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.

Note
Added in version 2.5

Definition at line 26 of file qgscomposertablev2.h.