Etterna 0.74.4
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ThemeMetricDifficultiesToShow Class Reference
Inheritance diagram for ThemeMetricDifficultiesToShow:
Inheritance graph
[legend]
Collaboration diagram for ThemeMetricDifficultiesToShow:
Collaboration graph
[legend]

Public Member Functions

 ThemeMetricDifficultiesToShow (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< Difficulty > &
 
- Public Member Functions inherited from ThemeMetric< std::string >
 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
 

Additional Inherited Members

- Protected Attributes inherited from ThemeMetric< std::string >
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
 

Member Function Documentation

◆ Read()

void ThemeMetricDifficultiesToShow::Read ( )
overridevirtual

Actually read the metric and get its data.

Reimplemented from ThemeMetric< std::string >.


The documentation for this class was generated from the following files: