Jeck - Deck editor filtering now works much better- single filter, automatically recolors itself to match the active color.

This commit is contained in:
wagic.jeck
2010-02-17 04:08:51 +00:00
parent a123cebfe5
commit ab22719e4d
5 changed files with 46 additions and 47 deletions

View File

@@ -421,6 +421,7 @@ public:
void Render();
void Entering(JButton key);
void addColumn();
void recolorFilter(int color);
bool isAvailable(int type);
bool isAvailableCode(string code);
bool Finish(); //Returns true if card set reasonably expected to be changed.
@@ -433,6 +434,7 @@ protected:
vector< pair<string,string> > tempArgs; //TODO FIXME this is inefficient
bool bFinished;
string priorFilter;
int recolorTo, priorRecolor;
WSrcCards* source;
SimpleMenu* subMenu;
WGuiList * list;