AudibleT 0.0.1
A real-time A/B/X audio testing tool for subjective assessment of various audio parameters, compatible for general purpose computer as well as embedded systems.
|
Provides a widget for displaying session statistics. More...
#include <StatisticsWindow.h>
Public Member Functions | |
StatisticsWindow (QWidget *parent=nullptr) | |
Constructs a StatisticsWindow with an optional parent widget. | |
~StatisticsWindow () | |
Destructor. | |
QWidget * | createWidget () |
Creates the widget for the statistics window. | |
void | setDatabaseManager (DatabaseManager *manager) |
Sets the database manager. | |
void | populateSessions () |
Populates the list of sessions. | |
QChart * | createBinomialGraph (QVector< SessionTrial > &trials) |
Creates a binomial graph from the given session trials. | |
Provides a widget for displaying session statistics.
This class is responsible for managing and displaying the statistics of different sessions. It has methods for creating widgets, populating sessions, creating graphs and updating graphs.