comparison layer/Layer.h @ 360:d58701996fae

* Update remaining editable layers to support proper realignment on copy/paste * Permit pasting when no suitable layer is current: create a new layer on paste * Add preference for showing the splash screen or not * Rename spectrogram smoothing prefs (partly following Craig's suggestions)
author Chris Cannam
date Wed, 06 Feb 2008 14:15:09 +0000
parents 020c485aa7e0
children 6167a28d25fc
comparison
equal deleted inserted replaced
359:020c485aa7e0 360:d58701996fae
466 protected: 466 protected:
467 void connectSignals(const Model *); 467 void connectSignals(const Model *);
468 468
469 virtual size_t alignToReference(View *v, size_t frame) const; 469 virtual size_t alignToReference(View *v, size_t frame) const;
470 virtual size_t alignFromReference(View *v, size_t frame) const; 470 virtual size_t alignFromReference(View *v, size_t frame) const;
471 bool clipboardHasDifferentAlignment(View *v, const Clipboard &clip) const;
471 472
472 struct MeasureRect { 473 struct MeasureRect {
473 474
474 mutable QRect pixrect; 475 mutable QRect pixrect;
475 bool haveFrames; 476 bool haveFrames;