#include <UTIL.h>
Public Member Functions | |
UTIL () | |
virtual | ~UTIL () |
PlotLine * | calculateCustom (QString &, QPtrList< PlotLine > &) |
PlotLine * | calculateAccum (QString &, QPtrList< PlotLine > &) |
PlotLine * | calculateNormal (QString &, QPtrList< PlotLine > &) |
PlotLine * | calculateCOMP (QString &p, QPtrList< PlotLine > &d) |
PlotLine * | calculateCOUNTER (QString &p, QPtrList< PlotLine > &d) |
PlotLine * | calculateREF (QString &p, QPtrList< PlotLine > &d) |
PlotLine * | calculateADMS (QString &p, QPtrList< PlotLine > &d, int) |
PlotLine * | calculatePER (QString &p, QPtrList< PlotLine > &d) |
PlotLine * | calculateCOLOR (QString &p, QPtrList< PlotLine > &d) |
PlotLine * | calculateHL (QString &p, QPtrList< PlotLine > &d, int) |
PlotLine * | calculateINRANGE (QString &p, QPtrList< PlotLine > &d) |
void | formatDialog (QStringList &vl, QString &rv, QString &rs) |
Private Attributes | |
QStringList | methodList |
Definition at line 24 of file UTIL.h.
UTIL::UTIL | ( | ) |
Definition at line 29 of file UTIL.cpp.
References IndicatorPlugin::helpFile, methodList, and IndicatorPlugin::pluginName.
Reimplemented from IndicatorPlugin.
Definition at line 120 of file UTIL.cpp.
References calculateAccum(), calculateADMS(), calculateCOLOR(), calculateCOMP(), calculateCOUNTER(), calculateHL(), calculateINRANGE(), calculateNormal(), calculatePER(), calculateREF(), and methodList.
Definition at line 56 of file UTIL.cpp.
References PlotLine::append(), IndicatorPlugin::checkFormat(), IndicatorPlugin::FormatInputArray, IndicatorPlugin::formatList, IndicatorPlugin::FormatString, PlotLine::getData(), and PlotLine::getSize().
Referenced by calculateCustom().
Definition at line 81 of file UTIL.cpp.
References PlotLine::append(), IndicatorPlugin::checkFormat(), IndicatorPlugin::FormatInputArray, IndicatorPlugin::formatList, IndicatorPlugin::FormatString, PlotLine::getData(), and PlotLine::getSize().
Referenced by calculateCustom().
Definition at line 308 of file UTIL.cpp.
References IndicatorPlugin::And, IndicatorPlugin::Equal, PlotLine::getData(), IndicatorPlugin::getOperator(), PlotLine::getSize(), IndicatorPlugin::GreaterThan, IndicatorPlugin::GreaterThanEqual, IndicatorPlugin::LessThan, IndicatorPlugin::LessThanEqual, IndicatorPlugin::opList, IndicatorPlugin::Or, and PlotLine::prepend().
Referenced by calculateCustom().
Definition at line 232 of file UTIL.cpp.
References PlotLine::append(), IndicatorPlugin::checkFormat(), IndicatorPlugin::FormatInputArray, IndicatorPlugin::FormatInputArray2, IndicatorPlugin::formatList, IndicatorPlugin::FormatString, PlotLine::getData(), and PlotLine::getSize().
Referenced by calculateCustom().
Definition at line 524 of file UTIL.cpp.
References PlotLine::append(), PlotLine::getData(), and PlotLine::getSize().
Referenced by calculateCustom().
Definition at line 433 of file UTIL.cpp.
References IndicatorPlugin::checkFormat(), IndicatorPlugin::FormatInputArray, IndicatorPlugin::formatList, IndicatorPlugin::FormatString, IndicatorPlugin::formatStringList, PlotLine::getData(), PlotLine::getSize(), and PlotLine::prepend().
Referenced by calculateCustom().
Definition at line 585 of file UTIL.cpp.
References PlotLine::append(), IndicatorPlugin::checkFormat(), IndicatorPlugin::FormatInputArray, IndicatorPlugin::formatList, IndicatorPlugin::FormatString, PlotLine::getData(), and PlotLine::getSize().
Referenced by calculateCustom().
Definition at line 607 of file UTIL.cpp.
References IndicatorPlugin::checkFormat(), IndicatorPlugin::FormatInputArray, IndicatorPlugin::FormatInputArray2, IndicatorPlugin::FormatInteger, IndicatorPlugin::formatList, IndicatorPlugin::FormatString, IndicatorPlugin::formatStringList, PlotLine::getData(), PlotLine::getSize(), PlotLine::setColorBar(), and PlotLine::setColorFlag().
Referenced by calculateCustom().
Definition at line 648 of file UTIL.cpp.
References IndicatorPlugin::checkFormat(), IndicatorPlugin::FormatInputArray, IndicatorPlugin::formatList, IndicatorPlugin::FormatString, IndicatorPlugin::formatStringList, PlotLine::getData(), PlotLine::getSize(), and PlotLine::prepend().
Referenced by calculateCustom().
Definition at line 733 of file UTIL.cpp.
References PlotLine::getData(), PlotLine::getSize(), and PlotLine::prepend().
Referenced by calculateCustom().
void UTIL::formatDialog | ( | QStringList & | vl, | |
QString & | rv, | |||
QString & | rs | |||
) | [virtual] |
Reimplemented from IndicatorPlugin.
Definition at line 822 of file UTIL.cpp.
References PrefDialog::addColorItem(), PrefDialog::addComboItem(), PrefDialog::addDoubleItem(), PrefDialog::addIntItem(), PrefDialog::addTextItem(), PrefDialog::createPage(), PrefDialog::getColor(), PrefDialog::getCombo(), PrefDialog::getDouble(), PrefDialog::getInt(), PrefDialog::getText(), IndicatorPlugin::helpFile, methodList, IndicatorPlugin::opList, and PrefDialog::setHelpFile().
QStringList UTIL::methodList [private] |