#include <qlaserdata.h>
Public Member Functions | |
| QRectF | boundingRect () const |
| QPainterPath | createCountour () |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
| QLaserData (LDP ld) | |
| QPainterPath | shape () const |
Protected Member Functions | |
| void | timerEvent (QTimerEvent *event) |
Private Attributes | |
| QPainterPath | countour |
| LDP | ld |
Definition at line 6 of file qlaserdata.h.
| QLaserData::QLaserData | ( | LDP | ld | ) |
Definition at line 9 of file qlaserdata.cpp.
| QRectF QLaserData::boundingRect | ( | ) | const |
Definition at line 17 of file qlaserdata.cpp.
| QPainterPath QLaserData::createCountour | ( | ) |
Definition at line 27 of file qlaserdata.cpp.
| void QLaserData::paint | ( | QPainter * | painter, |
| const QStyleOptionGraphicsItem * | option, | ||
| QWidget * | widget | ||
| ) |
Definition at line 44 of file qlaserdata.cpp.
| QPainterPath QLaserData::shape | ( | ) | const |
Definition at line 22 of file qlaserdata.cpp.
| void QLaserData::timerEvent | ( | QTimerEvent * | event | ) | [protected] |
Definition at line 72 of file qlaserdata.cpp.
QPainterPath QLaserData::countour [private] |
Definition at line 25 of file qlaserdata.h.
LDP QLaserData::ld [private] |
Definition at line 24 of file qlaserdata.h.