comparison layer/ImageLayer.h @ 374:64e84e5efb76 spectrogram-cache-rejig

* Merge from trunk
author Chris Cannam
date Wed, 27 Feb 2008 11:59:42 +0000
parents e9fe3923bdf4
children e1a9e478b7f2
comparison
equal deleted inserted replaced
332:6440e280122e 374:64e84e5efb76
56 56
57 virtual void moveSelection(Selection s, size_t newStartFrame); 57 virtual void moveSelection(Selection s, size_t newStartFrame);
58 virtual void resizeSelection(Selection s, Selection newSize); 58 virtual void resizeSelection(Selection s, Selection newSize);
59 virtual void deleteSelection(Selection s); 59 virtual void deleteSelection(Selection s);
60 60
61 virtual void copy(Selection s, Clipboard &to); 61 virtual void copy(View *v, Selection s, Clipboard &to);
62 virtual bool paste(const Clipboard &from, int frameOffset, 62 virtual bool paste(View *v, const Clipboard &from, int frameOffset,
63 bool interactive); 63 bool interactive);
64 64
65 virtual bool editOpen(View *, QMouseEvent *); // on double-click 65 virtual bool editOpen(View *, QMouseEvent *); // on double-click
66 66
67 virtual const Model *getModel() const { return m_model; } 67 virtual const Model *getModel() const { return m_model; }