Mercurial > hg > easyhg
comparison src/panner.h @ 400:07eaf4e6003a
Merge from branch "item_appearance_adjustments"
author | Chris Cannam |
---|---|
date | Wed, 25 May 2011 14:59:09 +0100 |
parents | 496f2042155a |
children | 533519ebc0cb |
comparison
equal
deleted
inserted
replaced
385:5cc0d897eb26 | 400:07eaf4e6003a |
---|---|
66 virtual void updateScene(const QList<QRectF> &); | 66 virtual void updateScene(const QList<QRectF> &); |
67 virtual void drawItems(QPainter *, int, QGraphicsItem *[], | 67 virtual void drawItems(QPainter *, int, QGraphicsItem *[], |
68 const QStyleOptionGraphicsItem []); | 68 const QStyleOptionGraphicsItem []); |
69 | 69 |
70 bool m_clicked; | 70 bool m_clicked; |
71 bool m_moved; | |
71 QRectF m_clickedRect; | 72 QRectF m_clickedRect; |
72 QPoint m_clickedPoint; | 73 QPoint m_clickedPoint; |
73 | 74 |
74 QPixmap m_cache; | 75 QPixmap m_cache; |
75 }; | 76 }; |