Mercurial > hg > svgui
comparison widgets/LayerTree.cpp @ 280:3c402c6052f6
* Pull peak-picker out of SpectrumLayer and into FFTModel; use combined
peak-picker and frequency estimator for SpectrogramLayer (makes the
peak frequency spectrogram a bit quicker)
* Add more information to spectrum and spectrogram crosshairs
author | Chris Cannam |
---|---|
date | Wed, 04 Jul 2007 15:29:16 +0000 |
parents | 8acd30ed735c |
children | 226cb289bdf4 |
comparison
equal
deleted
inserted
replaced
279:47fe0352861e | 280:3c402c6052f6 |
---|---|
19 | 19 |
20 #include "view/Pane.h" | 20 #include "view/Pane.h" |
21 #include "layer/Layer.h" | 21 #include "layer/Layer.h" |
22 #include "data/model/Model.h" | 22 #include "data/model/Model.h" |
23 | 23 |
24 #include <QIcon> | |
24 #include <iostream> | 25 #include <iostream> |
25 | 26 |
26 | 27 |
27 LayerTreeModel::LayerTreeModel(PaneStack *stack, QObject *parent) : | 28 LayerTreeModel::LayerTreeModel(PaneStack *stack, QObject *parent) : |
28 QAbstractItemModel(parent), | 29 QAbstractItemModel(parent), |