cleaned timer in mainwindow.cpp

This commit is contained in:
doitux
2007-01-23 23:53:12 +00:00
parent 97216f3f77
commit 31152299c5
2 changed files with 81 additions and 298 deletions
+3 -30
View File
@@ -50,17 +50,6 @@ public:
void setLog(Log*);
int getMaxQuantityPlayers() const { return maxQuantityPlayers; }
// int getGameSpeed() const { return gameSpeed; }
// int getPreflopNextPlayerSpeed() const { return preflopNextPlayerSpeed; }
// int getNextPlayerSpeed1() const { return nextPlayerSpeed1; }
// int getNextPlayerSpeed2() const { return nextPlayerSpeed2; }
// int getNextPlayerSpeed3() const { return nextPlayerSpeed3; }
//refresh-Funktionen
void refreshSet();
@@ -151,20 +140,16 @@ public slots:
void startNewHand();
void lockTimer();
void unlockTimer();
void stopTimer();
void nextRoundCleanGui();
void userWidgetsBackgroudColor();
void timerBlockerFalse();
void breakButtonClicked();
void keyPressEvent ( QKeyEvent * event );
void switchToolBox();
// void processOneThing();
private:
@@ -234,20 +219,8 @@ private:
int nextPlayerSpeed3;
int preflopNextPlayerSpeed;
int nextOpponentSpeed;
/*
int *gameSpeed;
int *dealCardsSpeed;
int *postRiverRunAnimationSpeed;
int *winnerBlinkSpeed;
int *newRoundSpeed;
int *nextPlayerSpeed1;
int *nextPlayerSpeed2;
int *nextPlayerSpeed3;
int *preflopNextPlayerSpeed;
int *nextOpponentSpeed; */
bool firstCallNewGame;
bool newRoundTimerBlock;
bool debugMode;
bool breakAfterActualHand;