Home
last modified time | relevance | path

Searched refs:mAggregation (Results 1 – 5 of 5) sorted by relevance

/dports/net/messagelib/messagelib-21.12.3/messagelist/src/core/
H A Dwidgetbase.cpp164 delete d->mAggregation; in ~Widget()
283 delete mAggregation; in setDefaultAggregationForStorageModel()
286 mView->setAggregation(mAggregation); in setDefaultAggregationForStorageModel()
307 if (storageModel && mAggregation && !mSortOrder.validForAggregation(mAggregation)) { in checkSortOrder()
548 delete d->mAggregation; in aggregationSelected()
567 if (!d->mAggregation) { in sortOrderMenuAboutToShow()
722 if (!d->mAggregation) { in messageSortingSelected()
748 if (!d->mAggregation) { in messageSortDirectionSelected()
773 if (!d->mAggregation) { in groupSortingSelected()
799 if (!d->mAggregation) { in groupSortDirectionSelected()
[all …]
H A Dmodel.cpp313 d->mAggregation = nullptr; in Model()
373 d->mAggregation = aggregation; in setAggregation()
374 …d->mView->setRootIsDecorated((d->mAggregation->grouping() == Aggregation::NoGrouping) && (d->mAggr… in setAggregation()
913 switch (d->mAggregation->fillViewStrategy()) { in setStorageModel()
1299 switch (mAggregation->grouping()) { in attachMessageToGroupHeader()
1412 switch (mAggregation->groupExpandPolicy()) { in attachMessageToGroupHeader()
1508 if (mAggregation->threading() == Aggregation::PerfectOnly) { in findMessageParent()
2299 switch (mAggregation->threadExpandPolicy()) { in attachMessageToParent()
2824 switch (mAggregation->threading()) { in viewItemJobStepInternalForJobPass1Fill()
2943 switch (mAggregation->threading()) { in viewItemJobStepInternalForJobPass1Fill()
[all …]
H A Dview.cpp160 d->mAggregation = nullptr; in ~View()
254 d->mAggregation = aggregation; in setAggregation()
1042 if (d->mAggregation->grouping() == Aggregation::NoGrouping) { in setAllThreadsExpanded()
1062 if (d->mAggregation->grouping() == Aggregation::NoGrouping) { in setAllGroupsExpanded()
1878 if (!d->mAggregation) { in isThreaded()
1881 return d->mAggregation->threading() != Aggregation::NoThreading; in isThreaded()
2337 switch (d->mAggregation->grouping()) { in event()
2340 switch (d->mAggregation->threadLeader()) { in event()
2375 switch (d->mAggregation->threadLeader()) { in event()
2397 switch (d->mAggregation->threadLeader()) { in event()
[all …]
H A Dmodel_p.h174 const Aggregation *mAggregation = nullptr; variable
/dports/net/messagelib/messagelib-21.12.3/messagelist/src/utils/
H A Dconfigureaggregationsdialog.cpp37 Core::Aggregation *mAggregation = nullptr; member in MessageList::Utils::AggregationListWidgetItem
43 mAggregation = new Core::Aggregation(set); in AggregationListWidgetItem()
48 delete mAggregation; in ~AggregationListWidgetItem()
54 return mAggregation; in aggregation()
59 mAggregation = nullptr; in forgetAggregation()