BALL  1.4.79
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
BALL::VIEW::CanvasWidget::PixmapItem Class Reference

#include <BALL/VIEW/WIDGETS/canvasWidget.h>

Inheritance diagram for BALL::VIEW::CanvasWidget::PixmapItem:
QCanvasRectangle

Public Member Functions

 PixmapItem (QCanvas *canvas, const QPixmap &pixmap)
 
 PixmapItem (const PixmapItem &pixitem)
 
virtual ~PixmapItem ()
 
QPixmap & getPixmap ()
 

Protected Member Functions

void drawShape (QPainter &p)
 

Protected Attributes

QPixmap pixmap_
 

Detailed Description

Definition at line 30 of file canvasWidget.h.

Constructor & Destructor Documentation

◆ PixmapItem() [1/2]

BALL::VIEW::CanvasWidget::PixmapItem::PixmapItem ( QCanvas *  canvas,
const QPixmap &  pixmap 
)

◆ PixmapItem() [2/2]

BALL::VIEW::CanvasWidget::PixmapItem::PixmapItem ( const PixmapItem pixitem)

◆ ~PixmapItem()

virtual BALL::VIEW::CanvasWidget::PixmapItem::~PixmapItem ( )
virtual

Member Function Documentation

◆ drawShape()

void BALL::VIEW::CanvasWidget::PixmapItem::drawShape ( QPainter &  p)
protected

◆ getPixmap()

QPixmap& BALL::VIEW::CanvasWidget::PixmapItem::getPixmap ( )

Member Data Documentation

◆ pixmap_

QPixmap BALL::VIEW::CanvasWidget::PixmapItem::pixmap_
protected

Definition at line 47 of file canvasWidget.h.