This commit is contained in:
doitux
2007-01-27 01:20:51 +00:00
parent f62c734979
commit f9becff196
4 changed files with 57 additions and 39 deletions
+8 -1
View File
@@ -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;