summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSoohye Shin <soohye.shin@samsung.com>2015-07-14 22:14:16 +0900
committerSoohye Shin <soohye.shin@samsung.com>2015-07-15 12:39:02 +0900
commitb92e125e1929c69fd3ab63c2401a393ead0a8e4c (patch)
treef4f5676a2aa9b0b3a51060f57ea2b29a7243cce0 /include
parentce023ac88ffddbe95ed00afffb449a9ae6e56245 (diff)
downloadair_home-b92e125e1929c69fd3ab63c2401a393ead0a8e4c.tar.gz
air_home-b92e125e1929c69fd3ab63c2401a393ead0a8e4c.tar.bz2
air_home-b92e125e1929c69fd3ab63c2401a393ead0a8e4c.zip
set photo image in user edit view whitch is selected from photo viewer
- modify photo edc for focus handling Change-Id: I74355d8e3ca9b33e9aeb7848af90474ecf2f5889 Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/view.h (renamed from include/view_user_edit.h)15
-rw-r--r--include/view_home.h22
-rw-r--r--include/view_photo.h22
-rw-r--r--include/view_recent.h22
-rw-r--r--include/view_user.h22
5 files changed, 12 insertions, 91 deletions
diff --git a/include/view_user_edit.h b/include/view.h
index 088b7cf..58f2a07 100644
--- a/include/view_user_edit.h
+++ b/include/view.h
@@ -14,9 +14,18 @@
* limitations under the License.
*/
-#ifndef __AIR_HOME_VIEW_USER_EDIT_H__
-#define __AIR_HOME_VIEW_USER_EDIT_H__
+#ifndef __AIR_HOME_VIEW_H__
+#define __AIR_HOME_VIEW_H__
+enum update_type {
+ UPDATE_TYPE_EDIT,
+ UPDATE_TYPE_PHOTO
+};
+
+view_class *view_home_get_vclass(void);
+view_class *view_user_get_vclass(void);
view_class *view_user_edit_get_vclass(void);
+view_class *view_photo_get_vclass(void);
+view_class *view_recent_get_vclass(void);
-#endif /* __AIR_HOME_VIEW_USER_EDIT_H__ */
+#endif /* __AIR_HOME_VIEW_H__ */
diff --git a/include/view_home.h b/include/view_home.h
deleted file mode 100644
index d8b811d..0000000
--- a/include/view_home.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the License);
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __AIR_HOME_VIEW_HOME_H__
-#define __AIR_HOME_VIEW_HOME_H__
-
-view_class *view_home_get_vclass(void);
-
-#endif /* __AIR_HOME_VIEW_HOME_H__ */
diff --git a/include/view_photo.h b/include/view_photo.h
deleted file mode 100644
index 9dd7b14..0000000
--- a/include/view_photo.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the License);
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __AIR_HOME_VIEW_PHOTO_H__
-#define __AIR_HOME_VIEW_PHOTO_H__
-
-view_class *view_photo_get_vclass(void);
-
-#endif /* __AIR_HOME_VIEW_PHOTO_H__ */
diff --git a/include/view_recent.h b/include/view_recent.h
deleted file mode 100644
index fcf0768..0000000
--- a/include/view_recent.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the License);
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __AIR_HOME_VIEW_RECENT_H__
-#define __AIR_HOME_VIEW_RECENT_H__
-
-view_class *view_recent_get_vclass(void);
-
-#endif /* __AIR_HOME_VIEW_RECENT_H__ */
diff --git a/include/view_user.h b/include/view_user.h
deleted file mode 100644
index c9c622c..0000000
--- a/include/view_user.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the License);
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef __AIR_HOME_VIEW_USER_H__
-#define __AIR_HOME_VIEW_USER_H__
-
-view_class *view_user_get_vclass(void);
-
-#endif /* __AIR_HOME_VIEW_USER_H__ */