[apps/regression] In graph view, display a specific legend when the mean

dot is selected

Change-Id: Ib55101435c1205709ea5a17616e7daa09ae388bc
This commit is contained in:
Émilie Feral
2017-01-03 11:39:14 +01:00
parent 3b7f0ae1b5
commit 029b75793d
3 changed files with 20 additions and 4 deletions

View File

@@ -103,6 +103,10 @@ int Data::moveCursorHorizontally(int direction) {
return windowHasMoved;
}
int Data::selectedDotIndex() {
return m_selectedDotIndex;
}
/* Window */
void Data::setDefault() {