ROOT_Application
2.0
C++ Core modules and GUIStock
|
String to define a ListDataStock from the indicator only
Format "Indicator_Params"
.
More...
Functions | |
std::string | MakeShortName (const Indicator &indic, const std::vector< int > ¶m=std::vector< int >()) |
Create a short name from its components. More... | |
Extract components from a short name | |
Indicator | GetIndicator (const std::string &sname) |
Extract the indicator from a frame name. More... | |
String to define a ListDataStock from the indicator only
Format "Indicator_Params"
.
Unique inside ListDataStock only.
Indicator ShortName::GetIndicator | ( | const std::string & | sname | ) |
Extract the indicator from a frame name.
Definition at line 103 of file FullName.cpp.
References Indicator::GetIndicator(), and Utils::splitline().
Referenced by CanvasStock::AddListDataStockToMap(), and Stock::AddListDataToMap().
std::string ShortName::MakeShortName | ( | const Indicator & | indic, |
const std::vector< int > & | param | ||
) |
Create a short name from its components.
Definition at line 109 of file FullName.cpp.
References GetString().
Referenced by Stock::DeleteListData(), Stock::GetItList(), StockManager::Load(), Stock::LoadListData(), and ListDataStock_Utils::TransformTimeScale().