Home
last modified time | relevance | path

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

/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/containments/desktop/plugins/folder/
H A Dfoldermodel.cpp220 roleNames[IsDirRole] = "isDir"; in staticRoleNames()
676 bool isDir = data(idx, IsDirRole).toBool(); in cd()
731 if (!index.data(IsDirRole).toBool()) { in runSelected()
756 if (data(idx, IsDirRole).toBool()) { in fileExtensionBoundary()
1301 } else if (role == IsDirRole) { in data()
1324 bool isDir = data(index, IsDirRole).toBool(); in data()
1409 Q_EMIT dataChanged(idx, idx, QVector<int>() << IsDirRole); in statResult()
H A Dfoldermodel.h96 IsDirRole, enumerator
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/model/
H A Dfileproxymodel.h55 IsDirRole = Qt::UserRole + 7 enumerator
H A Dfileproxymodel.cpp60 roles[FileProxyModel::IsDirRole] = "isDir"; in getRoleHash()
339 } else if (role == IsDirRole && index.column() == 0) { in data()
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/model/
H A Dfileproxymodel.h55 IsDirRole = Qt::UserRole + 7 enumerator
H A Dfileproxymodel.cpp60 roles[FileProxyModel::IsDirRole] = "isDir"; in getRoleHash()
339 } else if (role == IsDirRole && index.column() == 0) { in data()
/dports/x11-fm/dolphin/dolphin-21.12.3/src/kitemviews/
H A Dkfileitemmodel.h298IsDirRole, IsLinkRole, IsHiddenRole, IsExpandedRole, IsExpandableRole, ExpandedParentsCountRole, enumerator
H A Dkfileitemmodel.cpp81 m_requestRole[IsDirRole] = true; in Q_GLOBAL_STATIC()
1602 roles.insert("isDir", IsDirRole); in typeForRole()
1629 roles.insert(IsDirRole, "isDir"); in roleForType()
1651 if (m_requestRole[IsDirRole] && isDir) { in retrieveData()