Home
last modified time | relevance | path

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

/dports/databases/akonadi/akonadi-21.12.3/src/core/
H A Dpartfetcher.cpp69 …const auto loadedParts = m_persistentIndex.data(EntityTreeModel::LoadedPartsRole).value<QSet<QByte… in fetchJobDone()
103 const auto loadedParts = index.data(EntityTreeModel::LoadedPartsRole).value<QSet<QByteArray>>(); in start()
/dports/databases/akonadi/akonadi-21.12.3/src/core/models/
H A Dentitytreemodel.h329 LoadedPartsRole, ///< Parts available in the model for the item enumerator
H A Dentitytreemodel.cpp302 case LoadedPartsRole: in data()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dakonadi.py66 LoadedPartsRole = 0 variable in Akonadi.EntityTreeModel