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