createnetworkgamedialog and startnetworkgamedialog added

This commit is contained in:
doitux
2007-02-22 00:48:18 +00:00
parent b5c8c13a47
commit d74a9eef70
12 changed files with 582 additions and 11 deletions
+6 -1
View File
@@ -40,7 +40,8 @@ class PlayerInterface;
class MyCardsPixmapLabel;
class joinNetworkGameDialogImpl;
class connectToServerDialogImpl;
class createNetworkGameDialogImpl;
class startNetworkGameDialogImpl;
class QColor;
@@ -97,6 +98,7 @@ public slots:
void callNewGameDialog() ;
void callAboutPokerthDialog();
void callSettingsDialog();
void callCreateNetworkGameDialog();
void callJoinNetworkGameDialog();
void myFold();
@@ -252,6 +254,9 @@ private:
//Dialoge
joinNetworkGameDialogImpl *myJoinNetworkGameDialog;
connectToServerDialogImpl *myConnectToServerDialog;
startNetworkGameDialogImpl *myStartNetworkGameDialog;
createNetworkGameDialogImpl *myCreateNetworkGameDialog;
int maxQuantityPlayers;
int distributePotAnimCounter;