|
| ThemeMetricStepsTypesToShow (const std::string &sGroup, const std::string &sName) |
|
void | Read () override |
| Actually read the metric and get its data.
|
|
auto | GetValue () const -> const std::vector< StepsType > & |
|
| ThemeMetric (std::string sGroup="", std::string sName="") |
|
| ThemeMetric (const ThemeMetric< std::string > &cpy) |
|
void | Load (const std::string &sGroup, const std::string &sName) |
| Load the chosen metric from the .ini file.
|
|
void | ChangeGroup (const std::string &sGroup) |
|
void | PushSelf (Lua *L) |
|
void | Clear () override |
|
auto | GetName () const -> const std::string & |
| Retrieve the metric's name.
|
|
auto | GetGroup () const -> const std::string & |
| Retrieve the metric's group.
|
|
auto | GetValue () const -> const std::string & |
| Retrieve the metric's value.
|
|
| operator const std::string & () const |
|
auto | IsLoaded () const -> bool |
|
auto | operator== (const std::string &input) const -> bool |
|
|
std::string | m_sGroup |
| the metric's group.
|
|
std::string | m_sName |
| the metric's name.
|
|
LuaReference | m_Value |
| the metric's value.
|
|
std::string | m_currentValue |
|
bool | m_bCallEachTime |
|
◆ Read()
void ThemeMetricStepsTypesToShow::Read |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- /home/runner/work/etterna/etterna/src/Etterna/Models/Misc/CommonMetrics.h
- /home/runner/work/etterna/etterna/src/Etterna/Models/Misc/CommonMetrics.cpp