Mercurial > hg > svgui
comparison layer/Layer.h @ 1315:1d7921b1852f
Ensure scale appears for layer when drawn in AutoAlign mode without any other layer present to align to
author | Chris Cannam |
---|---|
date | Wed, 04 Jul 2018 15:34:16 +0100 |
parents | a34a2a25907c |
children | 1eb560b363e7 |
comparison
equal
deleted
inserted
replaced
1314:769d7890203b | 1315:1d7921b1852f |
---|---|
624 MeasureRectSet::const_iterator findFocusedMeasureRect(QPoint) const; | 624 MeasureRectSet::const_iterator findFocusedMeasureRect(QPoint) const; |
625 | 625 |
626 void paintMeasurementRect(LayerGeometryProvider *v, QPainter &paint, | 626 void paintMeasurementRect(LayerGeometryProvider *v, QPainter &paint, |
627 const MeasureRect &r, bool focus) const; | 627 const MeasureRect &r, bool focus) const; |
628 | 628 |
629 bool valueExtentsMatchMine(LayerGeometryProvider *v) const; | |
630 | |
629 QString m_presentationName; | 631 QString m_presentationName; |
630 | 632 |
631 private: | 633 private: |
632 mutable QMutex m_dormancyMutex; | 634 mutable QMutex m_dormancyMutex; |
633 mutable std::map<const void *, bool> m_dormancy; | 635 mutable std::map<const void *, bool> m_dormancy; |