comparison Framework/Radiography/RadiographyLayer.h @ 1272:a989c7d46b9a

options to avoid multiple LayerEditedMessage
author Alain Mazy <alain@mazy.be>
date Mon, 03 Feb 2020 14:56:56 +0100
parents 69177b10e2b9
children 398ea4259e65
comparison
equal deleted inserted replaced
1259:69177b10e2b9 1272:a989c7d46b9a
296 { 296 {
297 geometry_.SetResizeable(resizeable); 297 geometry_.SetResizeable(resizeable);
298 } 298 }
299 299
300 void SetSize(unsigned int width, 300 void SetSize(unsigned int width,
301 unsigned int height); 301 unsigned int height,
302 bool emitLayerEditedEvent = true);
302 303
303 bool HasSize() const 304 bool HasSize() const
304 { 305 {
305 return hasSize_; 306 return hasSize_;
306 } 307 }