BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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

Member Function Documentation

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

Member Data Documentation

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

Definition at line 47 of file canvasWidget.h.