Card list for selecting cards; window using that list; print function using that window (actual printing todo)

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@116 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-12-18 21:43:28 +00:00
parent 4c10107dbb
commit 6529f6df89
6 changed files with 344 additions and 2 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ class SelectCardList : public CardListBase {
/// Is the given card selected?
bool isSelected(const CardP& card) const;
protected:
int OnGetItemImage(long pos) const;
virtual int OnGetItemImage(long pos) const;
virtual void onChangeSet();
private:
DECLARE_EVENT_TABLE();