mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Check/uncheck all selected cards in export window (Closes #93)
This commit is contained in:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user