#include <QAbstractTableModel>
#include "ZblDataModel.h"
#include "zglobal.h"
#include <QJsonObject>
#include <QItemSelection>
Go to the source code of this file.
|
typedef QHash< int, QByteArray > | Zbl::ZRoleNames |
| Maps role numbers to role names as a hash table object. More...
|
|
typedef QList< QVariant > | Zbl::ZDataRow |
| Represents a single row (or column for column headers) of data cell values for a single role. More...
|
|
typedef QMap< int, QList< QVariant > > | Zbl::ZRoleRow |
| Represents a single row (or column for column headers) of data cell values for multiple roles. More...
|
|
typedef QList< QMap< int, QList< QVariant > > > | Zbl::ZRoleRowList |
| Represents multiple rows of data cell values for multiple roles for multiple columns. More...
|
|
typedef QList< QMap< int, QVariant > > | Zbl::ZTableRowList |
| Represents multiple rows of data cell values for multiple roles for a single column. More...
|
|
Zuble documentation copyright © 2019 Bob Dinitto.
Documentation contributions included
herein are the copyrights of their respective owners. The documentation
provided herein is licensed under the terms of the
GNU Free Documentation License version 1.3
as published by the Free Software Foundation.
Zuble is a derivative work of Qt version 5.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland
and/or other countries worldwide.
All other trademarks are property of their respective owners.