Mercurial > retraceit
comparison src/pngplayer.h @ 5:107e435cb569
Enable speed slider in pngplayer
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 25 Mar 2015 14:24:38 +0100 |
parents | 248d5d1cdb38 |
children | 64a51a42c01f |
comparison
equal
deleted
inserted
replaced
4:e4748da7140b | 5:107e435cb569 |
---|---|
60 /**@brief set the replay speed */ | 60 /**@brief set the replay speed */ |
61 void setSpeed(int mSecsPerPicture); | 61 void setSpeed(int mSecsPerPicture); |
62 | 62 |
63 /**@brief start or pause the replay */ | 63 /**@brief start or pause the replay */ |
64 void togglePlay(); | 64 void togglePlay(); |
65 | |
66 /**@brief the speed bar was changed */ | |
67 void speedChanged(); | |
68 | |
65 Q_SIGNALS: | 69 Q_SIGNALS: |
66 /** @brief Emited if something went wrong. e.g. file not readable */ | 70 /** @brief Emited if something went wrong. e.g. file not readable */ |
67 void error(const QString& msg); | 71 void error(const QString& msg); |
68 | 72 |
69 /** @brief Emited if the player wants to advance to the next picture */ | 73 /** @brief Emited if the player wants to advance to the next picture */ |