comparison view/Pane.h @ 753:09e2677e34e7 tonioni

Fix fancy note-editing mode (was not working in new multi-layer world, and shift-click delete was broken)
author Chris Cannam
date Tue, 01 Apr 2014 21:18:31 +0100
parents 711ae36a53a2
children 30bc7b2155dc
comparison
equal deleted inserted replaced
752:f428bd852580 753:09e2677e34e7
134 void dragTopLayer(QMouseEvent *e); 134 void dragTopLayer(QMouseEvent *e);
135 void dragExtendSelection(QMouseEvent *e); 135 void dragExtendSelection(QMouseEvent *e);
136 void updateContextHelp(const QPoint *pos); 136 void updateContextHelp(const QPoint *pos);
137 void edgeScrollMaybe(int x); 137 void edgeScrollMaybe(int x);
138 138
139 Layer *getTopFlexiNoteLayer();
140
139 bool m_identifyFeatures; 141 bool m_identifyFeatures;
140 QPoint m_identifyPoint; 142 QPoint m_identifyPoint;
141 QPoint m_clickPos; 143 QPoint m_clickPos;
142 QPoint m_mousePos; 144 QPoint m_mousePos;
143 bool m_clickedInRange; 145 bool m_clickedInRange;