new gui-feedback for autofold-modus
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user