Add Own Flipside Option

This commit is contained in:
doitux
2007-01-28 23:33:48 +00:00
parent 20bb41240c
commit 34fd8aceef
8 changed files with 266 additions and 87 deletions
+18
View File
@@ -162,6 +162,22 @@ private:
Log *myLog;
ConfigFile *myConfig;
//MyPixmapCardsLabel
MyCardsPixmapLabel *pixmapLabel_cardBoard0;
MyCardsPixmapLabel *pixmapLabel_cardBoard1;
MyCardsPixmapLabel *pixmapLabel_cardBoard2;
MyCardsPixmapLabel *pixmapLabel_cardBoard3;
MyCardsPixmapLabel *pixmapLabel_cardBoard4;
MyCardsPixmapLabel *pixmapLabel_card0a;
MyCardsPixmapLabel *pixmapLabel_card0b;
MyCardsPixmapLabel *pixmapLabel_card1a;
MyCardsPixmapLabel *pixmapLabel_card1b;
MyCardsPixmapLabel *pixmapLabel_card2a;
MyCardsPixmapLabel *pixmapLabel_card2b;
MyCardsPixmapLabel *pixmapLabel_card3a;
MyCardsPixmapLabel *pixmapLabel_card3b;
MyCardsPixmapLabel *pixmapLabel_card4a;
MyCardsPixmapLabel *pixmapLabel_card4b;
//Timer
QTimer *potDistributeTimer;
QTimer *timer;
@@ -206,6 +222,8 @@ private:
MyCardsPixmapLabel *boardCardsArray[5];
MyCardsPixmapLabel *holeCardsArray[5][2];
QPixmap *flipside;
int maxQuantityPlayers;
int distributePotAnimCounter;