mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Added 'export all card images' functionality
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@232 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -22,7 +22,7 @@ class SelectCardList;
|
||||
*/
|
||||
class CardSelectWindow : public wxDialog {
|
||||
public:
|
||||
CardSelectWindow(Window* parent, const SetP& set, const String& label);
|
||||
CardSelectWindow(Window* parent, const SetP& set, const String& label, const String& title, bool sizer=true);
|
||||
|
||||
/// Is the given card selected?
|
||||
bool isSelected(const CardP& card) const;
|
||||
@@ -32,6 +32,7 @@ class CardSelectWindow : public wxDialog {
|
||||
|
||||
SelectCardList* list;
|
||||
SetP set;
|
||||
wxButton* sel_all, *sel_none;
|
||||
|
||||
void onSelectAll (wxCommandEvent&);
|
||||
void onSelectNone(wxCommandEvent&);
|
||||
|
||||
Reference in New Issue
Block a user