This commit is contained in:
@@ -136,6 +136,8 @@ public slots:
|
||||
void postRiverRunAnimation5();
|
||||
void postRiverRunAnimation6();
|
||||
|
||||
void startSplashNextFrame();
|
||||
|
||||
void handSwitchRounds();
|
||||
|
||||
void startNewHand();
|
||||
@@ -148,8 +150,9 @@ public slots:
|
||||
void breakButtonClicked();
|
||||
|
||||
void keyPressEvent ( QKeyEvent * event );
|
||||
void paintEvent(QPaintEvent* event);
|
||||
|
||||
void switchToolBox();
|
||||
|
||||
void paintStartSplash();
|
||||
|
||||
private:
|
||||
@@ -193,6 +196,9 @@ private:
|
||||
QTimer *postRiverRunAnimation3Timer;
|
||||
QTimer *postRiverRunAnimation5Timer;
|
||||
QTimer *postRiverRunAnimation6Timer;
|
||||
|
||||
QTimer *startSplashAnimationTimer;
|
||||
|
||||
|
||||
QWidget *userWidgetsArray[8];
|
||||
QLabel *buttonLabelArray[5];
|
||||
@@ -207,6 +213,7 @@ private:
|
||||
int maxQuantityPlayers;
|
||||
|
||||
int distributePotAnimCounter;
|
||||
int startSplashFrameNo;
|
||||
|
||||
//Speed
|
||||
int guiGameSpeed;
|
||||
|
||||
Reference in New Issue
Block a user