![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Types | |
| using | Grouping = ProcessorListModel::Grouping |
| using | Item = ProcessorListModel::Item |
| using | Role = ProcessorListModel::Role |
| using | Type = ProcessorListModel::Node::Type |
Public Member Functions | |
| std::any | currentData (std::string_view name) |
| std::optional< std::string_view > | currentStr (std::string_view name) |
| Document | description () const |
| virtual bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const override |
| virtual bool | lessThan (const QModelIndex &left, const QModelIndex &right) const override |
| ProcessorListFilter (QAbstractItemModel *model, ProcessorNetwork *net, QObject *parent=nullptr) | |
| void | setCheckedTags (const Tags &tags) |
| void | setCustomFilter (const QString &filter) |
| void | setGrouping (Grouping grouping) |