#include <qwavzerolinelayer.h>
Inheritance diagram for QwavZeroLineLayer:
Public Methods | |
QwavZeroLineLayer () | |
~QwavZeroLineLayer () | |
virtual void | paintLayer (QwavWaveView *v, const QRect &rect) |
virtual const string | getName () const |
void | setLineColor (const QColor &c) |
const QColor & | getLineColor () const |
|
Standard constructor. |
|
Returns the name of this layer. Implements QwavViewLayer. |
|
Paints the layer. Reimplement this in subclasses to draw layer specific content.
Implements QwavViewLayer. |