Home
last modified time | relevance | path

Searched refs:mSourceNodes (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/korganizer/korganizer-21.12.3/src/views/collectionview/
H A Dreparentingmodel.cpp31 personModel.mSourceNodes.append(this); in Node()
39 personModel.mSourceNodes.removeOne(this); in ~Node()
144 mSourceNodes.clear(); in ~ReparentingModel()
637 for (Node *n : std::as_const(mSourceNodes)) { in getSourceNode()
679 for (const Node *n : std::as_const(mSourceNodes)) { in isDuplicate()
699 for (Node *n : std::as_const(mSourceNodes)) { in reparentSourceNodes()
727 Q_ASSERT(mSourceNodes.isEmpty()); in rebuildAll()
728 mSourceNodes.clear(); in rebuildAll()
H A Dreparentingmodel.h142 QList<Node *> mSourceNodes; variable