QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
qgstablecell.h File Reference
#include <memory>
#include "qgis_core.h"
#include "qgis_sip.h"
#include "qgstextformat.h"
#include <QColor>
#include <QVariant>
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.
typedef QVector< QgsTableCellQgsTableRow
 A row of table cells.

Typedef Documentation

◆ QgsTableContents

typedef QVector<QgsTableRow> QgsTableContents

A set of table rows.

Since
QGIS 3.12

Definition at line 254 of file qgstablecell.h.

◆ QgsTableRow

typedef QVector<QgsTableCell> QgsTableRow

A row of table cells.

Since
QGIS 3.12

Definition at line 245 of file qgstablecell.h.