Home
last modified time | relevance | path

Searched refs:MSG_SCORE_MAX (Results 1 – 2 of 2) sorted by relevance

/dports/net/rssguard/rssguard-4.0.4/src/librssguard/core/
H A Dmessagesmodel.cpp44 for (int i = int(MSG_SCORE_MIN); i <= int(MSG_SCORE_MAX); i += 10) { in setupIcons()
55 int level = std::min(MSG_SCORE_MAX, std::max(MSG_SCORE_MIN, std::floor(score / 10.0))); in generateIconForScore()
444 … int level = std::min(MSG_SCORE_MAX, std::max(MSG_SCORE_MIN, std::floor(dta.toDouble() / 10.0))); in data()
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/definitions/
H A Ddefinitions.h45 #define MSG_SCORE_MAX 100.0 macro