#include "SUIT.h"#include <Qtx.h>#include <QAbstractItemModel>#include <QSortFilterProxyModel>#include <QModelIndex>#include <QItemDelegate>#include <QVariant>#include <QMap>Go to the source code of this file.
Classes | |
| class | SUIT_DataSearcher |
| class | SUIT_AbstractModel |
| class | SUIT_TreeModel |
| Implementation of the model/view API based on the tree of SUIT_DataObject class instances. More... | |
| struct | SUIT_TreeModel::ColumnInfo |
| class | SUIT_ProxyModel |
| Proxy model which can be used above the SUIT_TreeModel class to enable custom sorting/filtering of the data. More... | |
| class | SUIT_ItemDelegate |
| An SUIT_DataObject-based item delegate class. More... | |