Home
last modified time | relevance | path

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

/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/libnotificationmanager/
H A Dnotificationgroupcollapsingproxymodel.cpp61 case Notifications::IsGroupExpandedRole: { in data()
78 if (role == Notifications::IsGroupExpandedRole && m_limit > 0) { in setData()
152 if (idx.data(Notifications::IsGroupExpandedRole).toBool() == expanded) { in setGroupExpanded()
165 …> dirtyRoles = {Notifications::ExpandedGroupChildrenCountRole, Notifications::IsGroupExpandedRole}; in setGroupExpanded()
175 …> dirtyRoles = {Notifications::ExpandedGroupChildrenCountRole, Notifications::IsGroupExpandedRole}; in invalidateGroupRoles()
H A Dnotifications.h218 IsGroupExpandedRole, ///< Whether the group is expanded, this role is writable. enumerator
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/notifications/package/contents/ui/
H A DFullRepresentation.qml290 … return historyModel.data(idx, NotificationManager.Notifications.IsGroupExpandedRole);
298 … historyModel.setData(rowIdx, expanded, NotificationManager.Notifications.IsGroupExpandedRole);