Home
last modified time | relevance | path

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

/dports/deskutils/zanshin/zanshin-21.12.3/src/presentation/
H A Dquerytreemodel.h58 m_fetchAdditionalInfoFunction(fetchAdditionalInfoFunction) in QueryTreeModelBase()
81 if (m_fetchAdditionalInfoFunction) { in fetchAdditionalInfo()
84 theNode->setAdditionalInfo(m_fetchAdditionalInfoFunction(index, theNode->item())); in fetchAdditionalInfo()
100 FetchAdditionalInfoFunction m_fetchAdditionalInfoFunction; variable