camerauis/cameraxui/cxui/inc/cxuienums.h
changeset 48 42ba2d16bf40
parent 37 64817133cd1d
equal deleted inserted replaced
37:64817133cd1d 48:42ba2d16bf40
    56 
    56 
    57     // Graphics
    57     // Graphics
    58     static const char *TRANSPARENT_BACKGROUND_GRAPHIC = "qtg_fr_popup_trans";
    58     static const char *TRANSPARENT_BACKGROUND_GRAPHIC = "qtg_fr_popup_trans";
    59 
    59 
    60     // Sections
    60     // Sections
       
    61     static const char *STILL_PRE_CAPTURE_INDICATORS_SECTION = "still_capture_indicators";
    61     static const char *STILL_PRE_CAPTURE_WIDGETS_SECTION = "still_capture_with_widgets";
    62     static const char *STILL_PRE_CAPTURE_WIDGETS_SECTION = "still_capture_with_widgets";
       
    63     static const char *VIDEO_PRE_CAPTURE_INDICATORS_SECTION = "video_capture_indicators";
    62     static const char *VIDEO_PRE_CAPTURE_WIDGETS_SECTION = "video_capture_with_widgets";
    64     static const char *VIDEO_PRE_CAPTURE_WIDGETS_SECTION = "video_capture_with_widgets";
    63     static const char *POST_CAPTURE_WIDGETS_SECTION = "post_capture_with_widgets";
    65     static const char *POST_CAPTURE_WIDGETS_SECTION = "post_capture_with_widgets";
    64     static const char *STILL_PRE_CAPTURE_EMBEDDED_SECTION = "still_embedded_mode";
    66     static const char *STILL_PRE_CAPTURE_EMBEDDED_SECTION = "still_embedded_mode";
    65     static const char *STILL_PRE_CAPTURE_STANDALONE_SECTION = "still_standalone_mode";
    67     static const char *STILL_PRE_CAPTURE_STANDALONE_SECTION = "still_standalone_mode";
    66     static const char *VIDEO_PRE_CAPTURE_EMBEDDED_SECTION = "video_embedded_mode";
    68     static const char *VIDEO_PRE_CAPTURE_EMBEDDED_SECTION = "video_embedded_mode";
    71     static const char *VIDEO_PRE_CAPTURE_PAUSED     = "video_paused";
    73     static const char *VIDEO_PRE_CAPTURE_PAUSED     = "video_paused";
    72 
    74 
    73     // Widgets
    75     // Widgets
    74     // In order to be able to refer to a widget, we need to know its object name.
    76     // In order to be able to refer to a widget, we need to know its object name.
    75     static const char *STILL_PRE_CAPTURE_VIEW = "still_capture_view";
    77     static const char *STILL_PRE_CAPTURE_VIEW = "still_capture_view";
    76     static const char *STILL_SCENES_VIEW = "settings_scenes_view";
       
    77     static const char *STILL_PRE_CAPTURE_TOOLBAR = "toolbar";
    78     static const char *STILL_PRE_CAPTURE_TOOLBAR = "toolbar";
    78     static const char *STILL_PRE_CAPTURE_FLASH_ACTION = "cxui_action_flash";
    79     static const char *STILL_PRE_CAPTURE_FLASH_ACTION = "cxui_action_flash";
    79     static const char *STILL_PRE_CAPTURE_SCENE_MODE_ACTION = "cxui_action_scenemodes";
    80     static const char *STILL_PRE_CAPTURE_SCENE_MODE_ACTION = "cxui_action_scenemodes";
    80     static const char *STILL_PRE_CAPTURE_ROOT_WIDGET = "viewfinder_widget";
    81     static const char *STILL_PRE_CAPTURE_ROOT_WIDGET = "viewfinder_widget";
    81     static const char *STILL_PRE_CAPTURE_VIEWFINDER = "transparent";
    82     static const char *STILL_PRE_CAPTURE_VIEWFINDER = "transparent";
    87     static const char *STILL_PRE_CAPTURE_FACE_TRACKING_ICON = "face_tracking_indicator";
    88     static const char *STILL_PRE_CAPTURE_FACE_TRACKING_ICON = "face_tracking_indicator";
    88     static const char *STILL_PRE_CAPTURE_POST_CAPTURE_ACTION = "cxui_action_stillpostcapture";
    89     static const char *STILL_PRE_CAPTURE_POST_CAPTURE_ACTION = "cxui_action_stillpostcapture";
    89     static const char *STILL_PRE_CAPTURE_INDICATOR_CONTAINER = "indicatorContainer";
    90     static const char *STILL_PRE_CAPTURE_INDICATOR_CONTAINER = "indicatorContainer";
    90     static const char *STILL_PRE_CAPTURE_IMAGES_LEFT_CONTAINER = "images_left_container";
    91     static const char *STILL_PRE_CAPTURE_IMAGES_LEFT_CONTAINER = "images_left_container";
    91     static const char *STILL_PRE_CAPTURE_GEOTAGGING_INDICATOR_ICON = "still_geotagging_indicator";
    92     static const char *STILL_PRE_CAPTURE_GEOTAGGING_INDICATOR_ICON = "still_geotagging_indicator";
       
    93     static const char *STILL_PRE_CAPTURE_FLASHBLINK_INDICATOR_ICON = "flash_indicator";
    92 
    94 
    93     static const char *STILL_PRE_CAPTURE_SELFTIMER_CONTAINER = "still_precapture_selftimer_container";
    95     static const char *STILL_PRE_CAPTURE_SELFTIMER_CONTAINER = "still_precapture_selftimer_container";
    94     static const char *STILL_PRE_CAPTURE_SELFTIMER_COUNTER = "still_selftimer_counter";
    96     static const char *STILL_PRE_CAPTURE_SELFTIMER_COUNTER = "still_selftimer_counter";
    95     static const char *STILL_PRE_CAPTURE_SELFTIMER_START_BUTTON = "still_selftimer_start_button";
    97     static const char *STILL_PRE_CAPTURE_SELFTIMER_START_BUTTON = "still_selftimer_start_button";
    96     static const char *STILL_PRE_CAPTURE_SELFTIMER_CANCEL_BUTTON = "still_selftimer_cancel_button";
    98     static const char *STILL_PRE_CAPTURE_SELFTIMER_CANCEL_BUTTON = "still_selftimer_cancel_button";
   105     static const char *VIDEO_PRE_CAPTURE_TOOLBAR_REC = "video_toolbar_recording";
   107     static const char *VIDEO_PRE_CAPTURE_TOOLBAR_REC = "video_toolbar_recording";
   106     static const char *VIDEO_PRE_CAPTURE_TOOLBAR_PAUSED = "video_toolbar_paused";
   108     static const char *VIDEO_PRE_CAPTURE_TOOLBAR_PAUSED = "video_toolbar_paused";
   107     static const char *VIDEO_PRE_CAPTURE_VIEWFINDER = "video_viewfinder_widget";
   109     static const char *VIDEO_PRE_CAPTURE_VIEWFINDER = "video_viewfinder_widget";
   108     static const char *VIDEO_PRE_CAPTURE_ZOOM_SLIDER = "video_zoom";
   110     static const char *VIDEO_PRE_CAPTURE_ZOOM_SLIDER = "video_zoom";
   109     static const char *VIDEO_PRE_CAPTURE_RECORDING_ICON = "video_recording_icon";
   111     static const char *VIDEO_PRE_CAPTURE_RECORDING_ICON = "video_recording_icon";
   110     static const char *VIDEO_PRE_CAPTURE_ELAPSED_TIME_LABEL = "video_elapsed_time";
   112     static const char *VIDEO_PRE_CAPTURE_VIDEO_TIME_LABEL = "video_elapsed_time";
   111     static const char *VIDEO_PRE_CAPTURE_REMAINING_TIME_LABEL = "video_remaining_time";
       
   112     static const char *VIDEO_PRE_CAPTURE_DEFAULT_MENU = "video_view_menu";
   113     static const char *VIDEO_PRE_CAPTURE_DEFAULT_MENU = "video_view_menu";
   113     static const char *VIDEO_PRE_CAPTURE_VIDEO_QUALITY_ACTION = "cxui_video_action_quality";
   114     static const char *VIDEO_PRE_CAPTURE_VIDEO_QUALITY_ACTION = "cxui_video_action_quality";
   114     static const char *VIDEO_PRE_CAPTURE_GOTO_STILL_ACTION = "cxui_video_action_gotostill";
   115     static const char *VIDEO_PRE_CAPTURE_GOTO_STILL_ACTION = "cxui_video_action_gotostill";
   115     static const char *VIDEO_PRE_CAPTURE_POST_CAPTURE_ACTION  = "cxui_video_action_showcapturedvideo";
   116     static const char *VIDEO_PRE_CAPTURE_POST_CAPTURE_ACTION  = "cxui_video_action_showcapturedvideo";
   116     static const char *VIDEO_PRE_CAPTURE_INDICATOR_CONTAINER_TOP = "video_indicator_container_top";
   117     static const char *VIDEO_PRE_CAPTURE_INDICATOR_CONTAINER_TOP = "video_indicator_container_top";
   117     static const char *VIDEO_PRE_CAPTURE_INDICATOR_CONTAINER_BOTTOM = "video_indicator_container_bottom";
   118     static const char *VIDEO_PRE_CAPTURE_INDICATOR_CONTAINER_BOTTOM = "video_indicator_container_bottom";
   118     static const char *VIDEO_PRE_CAPTURE_SCENE_MODE_ACTION = "cxui_video_action_scene";
   119     static const char *VIDEO_PRE_CAPTURE_SCENE_MODE_ACTION = "cxui_video_action_scene";
   119 
   120 
   120     static const char *VIDEO_PRE_CAPTURE_QUALITY_ICON = "video_quality_indicator";
   121     static const char *VIDEO_PRE_CAPTURE_QUALITY_ICON = "video_quality_indicator";
   121     static const char *VIDEO_PRE_CAPTURE_GEOTAGGING_INDICATOR_ICON = "video_geotagging_indicator";
   122     static const char *VIDEO_PRE_CAPTURE_GEOTAGGING_INDICATOR_ICON = "video_geotagging_indicator";
       
   123     static const char *VIDEO_PRE_CAPTURE_VIDEOAUDIOMUTE_INDICATOR_ICON = "video_audio_mute_indicator";
       
   124     static const char *VIDEO_PRE_CAPTURE_STABILITY_INDICATOR_ICON = "video_stability_indicator";
   122 
   125 
   123     // standby
   126     // standby
   124     static const char *STANDBY_POPUP = "standbymode_popup";
   127     static const char *STANDBY_POPUP = "standbymode_popup";
   125     static const char *STANDBY_TEXT_WIDGET = "standby_text";
   128     static const char *STANDBY_TEXT_WIDGET = "standby_text";
   126 
   129 
   150     // common slider settings dialog layout details
   153     // common slider settings dialog layout details
   151     static const char *SETTINGS_SLIDER_DIALOG_WIDGET = "slider_settings_dialog";
   154     static const char *SETTINGS_SLIDER_DIALOG_WIDGET = "slider_settings_dialog";
   152     static const char *SETTINGS_SLIDER_DIALOG_HEADING_WIDGET = "slider_settings_dialog_heading";
   155     static const char *SETTINGS_SLIDER_DIALOG_HEADING_WIDGET = "slider_settings_dialog_heading";
   153     static const char *SETTINGS_SLIDER_DIALOG_CONTENT_WIDGET = "settings_dialog_slider";
   156     static const char *SETTINGS_SLIDER_DIALOG_CONTENT_WIDGET = "settings_dialog_slider";
   154 
   157 
   155     // scene setting
   158     // scene mode view
   156     static const char *SCENE_VIEW_CONTAINER  = "scene_view_container";
   159     static const char *SCENE_MODE_VIEW = "settings_scenes_view";
   157     static const char *SCENE_VIEW_BG_IMAGE  = "scene_view_bg_icon";
   160     static const char *SCENE_MODE_VIEW_CONTAINER = "scene_view_container";
   158     static const char *SCENE_VIEW_BG_IMAGE2  = "scene_view_bg_icon2";
   161     static const char *SCENE_MODE_VIEW_BG_IMAGE = "scene_view_bg_icon";
   159     static const char *SCENE_VIEW_RADIOBUTTONS  = "scene_view_radioButtonList";
   162     static const char *SCENE_MODE_VIEW_BG_IMAGE2 = "scene_view_bg_icon2";
   160     static const char *SCENE_VIEW_OK_BUTTON  = "scene_ok_button";
   163     static const char *SCENE_MODE_VIEW_RADIOBUTTONS = "scene_view_radioButtonList";
   161     static const char *SCENE_VIEW_CANCEL_BUTTON  = "scene_cancel_button";
   164     static const char *SCENE_MODE_VIEW_OK_BUTTON = "scene_ok_button";
   162     static const char *SCENE_VIEW_HEADING_WIDGET = "scene_title";
   165     static const char *SCENE_MODE_VIEW_CANCEL_BUTTON = "scene_cancel_button";
       
   166     static const char *SCENE_MODE_VIEW_HEADING_WIDGET = "scene_title";
   163 }
   167 }
   164 
   168 
   165 namespace CxUiInternal
   169 namespace CxUiInternal
   166 {
   170 {
   167     // Property for setting id string
   171     // Property for setting id string