Home
last modified time | relevance | path

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

/dports/net/messagelib/messagelib-21.12.3/messagelist/src/core/
H A Dmodel.cpp327 d->mModelForItemFunctions = this; in Model()
427 if (!mModelForItemFunctions) { in applyFilterToSubtree()
572 if (!d->mModelForItemFunctions) { in index()
597 if (!d->mModelForItemFunctions) { in index()
649 if (!d->mModelForItemFunctions) { in rowCount()
2172 oldParent->takeChildItem(mModelForItemFunctions, mi); in attachMessageToParent()
2288 pParent->appendChildItem(mModelForItemFunctions, mi); in attachMessageToParent()
2291 pParent->appendChildItem(mModelForItemFunctions, mi); in attachMessageToParent()
2333 if (mModelForItemFunctions && pParent->isViewable()) { in attachMessageToParent()
3836 mModelForItemFunctions = q; in viewItemJobStepInternal()
[all …]
H A Dmodel_p.h423 Model *mModelForItemFunctions = nullptr; variable