mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
connect filter list functionality to the CardDatabaseDisplayModel class
enable/disable check boxes still not functional
This commit is contained in:
parent
863e437d4c
commit
3202243ed0
9 changed files with 258 additions and 15 deletions
|
|
@ -25,6 +25,12 @@ const char *CardFilter::attrName(Attr a)
|
|||
return "type";
|
||||
case AttrColor:
|
||||
return "color";
|
||||
case AttrText:
|
||||
return "text";
|
||||
case AttrSet:
|
||||
return "set";
|
||||
case AttrManaCost:
|
||||
return "mana cost";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue