25 #ifndef WTRANSFERFUNCTIONBACKGROUND_H 
   26 #define WTRANSFERFUNCTIONBACKGROUND_H 
   28 #include "QGraphicsPixmapItem" 
A QGraphicsItem that displays a pixmap in the background of the scene.
 
WTransferFunctionBackground(WTransferFunctionWidget *parent=0x0)
Default constructor.
 
QGraphicsPixmapItem BaseClass
type of base class
 
void setMyPixmap(const QPixmap &pixmap)
Set the background pixmap that will be displayed.
 
QRectF boundingRect() const
Get the bounding rectangle.
 
virtual ~WTransferFunctionBackground()
Default destructor.