phase toolbar

This commit is contained in:
Max-Wilhelm Bruker 2009-08-18 14:51:26 +02:00
parent 0e4517bf63
commit cb90463530
12 changed files with 146 additions and 81 deletions

View file

@ -49,6 +49,7 @@ private:
int defaultNumberTopCards;
QString name;
int id;
bool active;
QPointF base;
bool local;
ZoneList zones;
@ -68,6 +69,8 @@ public:
void gameEvent(const ServerEventData &event);
CardDatabase *getDb() const { return db; }
void showCardMenu(const QPoint &p);
bool getActive() const { return active; }
void setActive(bool _active);
};
#endif