mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:30:06 +00:00
Fix Level 3 Products Widget product selection status
This commit is contained in:
parent
4325f352b1
commit
14545fd83a
3 changed files with 22 additions and 7 deletions
|
|
@ -73,7 +73,9 @@ const std::string&
|
|||
GetLevel3CategoryDefaultProduct(Level3ProductCategory category);
|
||||
Level3ProductCategory GetLevel3Category(const std::string& categoryName);
|
||||
Level3ProductCategory
|
||||
GetLevel3CategoryByProduct(const std::string& productName);
|
||||
GetLevel3CategoryByProduct(const std::string& productName);
|
||||
Level3ProductCategory
|
||||
GetLevel3CategoryByAwipsId(const std::string& awipsId);
|
||||
const std::string& GetLevel3Palette(int16_t productCode);
|
||||
|
||||
std::string GetLevel3ProductByAwipsId(const std::string& awipsId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue