mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Card list sorting is now handled per window (closes #71)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <data/set.hpp>
|
||||
#include <gui/card_select_window.hpp>
|
||||
|
||||
class CardListBase;
|
||||
class wxFindReplaceData;
|
||||
|
||||
// ----------------------------------------------------------------------------- : SetWindowPanel
|
||||
@@ -77,7 +78,9 @@ public:
|
||||
virtual void selectCard(const CardP& card) {} ///< Switch the view to another card, can be null
|
||||
virtual void selectFirstCard() {} ///< Switch the view to the first card
|
||||
virtual void selectionChoices(ExportCardSelectionChoices& out) {} ///< Card subsets that can be exported from this panel
|
||||
|
||||
|
||||
virtual void getCardLists(vector<CardListBase*>& out) {}
|
||||
|
||||
protected:
|
||||
/// Have any controls been created?
|
||||
bool isInitialized() const;
|
||||
|
||||
Reference in New Issue
Block a user