This commit is contained in:
doitux
2007-01-31 21:43:33 +00:00
parent 14c1b2064c
commit 973dd79ac8
8 changed files with 31 additions and 33 deletions
+5 -3
View File
@@ -29,7 +29,7 @@
class Game;
class Session;
class Log;
class LogWidgetImpl;
class ConfigFile;
class BoardInterface;
@@ -49,7 +49,7 @@ public:
void setGame(Game*);
void setHand(HandInterface*);
void setSession(Session*);
void setLog(Log*);
void setLogWidgetImpl(LogWidgetImpl*);
int getMaxQuantityPlayers() const { return maxQuantityPlayers; }
@@ -161,9 +161,11 @@ private:
Game *actualGame;
HandInterface *actualHand;
Session *mySession;
Log *myLog;
ConfigFile *myConfig;
LogWidgetImpl *myLogWidget;
//MyPixmapCardsLabel
MyCardsPixmapLabel *pixmapLabel_cardBoard0;
MyCardsPixmapLabel *pixmapLabel_cardBoard1;