#include <BALL/VIEW/WIDGETS/canvasWidget.h>
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 |