Home
last modified time | relevance | path

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

/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/processui/
H A DProcessModel.h163 …enum { UidRole = Qt::UserRole, SortingValueRole, WindowIdRole, PlainValueRole, PercentageRole, Per… enumerator
H A Dksysguardprocesslist.cpp78 float percentage = index.data(ProcessModel::PercentageRole).toFloat(); in paint()
H A DProcessModel.cpp2026 case PercentageRole: { in data()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/libnotificationmanager/
H A Djobsmodel_p.cpp60 if (roles.contains(Notifications::PercentageRole)) { in JobsModelPrivate()
343 scheduleUpdate(job, Notifications::PercentageRole); in requestView()
H A Djobsmodel.cpp116 case Notifications::PercentageRole: in data()
H A Dnotifications.cpp185 … || roles.contains(Notifications::JobStateRole) || roles.contains(Notifications::PercentageRole) in initProxyModels()
274 totalPercentage += idx.data(Notifications::PercentageRole).toInt(); in updateCount()
H A Dnotifications.h239PercentageRole, ///< The percentage of the job. Use @c jobsPercentage to get a global percentage f… enumerator
/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/autotests/
H A Dprocesstest.cpp236 auto percentage = index.data(ProcessModel::PercentageRole).toFloat(); in testCPUGraphHistory()