mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 08:33:54 -07:00
game menu
This commit is contained in:
parent
77015c9ebf
commit
122f8ea916
15 changed files with 75 additions and 35 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef TAB_GAME_H
|
||||
#define TAB_GAME_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <QMap>
|
||||
#include "tab.h"
|
||||
|
||||
class Client;
|
||||
class CardDatabase;
|
||||
|
|
@ -34,7 +34,7 @@ class Player;
|
|||
class CardZone;
|
||||
class CardItem;
|
||||
|
||||
class TabGame : public QWidget {
|
||||
class TabGame : public Tab {
|
||||
Q_OBJECT
|
||||
private:
|
||||
Client *client;
|
||||
|
|
@ -58,9 +58,10 @@ private:
|
|||
DeckView *deckView;
|
||||
QWidget *deckViewContainer;
|
||||
ZoneViewLayout *zoneLayout;
|
||||
QAction *playersSeparator;
|
||||
QMenu *playersMenu;
|
||||
QAction *aCloseMostRecentZoneView,
|
||||
*aNextPhase, *aNextTurn, *aRemoveLocalArrows;
|
||||
QMenu *gameMenu;
|
||||
|
||||
Player *addPlayer(int playerId, const QString &playerName);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue