43 QFont f = painter->font();
47 auto const moduleCount =
m_counts.size();
55 std::size_t Value = 0;
58 for (index = 0;index < moduleCount; index++) {
64 while (drawn < moduleCount) {
65 for (index = 0; index < moduleCount; index++) {
67 #define S(...) static_cast<int>(__VA_ARGS__)
68 QPoint p1(
S(rect().x()) + (moduleCount - drawn - 1)*
BAR_DELTAX,
80 std::size_t newValue = 0u;
81 for (index = 0;index < moduleCount; index++)