mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
comment
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1460 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+2
-1
@@ -226,7 +226,8 @@ class Value : public IntrusivePtrVirtualBase {
|
|||||||
virtual void onAction(Action& a, bool undone) {}
|
virtual void onAction(Action& a, bool undone) {}
|
||||||
/// Is this value the same as some other value (for the same field&card)
|
/// Is this value the same as some other value (for the same field&card)
|
||||||
/** Has behaviour other than == for FakeTextValue.
|
/** Has behaviour other than == for FakeTextValue.
|
||||||
* In that case, afterwards this becomes equal to that if they use the same underlying object.
|
* In that case returns true if this and that editing the same undelying value.
|
||||||
|
* If so, this value is updated to reflect the (possibly changed) underlying value.
|
||||||
*/
|
*/
|
||||||
virtual bool equals(const Value* that);
|
virtual bool equals(const Value* that);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user