comparison data/model/AlignmentModel.h @ 345:700cd3350391

* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename. It's still rather unstable though.
author Chris Cannam
date Wed, 28 Nov 2007 17:45:37 +0000
parents f14e2f7b24f7
children 88ad01799040
comparison
equal deleted inserted replaced
344:277006c62fea 345:700cd3350391
41 virtual size_t getEndFrame() const; 41 virtual size_t getEndFrame() const;
42 virtual size_t getSampleRate() const; 42 virtual size_t getSampleRate() const;
43 virtual Model *clone() const; 43 virtual Model *clone() const;
44 virtual bool isReady(int *completion = 0) const; 44 virtual bool isReady(int *completion = 0) const;
45 virtual const ZoomConstraint *getZoomConstraint() const; 45 virtual const ZoomConstraint *getZoomConstraint() const;
46
47 QString getTypeName() const { return tr("Alignment"); }
46 48
47 const Model *getReferenceModel() const; 49 const Model *getReferenceModel() const;
48 const Model *getAlignedModel() const; 50 const Model *getAlignedModel() const;
49 51
50 size_t toReference(size_t frame) const; 52 size_t toReference(size_t frame) const;