comparison src/constants.h @ 34:40a683d1a318

(issue15) Change picture speed setting to seconds and default to 1s
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 06 May 2015 16:07:35 +0200
parents 749ecdfd036a
children 0c05958d254c
comparison
equal deleted inserted replaced
33:58f1b3c330af 34:40a683d1a318
54 #define LONG_DATE_FORMAT "dd.MM.yyyy, hh:mm:ss.zzz" 54 #define LONG_DATE_FORMAT "dd.MM.yyyy, hh:mm:ss.zzz"
55 55
56 /**@def the config key for the replay speed */ 56 /**@def the config key for the replay speed */
57 #define REPLAY_SPEED_KEY "Speed" 57 #define REPLAY_SPEED_KEY "Speed"
58 58
59 /**@def the default value for the replay speed in REPLAY_SPEED_STEP_MS steps */ 59 /**@def the default value for the replay speed in seconds */
60 #define REPLAY_SPEED_DEFAULT 5 60 #define REPLAY_SPEED_DEFAULT 1.
61 61
62 /**@def the value for a step in the speed slider */ 62 /**@def the value for a step in the speed slider */
63 #define REPLAY_SPEED_STEP_MS 500 63 #define REPLAY_SPEED_STEP_MS 500
64 64
65 /**@def The seperator used in the patterns. */ 65 /**@def The seperator used in the patterns. */
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)