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
StatisticsSummaryWidget Class Reference

The StatisticsSummaryWidget class provides a custom QWidget to display various statistical summaries. More...

#include <StatisticsSummaryWidget.h>

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

Public Member Functions

 StatisticsSummaryWidget (QWidget *parent=nullptr)
 Constructs a new StatisticsSummaryWidget object.
 
void updateAverageTrials (double value)
 Update the displayed average number of trials.
 
void updateAverageResponseTime (double value)
 Update the displayed average response time.
 
void updateAverageDuration (double value)
 Update the displayed average duration.
 
void updateAverageSuccess (double value)
 Update the displayed average success rate.
 

Detailed Description

The StatisticsSummaryWidget class provides a custom QWidget to display various statistical summaries.

This widget uses QLabel to display average trials, average response time, average duration, and average success.

Constructor & Destructor Documentation

◆ StatisticsSummaryWidget()

StatisticsSummaryWidget::StatisticsSummaryWidget ( QWidget *  parent = nullptr)

Constructs a new StatisticsSummaryWidget object.

Parameters
parentThe parent QWidget. Default is nullptr.

Member Function Documentation

◆ updateAverageDuration()

void StatisticsSummaryWidget::updateAverageDuration ( double  value)

Update the displayed average duration.

Parameters
valueThe new average duration.

◆ updateAverageResponseTime()

void StatisticsSummaryWidget::updateAverageResponseTime ( double  value)

Update the displayed average response time.

Parameters
valueThe new average response time.

◆ updateAverageSuccess()

void StatisticsSummaryWidget::updateAverageSuccess ( double  value)

Update the displayed average success rate.

Parameters
valueThe new average success rate.

◆ updateAverageTrials()

void StatisticsSummaryWidget::updateAverageTrials ( double  value)

Update the displayed average number of trials.

Parameters
valueThe new average number of trials.

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