QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Classes | Typedefs
qgstablecell.h File Reference
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgstextformat.h"
#include <QVariant>
#include <QColor>
#include <memory>
Include dependency graph for qgstablecell.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsTableCell
 Encapsulates the contents and formatting of a single table cell. More...
 

Typedefs

typedef QVector< QgsTableRowQgsTableContents
 A set of table rows. More...
 
typedef QVector< QgsTableCellQgsTableRow
 A row of table cells. More...
 

Typedef Documentation

◆ QgsTableContents

typedef QVector<QgsTableRow> QgsTableContents

A set of table rows.

Since
QGIS 3.12

Definition at line 220 of file qgstablecell.h.

◆ QgsTableRow

typedef QVector<QgsTableCell> QgsTableRow

A row of table cells.

Since
QGIS 3.12

Definition at line 211 of file qgstablecell.h.