|
bool | operator< (const BackgroundDef &other) const |
|
bool | operator== (const BackgroundDef &other) const |
|
bool | IsEmpty () const |
|
XNode * | CreateNode () const |
|
| BackgroundDef () |
| Set up the BackgroundDef with default values.
|
|
| BackgroundDef (const std::string &effect, const std::string &f1, const std::string &f2) |
| Set up the BackgroundDef with some defined values.
|
|
|
std::string | m_sEffect |
|
std::string | m_sFile1 |
|
std::string | m_sFile2 |
|
std::string | m_sColor1 |
|
std::string | m_sColor2 |
|
◆ BackgroundDef()
BackgroundDef::BackgroundDef |
( |
const std::string & |
effect, |
|
|
const std::string & |
f1, |
|
|
const std::string & |
f2 |
|
) |
| |
|
inline |
Set up the BackgroundDef with some defined values.
- Parameters
-
effect | the intended effect. |
f1 | the primary filename for the definition. |
f2 | the secondary filename (optional). |
The documentation for this struct was generated from the following files:
- /home/runner/work/etterna/etterna/src/Etterna/Models/Misc/BackgroundUtil.h
- /home/runner/work/etterna/etterna/src/Etterna/Models/Misc/BackgroundUtil.cpp