WARNING: USE THIS SOFTWARE AT YOUR OWN RISK! THIS IS EXPERIMENTAL SOFTWARE NOT INTENDED FOR PRODUCTION USE! Zuble is currently an early stage prototype. As such Zuble is minimally tested and inherently unstable. It is provided for experimental, development, and demonstration purposes only. | Zuble QML Types | Zuble C++ Classes | Zuble Overview |
Zuble
0.1
Zuble Framework C++/QML extension API
|
This is the complete list of members for Zbl::ZblDataModel, including all inherited members.
addRole(int roleNumber, ZblTableCell *cell=NULL) | Zbl::ZblDataModel | |
addRole(int roleNumber, const QByteArray &roleName, ZblTableCell *cell=NULL) | Zbl::ZblDataModel | |
appendRow(QMap< int, QList< QVariant > > data, ZblTableCell *cell=NULL) | Zbl::ZblDataModel | |
appendRows(QList< QMap< int, QList< QVariant > > > data, ZblTableCell *cell=NULL) | Zbl::ZblDataModel | |
clearData(ZblTableCell *cell=NULL) | Zbl::ZblDataModel | |
clearRoles() | Zbl::ZblDataModel | |
colNamesCell() | Zbl::ZblDataModel | protected |
columnCount(const ZblTableCell *cell=NULL) const | Zbl::ZblDataModel | |
constRootCell() const | Zbl::ZblDataModel | protected |
copyColumn(int fromColumn, int toColumn, ZblTableCell *cell=NULL) | Zbl::ZblDataModel | |
data(int role, int row, int col, const ZblTableCell *cell=NULL) const | Zbl::ZblDataModel | |
dumpModelData(const ZblTableCell *cell=NULL) const | Zbl::ZblDataModel | |
findNextItemRow(int startRow, const QString &text, int column=0, bool caseSensitive=true, bool forwardDirection=true, bool keySearch=false, const ZblTableCell *cell=NULL) const | Zbl::ZblDataModel | |
getTableColumnRows(QList< int > roles, int startRow, int col, int rowCount, ZblTableCell *cell=NULL) const | Zbl::ZblDataModel | |
hasRole(int role, const ZblTableCell *cell=NULL) const | Zbl::ZblDataModel | |
headers() | Zbl::ZblDataModel | protected |
m_columnNames | Zbl::ZblDataModel | private |
m_headers | Zbl::ZblDataModel | private |
m_roleNames | Zbl::ZblDataModel | private |
m_rootCell | Zbl::ZblDataModel | private |
prependRow(QMap< int, QList< QVariant > > data, ZblTableCell *cell=NULL) | Zbl::ZblDataModel | |
prependRows(QList< QMap< int, QList< QVariant > > > data, ZblTableCell *cell=NULL) | Zbl::ZblDataModel | |
putTableColumnRows(QVariant rows, int startRow, int col, ZblTableCell *cell=NULL) | Zbl::ZblDataModel | |
removeRows(int row, int count, ZblTableCell *cell=NULL) | Zbl::ZblDataModel | |
roleCount(const ZblTableCell *cell=NULL) const | Zbl::ZblDataModel | |
roleNames() const | Zbl::ZblDataModel | |
roles(const ZblTableCell *cell=NULL) const | Zbl::ZblDataModel | |
rootCell() | Zbl::ZblDataModel | protected |
rowCount(const ZblTableCell *cell=NULL) const | Zbl::ZblDataModel | |
setColumnCount(int count, ZblTableCell *cell=NULL) | Zbl::ZblDataModel | |
setData(int role, int row, int col, const QVariant &value, ZblTableCell *cell=NULL) | Zbl::ZblDataModel | |
ZblDataModel() | Zbl::ZblDataModel | |
zRoleNames typedef | Zbl::ZblDataModel | |
~ZblDataModel() | Zbl::ZblDataModel |
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.