Puzzle / inc /

view_defines.h

  1. /*
  2. * Copyright (c) 2016 Samsung Electronics Co., Ltd
  3. *
  4. * Licensed under the Flora License, Version 1.1 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. * http://floralicense.org/license/
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16.  
  17. #if !defined(_VIEW_DEFINES_H)
  18. #define _VIEW_DEFINES_H
  19.  
  20. #define EDJ_MAIN "edje/main.edj"
  21. #define GRP_MAIN "main"
  22. #define PART_MAIN_MENU "main_menu"
  23. #define PART_MAIN_PUZZLE "main_puzzle"
  24. #define PART_MAIN_NAVI "main_navi"
  25.  
  26. #define GRP_MENU "menu"
  27. #define PART_MENU_ANSWER "menu_answer"
  28. #define PART_MENU_LEVEL "menu_level"
  29. #define PART_MENU_SHUFFLE "menu_shuffle"
  30.  
  31. #define GRP_NAVI "navigation"
  32. #define PART_NAVI_UP "navigation_up"
  33. #define PART_NAVI_DOWN "navigation_down"
  34. #define PART_NAVI_LEFT "navigation_left"
  35. #define PART_NAVI_RIGHT "navigation_right"
  36.  
  37. #define GRP_POPUP "popup"
  38. #define PART_POPUP_ITEM_1 "popup_item_1"
  39. #define PART_POPUP_ITEM_2 "popup_item_2"
  40.  
  41. #endif