![]() |
1.11 |
#include <imagegroup.h>
Public Member Functions | |
| ImageGroup (const std::string &suffix) noexcept | |
| bool | deserialize (const std::string &name, const std::string &value) |
| EGT_NODISCARD Image * | get (Palette::GroupId group, bool allow_fallback=false) const |
| bool | reset (Palette::GroupId group) |
| void | serialize (Serializer &serializer) const |
| void | set (Palette::GroupId group, const Image &image) |
|
noexcept |
| bool deserialize | ( | const std::string & | name, |
| const std::string & | value | ||
| ) |
| EGT_NODISCARD Image * get | ( | Palette::GroupId | group, |
| bool | allow_fallback = false |
||
| ) | const |
| bool reset | ( | Palette::GroupId | group | ) |
| void serialize | ( | Serializer & | serializer | ) | const |
| void set | ( | Palette::GroupId | group, |
| const Image & | image | ||
| ) |