My Project
|
This is the complete list of members for ChartViewHelper, including all inherited members.
_plotChartWithMaxFilter_BarChar(QChart *chart_input, const QList< int > &DataForPlotIs, int Up_bound, int Up_colorCode) | ChartViewHelper | private |
_plotChartWithMaxFilter_LineChar(QChart *chart_input, const QList< int > &DataForPlotIs, int Up_bound, int Up_colorCode) | ChartViewHelper | private |
_plotChartWithMin_and_MaxFilte_BarChar(QChart *chart_input, const QList< int > &DataForPlotIs, int low_bound, int low_colorCode, int Up_bound, int Up_colorCode) | ChartViewHelper | private |
_plotChartWithMin_and_MaxFilte_LineChar(QChart *chart_input, const QList< int > &DataForPlotIs, int low_bound, int low_colorCode, int Up_bound, int Up_colorCode) | ChartViewHelper | private |
_plotChartWithMinFilter_BarChar(QChart *chart_input, const QList< int > &DataForPlotIs, int low_bound, int low_colorCode) | ChartViewHelper | private |
_plotChartWithMinFilter_LineChar(QChart *chart_input, const QList< int > &DataForPlotIs, int low_bound, int low_colorCode) | ChartViewHelper | private |
appendMaskedSeriesByLowerBound(QList< float > &HitLine_X, QList< float > &X_low, QList< int > &Y_low, QLineSeries *upperMask, QLineSeries *lowMask, int Threshold_min) | ChartViewHelper | private |
appendMaskedSeriesByUpperBound(QList< float > &HitLine_X, QList< float > &X_low, QList< int > &Y_low, QLineSeries *upperMask, QLineSeries *lowMask, int Threshold_max) | ChartViewHelper | private |
ChartViewHelper() | ChartViewHelper | |
colorsFor_colorCombo_IS | ChartViewHelper | |
find_data_conect(int curentindex, QList< int > data, int treshould) | ChartViewHelper | private |
findX(float x0, float y0, float x1, float y1, float Y) | ChartViewHelper | private |
mode | ChartViewHelper | |
PlotChart(QFrame *chartFrame_input, const QList< int > &DataForPlotIs) | ChartViewHelper | |
plotChartWithMaxFilter(QFrame *chartFrame, const QList< int > &data, int maxValue, int maxColor) | ChartViewHelper | |
plotChartWithMin_and_MaxFilter(QFrame *chartFrame, const QList< int > &data, int minValue, int minColor, int maxValue, int maxColor) | ChartViewHelper | |
plotChartWithMinFilter(QFrame *chartFrame, const QList< int > &data, int minValue, int minColor) | ChartViewHelper | |
setupChartAppearance(QChart *chart, QFrame *chartFrame) | ChartViewHelper | private |