Mercurial > retraceit
diff 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 |
line wrap: on
line diff
--- a/src/constants.h Mon Mar 23 16:34:42 2015 +0100 +++ b/src/constants.h Mon Mar 23 19:10:01 2015 +0100 @@ -53,4 +53,13 @@ /**@def the default value for the root folder pattern */ #define SUB_FOLDER_PATTERN "IP-Addr_Nethz-Login" +/**@def how to format a timestamp */ +#define LONG_DATE_FORMAT "dd.MM.yyyy, hh:mm:ss.zzz" + +/**@def the config key for the replay speed */ +#define REPLAY_SPEED_KEY "MSecsPerPicture" + +/**@def the default value for the replay speed in ms*/ +#define REPLAY_SPEED_DEFAULT 1000 + #endif // CONSTANTS_H