Home
last modified time | relevance | path

Searched refs:FilterTreeNode (Results 1 – 4 of 4) sorted by relevance

/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dfiltertreemodel.cpp65 FilterTreeNode *node; in indexToNode()
74 node = static_cast<FilterTreeNode *>(ip); in indexToNode()
87 const FilterTreeNode *node; in rowCount()
109 const FilterTreeNode *node; in data()
148 FilterTreeNode *node; in setData()
173 const FilterTreeNode *node; in flags()
195 FilterTreeNode *child; in nodeIndex()
206 const FilterTreeNode *node; in index()
220 const FilterTreeNode *node; in parent()
221 FilterTreeNode *parent; in parent()
[all …]
H A Dfiltertree.h14 class FilterTreeNode
20 FilterTreeNode() : enabled(true) in FilterTreeNode() function
37 virtual FilterTreeNode *parent() const in parent()
41 virtual FilterTreeNode *nodeAt(int /* i */) const in nodeAt()
102 FilterTreeNode *nodeAt(int i) const override;
127 FilterTreeNode *parent() const override;
150 FilterTreeNode *parent() const override in parent()
155 FilterTreeNode *termNode(const QString &term);
167 class FilterItem : public FilterTreeNode
188 FilterTreeNode *parent() const override in parent()
[all …]
H A Dfiltertreemodel.h8 class FilterTreeNode; variable
20 void proxyBeginInsertRow(const FilterTreeNode *, int);
21 void proxyEndInsertRow(const FilterTreeNode *, int);
22 void proxyBeginRemoveRow(const FilterTreeNode *, int);
23 void proxyEndRemoveRow(const FilterTreeNode *, int);
26 FilterTreeNode *indexToNode(const QModelIndex &idx) const;
27 QModelIndex nodeIndex(const FilterTreeNode *node, int row, int column) const;
H A Dfiltertree.cpp7 template <class T> FilterTreeNode *FilterTreeBranch<T>::nodeAt(int i) const in nodeAt()
20 template <class T> int FilterTreeBranch<T>::childIndex(const FilterTreeNode *node) const in childIndex()
22 auto *unconst = const_cast<FilterTreeNode *>(node); in childIndex()
69 FilterTreeNode *LogicMap::parent() const in parent()
85 FilterTreeNode *FilterItemList::termNode(const QString &term) in termNode()
449 FilterTreeNode *FilterTree::termNode(CardFilter::Attr attr, CardFilter::Type type, const QString &t… in termNode()
454 FilterTreeNode *FilterTree::termNode(const CardFilter *f) in termNode()