comparison base/Layer.h @ 32:5e28cbb431d0

* Improvements to text layer editing, and implement file I/O for it * Start some fixes to spectrogram frequency computation
author Chris Cannam
date Mon, 20 Feb 2006 17:23:40 +0000
parents 8460b3bf8f04
children 0164c8d3023b
comparison
equal deleted inserted replaced
31:4afaf0df4d51 32:5e28cbb431d0
115 115
116 virtual void editStart(QMouseEvent *) { } 116 virtual void editStart(QMouseEvent *) { }
117 virtual void editDrag(QMouseEvent *) { } 117 virtual void editDrag(QMouseEvent *) { }
118 virtual void editEnd(QMouseEvent *) { } 118 virtual void editEnd(QMouseEvent *) { }
119 119
120 virtual void editOpen(QMouseEvent *) { } // on double-click
121
120 // Text mode: 122 // Text mode:
121 // 123 //
122 // Label nearest feature. We need to get the feature coordinates 124 // Label nearest feature. We need to get the feature coordinates
123 // and current label from the layer, and then the pane can pop up 125 // and current label from the layer, and then the pane can pop up
124 // a little text entry dialog at the right location. Or we edit 126 // a little text entry dialog at the right location. Or we edit