|
BALL
1.4.1
|
#include <BALL/VIEW/WIDGETS/canvasWidget.h>
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_ |
Definition at line 30 of file canvasWidget.h.
| 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] |
| void BALL::VIEW::CanvasWidget::PixmapItem::drawShape | ( | QPainter & | p | ) | [protected] |
| QPixmap& BALL::VIEW::CanvasWidget::PixmapItem::getPixmap | ( | ) |
QPixmap BALL::VIEW::CanvasWidget::PixmapItem::pixmap_ [protected] |
Definition at line 47 of file canvasWidget.h.
1.7.6.1