Card list sorting is now handled per window (closes #71)

This commit is contained in:
Twan van Laarhoven
2020-06-14 21:39:23 +02:00
parent 14fac16819
commit a7336d66e1
13 changed files with 66 additions and 26 deletions
+5 -1
View File
@@ -14,6 +14,7 @@
#include <gui/card_select_window.hpp>
class SetWindowPanel;
class CardListBase;
class wxFindDialogEvent;
struct CardSelectEvent;
@@ -30,7 +31,10 @@ public:
/// Set the icon of one of the panels
void setPanelIcon(SetWindowPanel* panel, wxBitmap const& icon);
/// Get all card lists on all panels
vector<CardListBase*> getCardLists();
// --------------------------------------------------- : Set actions
private: