Computer Assited Medical Intervention Tool Kit  version 5.0
Statistics Class Reference

#include <Statistics.h>

+ Inheritance diagram for Statistics:
+ Collaboration diagram for Statistics:

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
MMLComponentmanager
 display More...
 
Monitormonitor
 monitor More...
 

Constructor & Destructor Documentation

◆ Statistics()

Statistics::Statistics ( Monitor monitor,
MMLComponent manager 
)

constructor

References MonitoringGuiManager::getDialog(), MMLComponent::getDisplay(), MMLDisplay::getDisplayedMonitorLine(), MMLComponent::getMonitoringGuiManager(), MonitoringDialog::getMonitorsTableWidget(), line, MMLMonitorDisplay::manager, oldRowSize, and table.

+ Here is the call graph for this function:

◆ ~Statistics()

Statistics::~Statistics ( )
override

destructor

Member Function Documentation

◆ hide()

void Statistics::hide ( )
overridevirtual

hide display

Implements MMLMonitorDisplay.

References MonitoringGuiManager::getDialog(), MMLComponent::getMonitoringGuiManager(), MonitoringDialog::getMonitorsTableWidget(), line, MMLMonitorDisplay::manager, oldRowSize, and table.

+ Here is the call graph for this function:

◆ update()

void Statistics::update ( )
overridevirtual

update display

Implements MMLMonitorDisplay.

References MonitoringGuiManager::getDialog(), MMLComponent::getMonitoringGuiManager(), MonitoringDialog::getMonitorsTableWidget(), Monitor::getNumberOfValues(), Monitor::getValue(), line, MMLMonitorDisplay::manager, MMLMonitorDisplay::monitor, and table.

+ Here is the call graph for this function:

Member Data Documentation

◆ line

int Statistics::line
private

row line in monitor table

Referenced by hide(), Statistics(), and update().

◆ oldRowSize

int Statistics::oldRowSize
private

old row size in the monitors table

Referenced by hide(), and Statistics().

◆ table

QTableWidget* Statistics::table
private

tabular

Referenced by hide(), Statistics(), and update().


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