comparison OrthancStone/Sources/Scene2DViewport/IFlexiblePointerTracker.h @ 1975:5a434f5889f8

starting pixel probe
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 Oct 2022 11:57:00 +0200
parents 9c0adcc8feec
children 07964689cb0b
comparison
equal deleted inserted replaced
1974:446e0d3e9019 1975:5a434f5889f8
78 /** 78 /**
79 This will be called if the tracker needs to be dismissed without committing 79 This will be called if the tracker needs to be dismissed without committing
80 its changes to the underlying model. If the model has been modified during 80 its changes to the underlying model. If the model has been modified during
81 tracker lifetime, it must be restored to its initial value 81 tracker lifetime, it must be restored to its initial value
82 */ 82 */
83 virtual void Cancel() = 0; 83 virtual void Cancel(const Scene2D& scene) = 0;
84 }; 84 };
85 } 85 }