LunaSysMgr
|
#include <GhostCard.h>
Public Member Functions | |
GhostCard (const QPixmap &pixmap, const QPainterPath &path=QPainterPath(), const CardWindow::Position &pos=CardWindow::Position()) | |
virtual | ~GhostCard () |
virtual QRectF | boundingRect () const |
CardWindow::Position | position () const |
void | setPosition (const CardWindow::Position &pos) |
Protected Member Functions | |
virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *, QWidget *) |
Protected Attributes | |
QPixmap | m_pixmap |
QPainterPath | m_painterPath |
QRectF | m_boundingRect |
CardWindow::Position | m_position |
Properties | |
CardWindow::Position | position |
GhostCard::GhostCard | ( | const QPixmap & | pixmap, |
const QPainterPath & | path = QPainterPath() , |
||
const CardWindow::Position & | pos = CardWindow::Position() |
||
) |
|
virtual |
|
inlinevirtual |
|
protectedvirtual |
|
inline |
void GhostCard::setPosition | ( | const CardWindow::Position & | pos | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
readwrite |