Mercurial > retraceit
comparison src/constants.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 | e3c8f61e45a9 |
comparison
equal
deleted
inserted
replaced
4:e4748da7140b | 5:107e435cb569 |
---|---|
55 | 55 |
56 /**@def how to format a timestamp */ | 56 /**@def how to format a timestamp */ |
57 #define LONG_DATE_FORMAT "dd.MM.yyyy, hh:mm:ss.zzz" | 57 #define LONG_DATE_FORMAT "dd.MM.yyyy, hh:mm:ss.zzz" |
58 | 58 |
59 /**@def the config key for the replay speed */ | 59 /**@def the config key for the replay speed */ |
60 #define REPLAY_SPEED_KEY "MSecsPerPicture" | 60 #define REPLAY_SPEED_KEY "Speed" |
61 | 61 |
62 /**@def the default value for the replay speed in ms*/ | 62 /**@def the default value for the replay speed in REPLAY_SPEED_STEP_MS steps */ |
63 #define REPLAY_SPEED_DEFAULT 1000 | 63 #define REPLAY_SPEED_DEFAULT 5 |
64 | |
65 /**@def the value for a step in the speed slider */ | |
66 #define REPLAY_SPEED_STEP_MS 500 | |
64 | 67 |
65 #endif // CONSTANTS_H | 68 #endif // CONSTANTS_H |