Adding additional palette types

This commit is contained in:
Dan Paulat 2022-04-10 19:09:46 -05:00
parent cf3c780abf
commit fd35a912e5
3 changed files with 32 additions and 16 deletions

View file

@ -13,7 +13,23 @@ namespace settings
static const std::string logPrefix_ = "[scwx::qt::settings::palette_settings] ";
static const std::vector<std::string> paletteNames_ = {
"BR", "BV", "SW", "ZDR", "PHI", "CC", "STP", "???"};
// Level 2 / Common Products
"BR",
"BV",
"SW",
"ZDR",
"PHI2",
"CC",
// Level 3 Products
"DOD",
"DSD",
"ET",
"OHP",
"PHI3",
"SRV",
"STP",
"VIL",
"???"};
static const std::string DEFAULT_KEY = "Default";
static const std::string DEFAULT_PALETTE = "";