comparison base/View.h @ 38:a6b2128eed56

* Continue MainWindow refactoring by making MainWindow actually use the new Document class -- still somewhat unstable * Fix crash in spectrogram layer * Rename tonalestimator to TonalEstimator and add to project file
author Chris Cannam
date Fri, 03 Mar 2006 16:56:20 +0000
parents 935a2419a77c
children 701404725897
comparison
equal deleted inserted replaced
37:838652cc31e6 38:a6b2128eed56
46 * Deleting a View deletes all its views. However, it is 46 * Deleting a View deletes all its views. However, it is
47 * also acceptable for the views to be deleted by other code (in 47 * also acceptable for the views to be deleted by other code (in
48 * which case they will remove themselves from this View 48 * which case they will remove themselves from this View
49 * automatically), or to be removed explicitly without deleting 49 * automatically), or to be removed explicitly without deleting
50 * using removeLayer. 50 * using removeLayer.
51 **!!!!!!
51 */ 52 */
52 virtual ~View(); 53 virtual ~View();
53 54
54 /** 55 /**
55 * Retrieve the first visible sample frame on the widget. 56 * Retrieve the first visible sample frame on the widget.