#include <Statistics.h>
Public Member Functions | |
void | hide () override |
hide display More... | |
Statistics (Monitor *monitor, MMLComponent *manager) | |
constructor More... | |
void | update () override |
update display More... | |
~Statistics () override | |
destructor More... | |
Public Member Functions inherited from MMLMonitorDisplay | |
MMLMonitorDisplay (Monitor *monitor, MMLComponent *manager) | |
constructor More... | |
~MMLMonitorDisplay () override=default | |
destructor More... | |
Private Attributes | |
int | line |
row line in monitor table More... | |
int | oldRowSize |
old row size in the monitors table More... | |
QTableWidget * | table |
tabular More... | |
Additional Inherited Members | |
Protected Attributes inherited from MMLMonitorDisplay | |
MMLComponent * | manager |
display More... | |
Monitor * | monitor |
monitor More... | |
Statistics::Statistics | ( | Monitor * | monitor, |
MMLComponent * | manager | ||
) |
constructor
References MonitoringGuiManager::getDialog(), MMLComponent::getDisplay(), MMLDisplay::getDisplayedMonitorLine(), MMLComponent::getMonitoringGuiManager(), MonitoringDialog::getMonitorsTableWidget(), line, MMLMonitorDisplay::manager, oldRowSize, and table.
|
override |
destructor
|
overridevirtual |
hide display
Implements MMLMonitorDisplay.
References MonitoringGuiManager::getDialog(), MMLComponent::getMonitoringGuiManager(), MonitoringDialog::getMonitorsTableWidget(), line, MMLMonitorDisplay::manager, oldRowSize, and table.
|
overridevirtual |
update display
Implements MMLMonitorDisplay.
References MonitoringGuiManager::getDialog(), MMLComponent::getMonitoringGuiManager(), MonitoringDialog::getMonitorsTableWidget(), Monitor::getNumberOfValues(), Monitor::getValue(), line, MMLMonitorDisplay::manager, MMLMonitorDisplay::monitor, and table.
|
private |
row line in monitor table
Referenced by hide(), Statistics(), and update().
|
private |
old row size in the monitors table
Referenced by hide(), and Statistics().
|
private |
tabular
Referenced by hide(), Statistics(), and update().