new gui-feedback for autofold-modus

This commit is contained in:
doitux
2011-12-18 20:13:00 +00:00
parent 99616b4eed
commit cd00a67d1f
2 changed files with 109 additions and 50 deletions
+4
View File
@@ -49,6 +49,8 @@ class CardDeckStyleReader;
class SDLPlayer;
enum SeatState { SEAT_UNDEFINED, SEAT_ACTIVE, SEAT_AUTOFOLD, SEAT_STAYONTABLE, SEAT_CLEAR };
class gameTableImpl: public QMainWindow, public Ui::gameTable
{
Q_OBJECT
@@ -159,6 +161,8 @@ public slots:
void refreshActionButtonFKeyIndicator(bool =0);
void setPlayerAvatar(int myID, QString myAvatar);
SeatState getCurrentSeatState(boost::shared_ptr<PlayerInterface> );
void guiUpdateDone();
void waitForGuiUpdateDone();