mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
Implement unique IDs and card linking
This commit is contained in:
@@ -42,7 +42,9 @@ public:
|
||||
void selectFirst();
|
||||
/// Select all items
|
||||
void doSelectAll();
|
||||
|
||||
/// Find the position for a given item
|
||||
long findGivenItemPos(const VoidP& item);
|
||||
|
||||
// --------------------------------------------------- : Clipboard
|
||||
|
||||
virtual bool canCut() const { return canCopy() && canDelete(); }
|
||||
|
||||
Reference in New Issue
Block a user