next steps votekick gui implementation
This commit is contained in:
@@ -283,6 +283,9 @@ public slots:
|
||||
void endVoteOnKick();
|
||||
void voteOnKickYes();
|
||||
void voteOnKickNo();
|
||||
void startVoteOnKickTimeout();
|
||||
void stopVoteOnKickTimeout();
|
||||
void nextVoteOnKickTimeoutAnimationFrame();
|
||||
|
||||
private:
|
||||
|
||||
@@ -328,7 +331,8 @@ private:
|
||||
QTimer *postRiverRunAnimation6Timer;
|
||||
|
||||
QTimer *blinkingStartButtonAnimationTimer;
|
||||
|
||||
QTimer *voteOnKickTimeoutTimer;
|
||||
boost::timers::portable::microsec_timer voteOnKickRealTimer;
|
||||
|
||||
QWidget *userWidgetsArray[6];
|
||||
QLabel *buttonLabelArray[MAX_NUMBER_OF_PLAYERS];
|
||||
@@ -398,7 +402,7 @@ private:
|
||||
|
||||
int keyUpDownChatCounter;
|
||||
int myLastPreActionBetValue;
|
||||
|
||||
int voteOnKickTimeoutSecs;
|
||||
// StyleSheetReader *myStyleSheetReader;
|
||||
|
||||
friend class GuiWrapper;
|
||||
|
||||
Reference in New Issue
Block a user