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:
twanvl
2007-03-23 18:37:49 +00:00
parent 851799d1b6
commit 0f8f8a3334
13 changed files with 236 additions and 25 deletions
+2 -1
View File
@@ -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&);