Check/uncheck all selected cards in export window (Closes #93)

This commit is contained in:
Twan van Laarhoven
2020-10-03 15:06:04 +02:00
parent c7377303cf
commit 5e50cb4c56
3 changed files with 27 additions and 9 deletions
+2 -1
View File
@@ -37,8 +37,9 @@ private:
DECLARE_EVENT_TABLE();
std::set<CardP> selected; ///< which cards are selected?
void toggle(const CardP& card);
void toggleSelected(bool select);
void onKeyDown(wxKeyEvent&);
void onLeftDown(wxMouseEvent&);