connect filter list functionality to the CardDatabaseDisplayModel class

enable/disable check boxes still not functional
This commit is contained in:
sylvanbasilisk 2014-01-21 23:37:22 +00:00
parent 863e437d4c
commit 3202243ed0
9 changed files with 258 additions and 15 deletions

View file

@ -13,10 +13,15 @@ public:
TypeEnd
};
/* if you add an atribute here you also need to
* add its string representation in attrName */
enum Attr {
AttrName = 0,
AttrType,
AttrColor,
AttrText,
AttrSet,
AttrManaCost,
AttrEnd
};