#include <qwavlinepeakdatalayer.h>
Inheritance diagram for QwavLinePeakDataLayer:
Public Methods | |
Constructor & Destructor | |
QwavLinePeakDataLayer () | |
~QwavLinePeakDataLayer () | |
View layer | |
virtual void | paintLayer (QwavWaveView *v, const QRect &rect) |
virtual const string | getName (void) const |
Layer specific | |
void | setPeakColor (const QColor &c) |
const QColor & | getPeakColor (void) const |
|
Standard constructor. Initializes the color used for painting (darkBlue) |
|
Destructor. |
|
Returns the name of this layer. Implements QwavViewLayer. |
|
Paints the layer. Reimplement this in subclasses to draw layer specific content.
Implements QwavViewLayer. |
|
Sets the color used for painting.
|