summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjinwoo.shin <jw0227.shin@samsung.com>2015-09-15 19:41:26 +0900
committerjinwoo.shin <jw0227.shin@samsung.com>2015-09-15 19:50:39 +0900
commitfbfc2393cf390509957d19b78c9c8d19bff09f56 (patch)
tree1c2a896d98e655765212e4ed9be302556011fae5 /include
parent1431b38deb76eeda4c4fc125184bda5659155cda (diff)
downloadair_livetv-fbfc2393cf390509957d19b78c9c8d19bff09f56.tar.gz
air_livetv-fbfc2393cf390509957d19b78c9c8d19bff09f56.tar.bz2
air_livetv-fbfc2393cf390509957d19b78c9c8d19bff09f56.zip
Restructuring channelinfo view and added animations
- Each layout creates its own base layout to show animation effect - Added show/hide effect on each layout except search layout Change-Id: Ibf11a7e21cc6f43754886533b7207602b638fc5b Signed-off-by: jinwoo.shin <jw0227.shin@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/define.h8
-rw-r--r--include/view.h2
2 files changed, 6 insertions, 4 deletions
diff --git a/include/define.h b/include/define.h
index 4ff5bfd..ac98f3d 100644
--- a/include/define.h
+++ b/include/define.h
@@ -46,6 +46,9 @@
#define SIGNAL_NO_FAVORITE "elm,state,no_favorite"
#define SIGNAL_TOGGLE "elm,state,toggle"
#define SIGNAL_UNTOGGLE "elm,state,untoggle"
+#define SIGNAL_SHOW "show"
+#define SIGNAL_HIDE "hide"
+#define SIGNAL_HIDE_FINISHED "elm,action,hide,finished"
#define SIGNAL_TIMEOUT "timeout"
#define FONT_REGULAR "TizenSans"
@@ -95,11 +98,12 @@
#define LAYOUT_CHANNELINFO_SEARCH "LAYOUT_CHANNELINFO_SEARCH"
#define GRP_VIEW_CHANNELINFO "grp.view.channelinfo"
-
-#define GRP_CHANNELINFO_LIST "grp.channelinfo.list"
+#define GRP_LAYOUT_CHANNELINFO "grp.lavout.channelinfo.list"
+#define GRP_LAYOUT_CHANNELINFO_LIST "grp.layout.channelinfo.list"
#define PART_CHANNELINFO_LIST_NEXT "part.channelinfo.list.next"
#define PART_CHANNELINFO_LIST_CURRENT "part.channelinfo.list.current"
#define PART_CHANNELINFO_LIST_PREV "part.channelinfo.list.prev"
+#define GRP_LAYOUT_CHANNELINFO_SEARCH "grp.layout.channelinfo.search"
#define GRP_CHANNELINFO "grp.channelinfo"
#define GRP_CHANNELINFO_SIMPLE "grp.channelinfo.simple"
diff --git a/include/view.h b/include/view.h
index 34abc88..db1a783 100644
--- a/include/view.h
+++ b/include/view.h
@@ -33,8 +33,6 @@ enum _update_op {
STOP_HIDE_TIMER
};
-void draw_channel_info(Evas_Object *obj, const struct tv_channel_info *channel_info);
-
view_class *view_channelnumber_get_vclass(void);
view_class *view_channelinfo_get_vclass(void);
view_class *view_error_get_vclass(void);