#include <SYMBOL.h>
Public Member Functions | |
SYMBOL () | |
virtual | ~SYMBOL () |
PlotLine * | getSYMBOL () |
PlotLine * | calculateCustom (QString &, QPtrList< PlotLine > &) |
void | formatDialog (QStringList &vl, QString &rv, QString &rs) |
Private Attributes | |
QString | symbol |
Definition at line 24 of file SYMBOL.h.
SYMBOL::SYMBOL | ( | ) |
Definition at line 31 of file SYMBOL.cpp.
References IndicatorPlugin::formatList, IndicatorPlugin::FormatString, IndicatorPlugin::helpFile, and IndicatorPlugin::pluginName.
SYMBOL::~SYMBOL | ( | ) | [virtual] |
Definition at line 38 of file SYMBOL.cpp.
PlotLine * SYMBOL::getSYMBOL | ( | ) |
Definition at line 42 of file SYMBOL.cpp.
References PlotLine::append(), Config::BarLength, Config::Bars, DBBase::close(), BarData::count(), IndicatorPlugin::data, BarData::getClose(), Config::getData(), BarData::getDate(), Setting::getDouble(), DbPlugin::getHistory(), Config::IndexPath, DbPlugin::open(), DBBase::open(), DbPlugin::setBarLength(), DbPlugin::setBarRange(), Setting::setData(), PlotLine::setScaleFlag(), and symbol.
Referenced by calculateCustom().
Reimplemented from IndicatorPlugin.
Definition at line 110 of file SYMBOL.cpp.
References IndicatorPlugin::checkFormat(), IndicatorPlugin::formatStringList, getSYMBOL(), and symbol.
void SYMBOL::formatDialog | ( | QStringList & | vl, | |
QString & | rv, | |||
QString & | rs | |||
) | [virtual] |
Reimplemented from IndicatorPlugin.
Definition at line 122 of file SYMBOL.cpp.
References PrefDialog::addSymbolItem(), PrefDialog::addTextItem(), PrefDialog::createPage(), Config::DataPath, Config::getData(), PrefDialog::getSymbol(), PrefDialog::getText(), IndicatorPlugin::helpFile, PrefDialog::setHelpFile(), and symbol.
QString SYMBOL::symbol [private] |
Definition at line 34 of file SYMBOL.h.
Referenced by calculateCustom(), formatDialog(), and getSYMBOL().