Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitk::ChartExampleTestHelper Class Reference

#include <mitkChartExampleTestHelper.h>

Collaboration diagram for mitk::ChartExampleTestHelper:

Public Member Functions

std::unique_ptr< QmitkChartxyDataGetDataOne ()
 
std::unique_ptr< QmitkChartxyDataGetDataTwo ()
 
std::unique_ptr< QmitkChartxyDataGetDataThree ()
 
std::unique_ptr< QmitkChartxyDataGetDataFour ()
 
std::unique_ptr< QmitkChartxyDataGetDataFive ()
 
QmitkChartWidget::ChartType ReturnChartTypeByString (std::string chartTypeString)
 
QmitkChartWidget::ChartColor ReturnChartColorByString (std::string chartColorString)
 
QmitkChartWidget::LineStyle ReturnChartStyleByString (std::string chartStyleString)
 
void Add (int dataSet)
 
std::vector< std::pair< double, double > > ToStdPairList (QVariantList xData, QVariantList yData)
 
void ClearMemory ()
 

Public Attributes

QmitkChartWidget qmitkChartWidget
 

Detailed Description

Definition at line 30 of file mitkChartExampleTestHelper.h.

Member Function Documentation

◆ Add()

◆ ClearMemory()

void mitk::ChartExampleTestHelper::ClearMemory ( )

Definition at line 349 of file mitkChartExampleTestHelper.cpp.

References QmitkChartWidget::Clear(), and qmitkChartWidget.

◆ GetDataFive()

std::unique_ptr< QmitkChartxyData > mitk::ChartExampleTestHelper::GetDataFive ( )

Definition at line 98 of file mitkChartExampleTestHelper.cpp.

Referenced by Add().

◆ GetDataFour()

std::unique_ptr< QmitkChartxyData > mitk::ChartExampleTestHelper::GetDataFour ( )

Definition at line 78 of file mitkChartExampleTestHelper.cpp.

Referenced by Add().

◆ GetDataOne()

std::unique_ptr< QmitkChartxyData > mitk::ChartExampleTestHelper::GetDataOne ( )

Definition at line 18 of file mitkChartExampleTestHelper.cpp.

Referenced by Add().

◆ GetDataThree()

std::unique_ptr< QmitkChartxyData > mitk::ChartExampleTestHelper::GetDataThree ( )

Definition at line 58 of file mitkChartExampleTestHelper.cpp.

Referenced by Add().

◆ GetDataTwo()

std::unique_ptr< QmitkChartxyData > mitk::ChartExampleTestHelper::GetDataTwo ( )

Definition at line 38 of file mitkChartExampleTestHelper.cpp.

Referenced by Add().

◆ ReturnChartColorByString()

◆ ReturnChartStyleByString()

QmitkChartWidget::LineStyle mitk::ChartExampleTestHelper::ReturnChartStyleByString ( std::string  chartStyleString)

◆ ReturnChartTypeByString()

◆ ToStdPairList()

std::vector< std::pair< double, double > > mitk::ChartExampleTestHelper::ToStdPairList ( QVariantList  xData,
QVariantList  yData 
)

Definition at line 335 of file mitkChartExampleTestHelper.cpp.

Referenced by Add().

Member Data Documentation

◆ qmitkChartWidget

QmitkChartWidget mitk::ChartExampleTestHelper::qmitkChartWidget

Definition at line 48 of file mitkChartExampleTestHelper.h.

Referenced by Add(), and ClearMemory().


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