nice ellipses :)

This commit is contained in:
Max-Wilhelm Bruker 2009-05-23 01:58:11 +02:00
parent 7e13352a95
commit 175512a2ad
13 changed files with 144 additions and 101 deletions

View file

@ -7,6 +7,7 @@
class Player;
class ZoneViewZone;
class QMenu;
class QPainter;
class CardZone : public QGraphicsItem {
protected:
@ -20,6 +21,7 @@ protected:
bool isShufflable;
void mousePressEvent(QGraphicsSceneMouseEvent *event);
virtual void addCardImpl(CardItem *card, int x, int y) = 0;
void paintCardNumberEllipse(QPainter *painter);
public:
enum { Type = typeZone };
int type() const { return Type; }