timeoutanimation changes

This commit is contained in:
doitux
2007-06-08 20:35:36 +00:00
parent 056ae1aa32
commit 17cf5825c2
2 changed files with 18 additions and 6 deletions
+3 -1
View File
@@ -30,12 +30,13 @@ public:
void setMyW ( mainWindowImpl* theValue ) { myW = theValue; }
void startTimeOutAnimation(int secs);
void stopTimeOutAnimation();
void paintEvent(QPaintEvent * event);
public slots:
void startTimeOutAnimationNow();
void nextTimeOutAnimationFrame();
@@ -43,6 +44,7 @@ private:
mainWindowImpl *myW;
QTimer *timeOutAnimationTimer;
QTimer *timeOutAnimationKickOnTimer;
bool timeOutAnimation;
int timeOutAnimationWidth;