#include <qwavbackgroundlayer.h>
Inheritance diagram for QwavBackgroundLayer:
Public Methods | |
QwavBackgroundLayer () | |
virtual | ~QwavBackgroundLayer () |
virtual void | paintLayer (QwavWaveView *v, const QRect &rect) |
virtual const string | getName () const |
const QColor & | getBgColor () const |
void | setBgColor (const QColor &) |
bool | useBgPixmap () const |
void | setUseBgPixmap (bool) |
|
Returns the current background color.
|
|
Returns the name of this layer. Implements QwavViewLayer. |
|
Paints the background (solid color) by filling the backbuffer pixmap.
Implements QwavViewLayer. |
|
Sets the background color to bg.
|