Mercurial > hg > svgui
comparison layer/Layer.h @ 270:61a704654497
...
author | Chris Cannam |
---|---|
date | Tue, 26 Jun 2007 14:57:29 +0000 |
parents | 7b58c5e91f20 |
children | 87e4c880b4c8 |
comparison
equal
deleted
inserted
replaced
269:7b58c5e91f20 | 270:61a704654497 |
---|---|
459 MeasureRectSet m_measureRects; | 459 MeasureRectSet m_measureRects; |
460 MeasureRect m_draggingRect; | 460 MeasureRect m_draggingRect; |
461 bool m_haveDraggingRect; | 461 bool m_haveDraggingRect; |
462 | 462 |
463 void paintMeasurementRect(View *v, QPainter &paint, | 463 void paintMeasurementRect(View *v, QPainter &paint, |
464 const MeasureRect &r) const; | 464 const MeasureRect &r, bool focus) const; |
465 | 465 |
466 private: | 466 private: |
467 mutable QMutex m_dormancyMutex; | 467 mutable QMutex m_dormancyMutex; |
468 mutable std::map<const void *, bool> m_dormancy; | 468 mutable std::map<const void *, bool> m_dormancy; |
469 }; | 469 }; |