#include <filter_tree_model.h>
◆ FilterTreeModel()
| FilterTreeModel::FilterTreeModel |
( |
QObject * | parent = nullptr | ) |
|
◆ ~FilterTreeModel()
| FilterTreeModel::~FilterTreeModel |
( |
| ) |
|
|
override |
◆ addFilter
| void FilterTreeModel::addFilter |
( |
const CardFilter * | f | ) |
|
|
slot |
◆ allFilters
| QList< const CardFilter * > FilterTreeModel::allFilters |
( |
| ) |
const |
|
nodiscardslot |
◆ clear()
| void FilterTreeModel::clear |
( |
| ) |
|
◆ clearFiltersOfType
◆ columnCount()
| int FilterTreeModel::columnCount |
( |
const QModelIndex & | = QModelIndex() | ) |
const |
|
nodiscardoverride |
◆ data()
| QVariant FilterTreeModel::data |
( |
const QModelIndex & | index, |
|
|
int | role ) const |
|
nodiscardoverride |
◆ filterTree()
| FilterTree * FilterTreeModel::filterTree |
( |
| ) |
const |
|
inlinenodiscard |
◆ flags()
| Qt::ItemFlags FilterTreeModel::flags |
( |
const QModelIndex & | index | ) |
const |
|
nodiscardoverride |
◆ getFiltersOfType
◆ index()
| QModelIndex FilterTreeModel::index |
( |
int | row, |
|
|
int | column, |
|
|
const QModelIndex & | parent ) const |
|
nodiscardoverride |
◆ indexToNode()
| FilterTreeNode * FilterTreeModel::indexToNode |
( |
const QModelIndex & | idx | ) |
const |
|
nodiscardprivate |
◆ nodeIndex()
| QModelIndex FilterTreeModel::nodeIndex |
( |
const FilterTreeNode * | node, |
|
|
int | row, |
|
|
int | column ) const |
|
private |
◆ parent()
| QModelIndex FilterTreeModel::parent |
( |
const QModelIndex & | ind | ) |
const |
|
nodiscardoverride |
◆ proxyBeginInsertRow
| void FilterTreeModel::proxyBeginInsertRow |
( |
const FilterTreeNode * | node, |
|
|
int | i ) |
|
privateslot |
◆ proxyBeginRemoveRow
| void FilterTreeModel::proxyBeginRemoveRow |
( |
const FilterTreeNode * | node, |
|
|
int | i ) |
|
privateslot |
◆ proxyEndInsertRow
| void FilterTreeModel::proxyEndInsertRow |
( |
const FilterTreeNode * | node, |
|
|
int | ) |
|
privateslot |
◆ proxyEndRemoveRow
| void FilterTreeModel::proxyEndRemoveRow |
( |
const FilterTreeNode * | node, |
|
|
int | ) |
|
privateslot |
◆ removeFilter
| void FilterTreeModel::removeFilter |
( |
const CardFilter * | f | ) |
|
|
slot |
◆ removeRows()
| bool FilterTreeModel::removeRows |
( |
int | row, |
|
|
int | count, |
|
|
const QModelIndex & | parent ) |
|
override |
◆ rowCount()
| int FilterTreeModel::rowCount |
( |
const QModelIndex & | parent = QModelIndex() | ) |
const |
|
nodiscardoverride |
◆ setData()
| bool FilterTreeModel::setData |
( |
const QModelIndex & | index, |
|
|
const QVariant & | value, |
|
|
int | role = Qt::EditRole ) |
|
override |
◆ fTree
The documentation for this class was generated from the following files: