94902eff2437d63980c5feb427ed8289f45c6c87
[apps/core/preloaded/calendar.git] / src / day-time.h
1 /*
2   *
3   *  Copyright 2012  Samsung Electronics Co., Ltd
4   *
5   *  Licensed under the Flora License, Version 1.0 (the "License");
6   *  you may not use this file except in compliance with the License.
7   *  You may obtain a copy of the License at
8   *
9   *       http://floralicense.org/license/
10   *
11   *  Unless required by applicable law or agreed to in writing, software
12   *  distributed under the License is distributed on an "AS IS" BASIS,
13   *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14   *  See the License for the specific language governing permissions and
15   *  limitations under the License.
16   */\r
17 #ifndef __CALENDAR_DAY_TIME_H__\r
18 #define __CALENDAR_DAY_TIME_H__\r
19 #include "cld.h"\r
20 #include "base-time.h"\r
21 #include "day-time-block.h"\r
22 \r
23 #define DAY_TIME_DOUBLE_CLICEKD TIME_BLOCK_SLICE_LONGPRESS+1\r
24 #define DAY_TIME_DOUBLE_CLICK_TIME 0.4\r
25 \r
26 typedef void *cal_day_time_h;\r
27 \r
28 cal_base_time_h  cal_day_time_create(void *data);\r
29 \r
30 #endif