2014-08-17 12:56:05 +00:00
|
|
|
/* gLineOverlayBar Implementation
|
2014-04-09 21:01:57 +00:00
|
|
|
*
|
|
|
|
* Copyright (c) 2011-2014 Mark Watkins <jedimark@users.sourceforge.net>
|
|
|
|
*
|
|
|
|
* This file is subject to the terms and conditions of the GNU General Public
|
|
|
|
* License. See the file COPYING in the main directory of the Linux
|
|
|
|
* distribution for more details. */
|
2011-06-26 08:30:44 +00:00
|
|
|
|
|
|
|
#include <math.h>
|
2011-07-18 03:36:26 +00:00
|
|
|
#include "SleepLib/profiles.h"
|
2011-06-26 08:30:44 +00:00
|
|
|
#include "gLineOverlay.h"
|
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
gLineOverlayBar::gLineOverlayBar(ChannelID code, QColor color, QString label, FlagType flt)
|
2014-08-05 11:17:03 +00:00
|
|
|
: Layer(code), m_flag_color(color), m_label(label), m_flt(flt), m_odt(ODT_TopAndBottom)
|
2011-06-26 08:30:44 +00:00
|
|
|
{
|
2014-08-06 02:08:19 +00:00
|
|
|
m_hover = false;
|
|
|
|
m_blockhover = false;
|
2011-06-26 08:30:44 +00:00
|
|
|
}
|
|
|
|
gLineOverlayBar::~gLineOverlayBar()
|
|
|
|
{
|
|
|
|
}
|
2011-07-27 09:21:53 +00:00
|
|
|
|
2014-08-21 06:03:30 +00:00
|
|
|
QColor brighten(QColor, float);
|
2014-07-20 09:22:31 +00:00
|
|
|
|
2014-05-13 17:47:33 +00:00
|
|
|
void gLineOverlayBar::paint(QPainter &painter, gGraph &w, const QRegion ®ion)
|
2011-06-26 08:30:44 +00:00
|
|
|
{
|
2014-08-06 02:08:19 +00:00
|
|
|
m_hover = false;
|
2014-08-05 11:17:03 +00:00
|
|
|
if (!schema::channel[m_code].enabled())
|
|
|
|
return;
|
|
|
|
|
2014-08-06 02:08:19 +00:00
|
|
|
|
2014-05-13 17:47:33 +00:00
|
|
|
int left = region.boundingRect().left();
|
|
|
|
int topp = region.boundingRect().top(); // FIXME: Misspelling intentional.
|
|
|
|
int width = region.boundingRect().width();
|
|
|
|
int height = region.boundingRect().height();
|
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
if (!m_visible) { return; }
|
2011-06-26 08:30:44 +00:00
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
if (!m_day) { return; }
|
2011-06-26 08:30:44 +00:00
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
int start_py = topp;
|
2011-06-26 08:30:44 +00:00
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
double xx = w.max_x - w.min_x;
|
|
|
|
double yy = w.max_y - w.min_y;
|
2014-07-20 04:22:33 +00:00
|
|
|
double jj = double(width) / double(xx);
|
|
|
|
|
2011-06-26 08:30:44 +00:00
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
if (xx <= 0) { return; }
|
2011-06-26 08:30:44 +00:00
|
|
|
|
2014-08-06 03:07:16 +00:00
|
|
|
double x1, x2;
|
2014-04-17 05:55:38 +00:00
|
|
|
|
|
|
|
int x, y;
|
|
|
|
|
|
|
|
float bottom = start_py + height - 25 * w.printScaleY(), top = start_py + 25 * w.printScaleY();
|
2011-07-27 09:21:53 +00:00
|
|
|
|
2011-08-01 04:34:55 +00:00
|
|
|
double X;
|
|
|
|
double Y;
|
2011-08-02 04:51:49 +00:00
|
|
|
|
2014-07-20 04:22:33 +00:00
|
|
|
QPoint mouse=w.graphView()->currentMousePos();
|
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
m_count = 0;
|
|
|
|
m_sum = 0;
|
|
|
|
m_flag_color = schema::channel[m_code].defaultColor();
|
2011-11-12 13:58:58 +00:00
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
|
|
|
|
if (m_flt == FT_Span) {
|
2011-12-06 14:39:14 +00:00
|
|
|
m_flag_color.setAlpha(128);
|
|
|
|
}
|
2014-04-17 05:55:38 +00:00
|
|
|
|
2014-05-07 19:52:59 +00:00
|
|
|
painter.setPen(m_flag_color);
|
|
|
|
|
2011-12-23 10:52:31 +00:00
|
|
|
EventStoreType raw;
|
2012-01-02 15:34:17 +00:00
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
quint32 *tptr;
|
|
|
|
EventStoreType *dptr, *eptr;
|
2012-01-05 11:35:23 +00:00
|
|
|
qint64 stime;
|
|
|
|
|
2014-08-05 11:17:03 +00:00
|
|
|
OverlayDisplayType odt = m_odt;
|
2014-04-17 05:55:38 +00:00
|
|
|
QHash<ChannelID, QVector<EventList *> >::iterator cei;
|
2012-01-10 02:34:44 +00:00
|
|
|
int count;
|
2012-01-19 15:18:34 +00:00
|
|
|
|
2014-07-11 12:09:38 +00:00
|
|
|
qint64 clockdrift = qint64(p_profile->cpap->clockDrift()) * 1000L;
|
2014-04-17 05:55:38 +00:00
|
|
|
qint64 drift = 0;
|
2014-07-20 04:22:33 +00:00
|
|
|
bool hover = false;
|
2012-01-19 15:18:34 +00:00
|
|
|
|
2012-01-05 11:35:23 +00:00
|
|
|
// For each session, process it's eventlist
|
2014-04-17 05:55:38 +00:00
|
|
|
for (QList<Session *>::iterator s = m_day->begin(); s != m_day->end(); s++) {
|
|
|
|
|
|
|
|
if (!(*s)->enabled()) { continue; }
|
|
|
|
|
|
|
|
cei = (*s)->eventlist.find(m_code);
|
|
|
|
|
|
|
|
if (cei == (*s)->eventlist.end()) { continue; }
|
2012-01-10 02:34:44 +00:00
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
QVector<EventList *> &evlist = cei.value();
|
|
|
|
|
|
|
|
if (evlist.size() == 0) { continue; }
|
|
|
|
|
2014-09-17 06:12:38 +00:00
|
|
|
drift = ((*s)->type() == MT_CPAP) ? clockdrift : 0;
|
2011-07-27 09:21:53 +00:00
|
|
|
|
2012-01-05 11:35:23 +00:00
|
|
|
// Could loop through here, but nowhere uses more than one yet..
|
2014-04-17 05:55:38 +00:00
|
|
|
for (int k = 0; k < evlist.size(); k++) {
|
|
|
|
EventList &el = *(evlist[k]);
|
|
|
|
count = el.count();
|
|
|
|
stime = el.first() + drift;
|
|
|
|
dptr = el.rawData();
|
|
|
|
eptr = dptr + count;
|
|
|
|
tptr = el.rawTime();
|
2011-06-26 08:30:44 +00:00
|
|
|
|
2012-01-05 11:35:23 +00:00
|
|
|
////////////////////////////////////////////////////////////////////////////
|
2012-01-10 02:34:44 +00:00
|
|
|
// Skip data previous to minx bounds
|
2012-01-05 11:35:23 +00:00
|
|
|
////////////////////////////////////////////////////////////////////////////
|
2012-01-10 02:34:44 +00:00
|
|
|
for (; dptr < eptr; dptr++) {
|
2014-04-17 05:55:38 +00:00
|
|
|
X = stime + *tptr;
|
|
|
|
|
|
|
|
if (X >= w.min_x) {
|
2012-01-10 02:34:44 +00:00
|
|
|
break;
|
2014-04-17 05:55:38 +00:00
|
|
|
}
|
|
|
|
|
2012-01-10 02:34:44 +00:00
|
|
|
tptr++;
|
2012-01-05 11:35:23 +00:00
|
|
|
}
|
2012-01-10 02:34:44 +00:00
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
if (m_flt == FT_Span) {
|
2012-01-10 02:34:44 +00:00
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
// FT_Span
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
2014-04-17 05:55:38 +00:00
|
|
|
for (; dptr < eptr; dptr++) {
|
2014-07-20 04:22:33 +00:00
|
|
|
hover = false;
|
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
X = stime + *tptr++;
|
|
|
|
raw = *dptr;
|
|
|
|
Y = X - (qint64(raw) * 1000.0L); // duration
|
|
|
|
|
|
|
|
if (Y > w.max_x) {
|
2012-01-10 02:34:44 +00:00
|
|
|
break;
|
2014-04-17 05:55:38 +00:00
|
|
|
}
|
|
|
|
|
2014-07-20 04:22:33 +00:00
|
|
|
x1 = jj * double(X - w.min_x) + left;
|
2012-01-10 02:34:44 +00:00
|
|
|
m_count++;
|
2014-04-17 05:55:38 +00:00
|
|
|
m_sum += raw;
|
2014-07-20 04:22:33 +00:00
|
|
|
x2 = jj * double(Y - w.min_x) + left;
|
2014-04-17 05:55:38 +00:00
|
|
|
|
|
|
|
if (int(x1) == int(x2)) {
|
|
|
|
x2 += 1;
|
|
|
|
}
|
2012-01-10 02:34:44 +00:00
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
if (x2 < left) {
|
|
|
|
x2 = left;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (x1 > width + left) {
|
|
|
|
x1 = width + left;
|
|
|
|
}
|
2014-07-20 09:22:31 +00:00
|
|
|
|
2014-07-20 04:22:33 +00:00
|
|
|
QRect rect(x2, start_py, x1-x2, height);
|
|
|
|
QColor col = m_flag_color;
|
|
|
|
if (rect.contains(mouse)) {
|
|
|
|
hover = true;
|
|
|
|
}
|
2014-04-17 05:55:38 +00:00
|
|
|
|
2014-07-20 04:22:33 +00:00
|
|
|
painter.fillRect(rect, QBrush(col));
|
2011-06-26 08:30:44 +00:00
|
|
|
}
|
2014-08-06 04:30:41 +00:00
|
|
|
}/* else if (m_flt == FT_Dot) {
|
2012-01-10 02:34:44 +00:00
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
// FT_Dot
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
for (; dptr < eptr; dptr++) {
|
2014-07-20 04:22:33 +00:00
|
|
|
hover = false;
|
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
X = stime + *tptr++; //el.time(i);
|
|
|
|
raw = *dptr; //el.data(i);
|
|
|
|
|
|
|
|
if (X > w.max_x) {
|
2012-01-10 02:34:44 +00:00
|
|
|
break;
|
2014-04-17 05:55:38 +00:00
|
|
|
}
|
|
|
|
|
2014-07-20 04:22:33 +00:00
|
|
|
x1 = jj * double(X - w.min_x) + left;
|
2012-01-10 02:34:44 +00:00
|
|
|
m_count++;
|
2014-04-17 05:55:38 +00:00
|
|
|
m_sum += raw;
|
|
|
|
|
2014-08-06 01:25:11 +00:00
|
|
|
// if ((odt == ODT_Bars) || (xx < 3600000)) {
|
2012-01-10 02:34:44 +00:00
|
|
|
// show the fat dots in the middle
|
2014-05-07 19:52:59 +00:00
|
|
|
painter.setPen(QPen(m_flag_color,4));
|
|
|
|
|
|
|
|
painter.drawPoint(x1, double(height) / double(yy)*double(-20 - w.min_y) + topp);
|
|
|
|
painter.setPen(QPen(m_flag_color,1));
|
2014-04-17 05:55:38 +00:00
|
|
|
|
2014-08-06 01:25:11 +00:00
|
|
|
// } else {
|
|
|
|
// // thin lines down the bottom
|
|
|
|
// painter.drawLine(x1, start_py + 1, x1, start_py + 1 + 12);
|
|
|
|
// }
|
2012-01-05 11:35:23 +00:00
|
|
|
}
|
2014-08-06 04:30:41 +00:00
|
|
|
} */else if ((m_flt == FT_Bar) || (m_flt == FT_Dot)) {
|
2012-01-10 02:34:44 +00:00
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
// FT_Bar
|
|
|
|
////////////////////////////////////////////////////////////////////////////
|
|
|
|
for (; dptr < eptr; dptr++) {
|
2014-07-20 04:22:33 +00:00
|
|
|
hover = false;
|
2014-04-17 05:55:38 +00:00
|
|
|
X = stime + *tptr++;
|
|
|
|
raw = *dptr;
|
|
|
|
|
|
|
|
if (X > w.max_x) {
|
2012-01-10 02:34:44 +00:00
|
|
|
break;
|
2014-04-17 05:55:38 +00:00
|
|
|
}
|
|
|
|
|
2014-08-06 01:25:11 +00:00
|
|
|
x1 = jj * (double(X) - double(w.min_x)) + left;
|
2012-01-10 02:34:44 +00:00
|
|
|
m_count++;
|
2014-04-17 05:55:38 +00:00
|
|
|
m_sum += raw;
|
|
|
|
int z = start_py + height;
|
|
|
|
|
2014-08-06 01:25:11 +00:00
|
|
|
double d1 = jj * double(raw) * 1000.0;
|
2014-07-20 04:22:33 +00:00
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
|
2014-08-06 04:30:41 +00:00
|
|
|
if ((m_flt == FT_Bar) && (odt == ODT_Bars)) { // || (xx < 3600000)) {
|
2014-08-06 05:30:15 +00:00
|
|
|
QRect rect(x1-d1, top, d1+4, height);
|
2014-07-20 04:22:33 +00:00
|
|
|
QColor col = m_flag_color;
|
|
|
|
|
2014-08-06 01:25:11 +00:00
|
|
|
|
2014-07-20 04:22:33 +00:00
|
|
|
painter.setPen(QPen(col,4));
|
2014-05-07 19:52:59 +00:00
|
|
|
painter.drawPoint(x1, top);
|
2014-07-20 04:22:33 +00:00
|
|
|
|
2014-08-11 01:20:09 +00:00
|
|
|
if (!w.selectingArea() && !m_blockhover && rect.contains(mouse) && !m_hover) {
|
2014-08-06 05:30:15 +00:00
|
|
|
m_hover = true;
|
|
|
|
|
|
|
|
|
2014-07-20 04:22:33 +00:00
|
|
|
QColor col2(230,230,230,128);
|
2014-08-06 05:30:15 +00:00
|
|
|
QRect rect((x1-d1), start_py+2, d1, height-2);
|
2014-07-20 04:22:33 +00:00
|
|
|
if (rect.x() < left) {
|
|
|
|
rect.setX(left);
|
|
|
|
}
|
|
|
|
|
|
|
|
painter.fillRect(rect, QBrush(col2));
|
|
|
|
painter.setPen(col);
|
|
|
|
painter.drawRect(rect);
|
2014-08-06 05:30:15 +00:00
|
|
|
|
|
|
|
// Draw text label
|
2014-08-06 07:08:34 +00:00
|
|
|
QString lab = QString("%1 (%2)").arg(schema::channel[m_code].fullname()).arg(raw);
|
2014-08-06 05:30:15 +00:00
|
|
|
GetTextExtent(lab, x, y);
|
|
|
|
|
|
|
|
w.ToolTip(lab, x1 - 10, start_py + 24 + (3 * w.printScaleY()), TT_AlignRight, p_profile->general->tooltipTimeout());
|
|
|
|
|
|
|
|
//painter.fillRect(x1 - (x / 2) - x, start_py + 14 + (3 * w.printScaleY()), x+4,y+4, QBrush(QColor(255,255,255,245)));
|
|
|
|
// painter.setPen(QPen(Qt::gray,1));
|
|
|
|
// painter.drawRect(x1 - (x / 2) - x, start_py + 14 + (3 * w.printScaleY()), x+4,y+4);
|
|
|
|
// w.renderText(lab, x1 - (x / 2)+2 - x, start_py + 14 + y + (3 * w.printScaleY()),0);
|
|
|
|
|
2014-07-20 04:22:33 +00:00
|
|
|
// painter.drawLine(rect.x(), top, rect.x()+d1, top);
|
|
|
|
// painter.drawLine(rect.x(), bottom, rect.x()+d1, bottom);
|
|
|
|
// painter.drawLine(rect.x(), top, rect.x(), bottom);
|
|
|
|
|
2014-09-11 14:23:08 +00:00
|
|
|
// col = COLOR_Gold;
|
2014-07-20 04:22:33 +00:00
|
|
|
hover = true;
|
2014-08-06 07:28:24 +00:00
|
|
|
painter.setPen(QPen(col,3));
|
2014-07-20 04:22:33 +00:00
|
|
|
} else {
|
|
|
|
painter.setPen(QPen(col,1));
|
|
|
|
}
|
2014-08-06 07:28:24 +00:00
|
|
|
painter.drawLine(x1, top, x1, bottom);
|
2014-08-06 05:30:15 +00:00
|
|
|
if (xx < (3600000)) {
|
2014-08-06 07:08:34 +00:00
|
|
|
QString lab = QString("%1").arg(m_label);
|
2014-08-06 01:25:11 +00:00
|
|
|
GetTextExtent(lab, x, y);
|
2014-08-29 04:02:16 +00:00
|
|
|
w.renderText(lab, x1 - (x / 2), top - y + (5 * w.printScaleY()),0);
|
2014-08-06 01:25:11 +00:00
|
|
|
}
|
2014-07-20 04:22:33 +00:00
|
|
|
|
2012-01-10 02:34:44 +00:00
|
|
|
|
|
|
|
} else {
|
2014-08-06 04:30:41 +00:00
|
|
|
//////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Top and bottom markers
|
|
|
|
//////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
bool b = false;
|
2014-08-11 01:20:09 +00:00
|
|
|
if (!w.selectingArea() && !m_blockhover && QRect(x1-2, topp, 6, height).contains(mouse) && !m_hover) {
|
2014-08-06 04:30:41 +00:00
|
|
|
// only want to draw the highlight/label once per frame
|
|
|
|
m_hover = true;
|
|
|
|
b = true;
|
|
|
|
|
|
|
|
// Draw text label
|
2014-08-06 07:08:34 +00:00
|
|
|
QString lab = QString("%1 (%2)").arg(schema::channel[m_code].fullname()).arg(raw);
|
2014-08-06 05:30:15 +00:00
|
|
|
GetTextExtent(lab, x, y, defaultfont);
|
|
|
|
|
|
|
|
w.ToolTip(lab, x1 - 10, start_py + 24 + (3 * w.printScaleY()), TT_AlignRight, p_profile->general->tooltipTimeout());
|
|
|
|
|
|
|
|
// painter.fillRect(x1 - (x / 2) - x, start_py + 14 + (3 * w.printScaleY()), x+4,y+4, QBrush(QColor(255,255,255,245)));
|
|
|
|
// painter.setPen(QPen(Qt::gray,1));
|
|
|
|
// painter.drawRect(x1 - (x / 2) - x, start_py + 14 + (3 * w.printScaleY()), x+4,y+4);
|
|
|
|
// w.renderText(lab, x1 - (x / 2)+2 - x, start_py + 14 + y + (3 * w.printScaleY()),0);
|
2014-08-06 01:25:11 +00:00
|
|
|
|
2014-08-06 04:30:41 +00:00
|
|
|
//x1-=1;
|
|
|
|
QColor col = m_flag_color;
|
|
|
|
col.setAlpha(60);
|
|
|
|
painter.setPen(QPen(col, 4));
|
|
|
|
|
|
|
|
painter.drawLine(x1, start_py+14, x1, z - 12);
|
|
|
|
painter.setPen(QPen(m_flag_color,4));
|
|
|
|
|
|
|
|
painter.drawLine(x1, z, x1, z - 14);
|
|
|
|
painter.drawLine(x1, start_py+2, x1, start_py + 16);
|
2014-08-06 01:25:11 +00:00
|
|
|
} else {
|
2014-08-06 04:30:41 +00:00
|
|
|
QColor col = m_flag_color;
|
|
|
|
col.setAlpha(10);
|
|
|
|
painter.setPen(QPen(col,1));
|
2014-08-10 00:12:33 +00:00
|
|
|
painter.drawLine(x1, start_py+14, x1, z);
|
2014-08-06 01:25:11 +00:00
|
|
|
painter.setPen(QPen(m_flag_color,1));
|
2014-08-10 00:12:33 +00:00
|
|
|
// painter.drawLine(x1, z, x1, z - 12);
|
2014-08-06 04:30:41 +00:00
|
|
|
painter.drawLine(x1, start_py+2, x1, start_py + 14);
|
2014-07-20 04:22:33 +00:00
|
|
|
}
|
2014-08-06 01:25:11 +00:00
|
|
|
|
2014-08-06 04:30:41 +00:00
|
|
|
|
2012-01-10 02:34:44 +00:00
|
|
|
}
|
2012-01-05 11:35:23 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-01-10 02:34:44 +00:00
|
|
|
}
|
2014-04-17 05:55:38 +00:00
|
|
|
|
2011-06-26 08:30:44 +00:00
|
|
|
}
|
|
|
|
}
|
2014-07-20 04:22:33 +00:00
|
|
|
bool gLineOverlayBar::mouseMoveEvent(QMouseEvent *event, gGraph *graph)
|
|
|
|
{
|
|
|
|
Q_UNUSED(event)
|
2014-07-20 16:22:51 +00:00
|
|
|
Q_UNUSED(graph)
|
2014-08-12 10:44:05 +00:00
|
|
|
return false;
|
2014-07-20 04:22:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-06-26 08:30:44 +00:00
|
|
|
|
2011-11-12 13:58:58 +00:00
|
|
|
gLineOverlaySummary::gLineOverlaySummary(QString text, int x, int y)
|
2014-04-17 05:55:38 +00:00
|
|
|
: Layer(CPAP_Obstructive), m_text(text), m_x(x), m_y(y) // The Layer code is a dummy here.
|
2011-11-12 13:58:58 +00:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
gLineOverlaySummary::~gLineOverlaySummary()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
2014-05-13 17:47:33 +00:00
|
|
|
void gLineOverlaySummary::paint(QPainter &painter, gGraph &w, const QRegion ®ion)
|
2011-11-12 13:58:58 +00:00
|
|
|
{
|
2014-05-08 04:07:23 +00:00
|
|
|
Q_UNUSED(painter)
|
|
|
|
|
2014-05-13 17:47:33 +00:00
|
|
|
int left = region.boundingRect().left();
|
|
|
|
int top = region.boundingRect().top();
|
|
|
|
int width = region.boundingRect().width();
|
|
|
|
int height = region.boundingRect().height();
|
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
if (!m_visible) { return; }
|
|
|
|
|
|
|
|
if (!m_day) { return; }
|
2011-11-12 16:25:46 +00:00
|
|
|
|
|
|
|
|
2011-11-12 13:58:58 +00:00
|
|
|
Q_UNUSED(width);
|
|
|
|
Q_UNUSED(height);
|
2014-04-17 05:55:38 +00:00
|
|
|
float cnt = 0;
|
|
|
|
double sum = 0;
|
|
|
|
bool isSpan = false;
|
|
|
|
|
|
|
|
for (int i = 0; i < m_overlays.size(); i++) {
|
|
|
|
cnt += m_overlays[i]->count();
|
|
|
|
sum += m_overlays[i]->sum();
|
|
|
|
|
|
|
|
if (m_overlays[i]->flagtype() == FT_Span) { isSpan = true; }
|
2011-11-12 13:58:58 +00:00
|
|
|
}
|
2011-11-12 16:25:46 +00:00
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
double val, first, last;
|
|
|
|
double time = 0;
|
2011-11-12 16:25:46 +00:00
|
|
|
|
|
|
|
// Calculate the session time.
|
2014-04-17 05:55:38 +00:00
|
|
|
for (QList<Session *>::iterator s = m_day->begin(); s != m_day->end(); s++) {
|
|
|
|
if (!(*s)->enabled()) { continue; }
|
|
|
|
|
|
|
|
first = (*s)->first();
|
|
|
|
last = (*s)->last();
|
|
|
|
|
|
|
|
if (last < w.min_x) { continue; }
|
|
|
|
|
|
|
|
if (first > w.max_x) { continue; }
|
|
|
|
|
|
|
|
if (first < w.min_x) {
|
|
|
|
first = w.min_x;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (last > w.max_x) {
|
|
|
|
last = w.max_x;
|
|
|
|
}
|
|
|
|
|
|
|
|
time += last - first;
|
2011-11-12 16:25:46 +00:00
|
|
|
}
|
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
val = 0;
|
2011-11-12 16:25:46 +00:00
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
time /= 1000;
|
|
|
|
int h = time / 3600;
|
|
|
|
int m = int(time / 60) % 60;
|
|
|
|
int s = int(time) % 60;
|
2011-11-12 16:40:12 +00:00
|
|
|
|
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
time /= 3600;
|
2011-11-12 13:58:58 +00:00
|
|
|
|
|
|
|
//if (time<1) time=1;
|
|
|
|
|
2014-04-17 05:55:38 +00:00
|
|
|
if (time > 0) { val = cnt / time; }
|
2011-11-12 16:40:12 +00:00
|
|
|
|
2014-07-19 12:51:17 +00:00
|
|
|
QString a;
|
2011-11-12 16:40:12 +00:00
|
|
|
|
2014-08-11 01:20:09 +00:00
|
|
|
if (0) { //(w.graphView()->selectionInProgress())) { // || w.graphView()->metaSelect()) && (!w.selDurString().isEmpty())) {
|
2014-07-19 12:51:17 +00:00
|
|
|
a = QObject::tr("Duration")+": "+w.selDurString();
|
|
|
|
} else {
|
2014-07-21 08:33:04 +00:00
|
|
|
a = QObject::tr("Events") + ": " + QString::number(cnt) + ", " +
|
2014-08-11 01:20:09 +00:00
|
|
|
QObject::tr("Duration") + " " + QString().sprintf("%02i:%02i:%02i", h, m, s) + ", " +
|
|
|
|
m_text + ": " + QString::number(val, 'f', 2);
|
2014-07-19 12:51:17 +00:00
|
|
|
}
|
2011-12-23 10:52:31 +00:00
|
|
|
if (isSpan) {
|
|
|
|
float sph;
|
2014-04-17 05:55:38 +00:00
|
|
|
|
|
|
|
if (!time) { sph = 0; }
|
|
|
|
else {
|
|
|
|
sph = (100.0 / float(time)) * (sum / 3600.0);
|
|
|
|
|
|
|
|
if (sph > 100) { sph = 100; }
|
2011-12-23 10:52:31 +00:00
|
|
|
}
|
2014-04-17 05:55:38 +00:00
|
|
|
|
2014-05-20 14:27:38 +00:00
|
|
|
// eg: %num of time in a span, like Periodic Breathing
|
|
|
|
a += " " + QObject::tr("(% %1 in events)").arg(sph, 0, 'f', 2);
|
2011-12-23 10:52:31 +00:00
|
|
|
}
|
2014-04-17 05:55:38 +00:00
|
|
|
|
|
|
|
w.renderText(a, left + m_x, top + m_y);
|
2011-11-12 13:58:58 +00:00
|
|
|
}
|