comparison src/constants.h @ 3:248d5d1cdb38

Add functionalty to control buttons and make picture resizable
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 23 Mar 2015 19:10:01 +0100
parents 147b08bc7d64
children 107e435cb569
comparison
equal deleted inserted replaced
2:97d2c8869c39 3:248d5d1cdb38
51 #define SUB_FOLDER_PATTERN_KEY "SubFolderPattern" 51 #define SUB_FOLDER_PATTERN_KEY "SubFolderPattern"
52 52
53 /**@def the default value for the root folder pattern */ 53 /**@def the default value for the root folder pattern */
54 #define SUB_FOLDER_PATTERN "IP-Addr_Nethz-Login" 54 #define SUB_FOLDER_PATTERN "IP-Addr_Nethz-Login"
55 55
56 /**@def how to format a timestamp */
57 #define LONG_DATE_FORMAT "dd.MM.yyyy, hh:mm:ss.zzz"
58
59 /**@def the config key for the replay speed */
60 #define REPLAY_SPEED_KEY "MSecsPerPicture"
61
62 /**@def the default value for the replay speed in ms*/
63 #define REPLAY_SPEED_DEFAULT 1000
64
56 #endif // CONSTANTS_H 65 #endif // CONSTANTS_H
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)