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