svgui
1.9
|
#include "SliceableLayer.h"
#include "base/Window.h"
#include "base/RealTime.h"
#include "base/Thread.h"
#include "base/PropertyContainer.h"
#include "data/model/PowerOfSqrtTwoZoomConstraint.h"
#include "data/model/DenseTimeValueModel.h"
#include "data/model/FFTModel.h"
#include <QMutex>
#include <QWaitCondition>
#include <QImage>
#include <QPixmap>
Go to the source code of this file.
Classes | |
class | SpectrogramLayer |
SpectrogramLayer represents waveform data (obtained from a DenseTimeValueModel) in spectrogram form. More... | |
class | SpectrogramLayer::Palette |
struct | SpectrogramLayer::ImageCache |
ImageCache covers the area of the view, at view resolution. More... | |
struct | SpectrogramLayer::LayerRange |
class | SpectrogramLayer::MagnitudeRange |