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.
Loading...
Searching...
No Matches
Public Member Functions | List of all members

Provides a widget for displaying session statistics. More...

#include <StatisticsWindow.h>

Inheritance diagram for StatisticsWindow:
Inheritance graph
[legend]
Collaboration diagram for StatisticsWindow:
Collaboration graph
[legend]

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.
 

Detailed Description

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.


The documentation for this class was generated from the following files: