QGIS API Documentation  2.12.0-Lyon
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  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< QgsComposerTableRowQgsComposerTableContents
 List of QgsComposerTableRows, representing rows and column cell contents for a QgsComposerTable. More...
 
typedef QList< QVariantQgsComposerTableRow
 List of QVariants, representing a the contents of a single row in a QgsComposerTable. More...
 

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.

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.