#include <QVector>#include <QString>#include <QObject>#include <QicsNamespace.h>#include <QicsDataItem.h>#include <QicsRegion.h>#include <QTextStream>Go to the source code of this file.
Classes | |
| class | QicsDataModel |
| Abstract API for storing and retrieving table data. More... | |
Typedefs | |
| typedef QVector< const QicsDataItem * > | QicsDataModelColumn |
| typedef QVector< const QicsDataItem * > | QicsDataModelRow |
QicsDataModelColumn represents a column of data.
QicsDataModelColumn is implemented as a vector of pointers to QicsDataItem objects. The programmer should use the usual QValueVector methods to add, remove, or access data item objects in the column.
QicsDataModelRow represents a row of data.
QicsDataModelRow is implemented as a vector of pointers to QicsDataItem objects. The programmer should use the usual QValueVector methods to add, remove, or access data item objects in the row.