Home
last modified time | relevance | path

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

/dports/misc/tellico/tellico-3.4.2/src/
H A Dentry.h156 QStringList groupNamesByFieldName(const QString& fieldName) const;
H A Dentry.cpp290 QStringList Entry::groupNamesByFieldName(const QString& fieldName_) const { in groupNamesByFieldName() function in Entry
H A Dcollection.cpp731 return entry_->groupNamesByFieldName(fieldName_); in entryGroupNamesByField()
738 const QStringList groups = entry_->groupNamesByFieldName(field->name()); in entryGroupNamesByField()
/dports/misc/tellico/tellico-3.4.2/src/tests/
H A Dcollectiontest.cpp131 QStringList groupNames = entry1->groupNamesByFieldName(QStringLiteral("test")); in testCollection()
164 groupNames = entry2->groupNamesByFieldName(QStringLiteral("table")); in testCollection()
H A Dtellicoreadtest.cpp263 QStringList groups = e3->groupNamesByFieldName(QStringLiteral("table")); in testTableData()