camerauis/cameraxui/cxui/inc/cxuienums.h
changeset 38 0f0b4c1d7744
parent 28 3075d9b614e6
child 40 2922f70fca82
equal deleted inserted replaced
28:3075d9b614e6 38:0f0b4c1d7744
    90     static const char *STILL_PRE_CAPTURE_SELFTIMER_COUNTER = "still_selftimer_counter";
    90     static const char *STILL_PRE_CAPTURE_SELFTIMER_COUNTER = "still_selftimer_counter";
    91     static const char *STILL_PRE_CAPTURE_SELFTIMER_START_BUTTON = "still_selftimer_start_button";
    91     static const char *STILL_PRE_CAPTURE_SELFTIMER_START_BUTTON = "still_selftimer_start_button";
    92     static const char *STILL_PRE_CAPTURE_SELFTIMER_CANCEL_BUTTON = "still_selftimer_cancel_button";
    92     static const char *STILL_PRE_CAPTURE_SELFTIMER_CANCEL_BUTTON = "still_selftimer_cancel_button";
    93 
    93 
    94     static const char *VIDEO_PRE_CAPTURE_VIEW = "video_capture_view";
    94     static const char *VIDEO_PRE_CAPTURE_VIEW = "video_capture_view";
    95     
    95 
    96     static const char *SETTINGS_DIALOG_OK_ACTION = "action_ok";
    96     static const char *SETTINGS_DIALOG_OK_ACTION = "action_ok";
    97     
    97 
    98     // video
    98     // video
    99     // In order to be able to refer to a widget, we need to know its object name.
    99     // In order to be able to refer to a widget, we need to know its object name.
   100     static const char *VIDEO_PRE_CAPTURE_TOOLBAR = "video_toolbar";
   100     static const char *VIDEO_PRE_CAPTURE_TOOLBAR = "video_toolbar";
   101     static const char *VIDEO_PRE_CAPTURE_TOOLBAR_REC = "video_toolbar_recording";
   101     static const char *VIDEO_PRE_CAPTURE_TOOLBAR_REC = "video_toolbar_recording";
   102     static const char *VIDEO_PRE_CAPTURE_TOOLBAR_PAUSED = "video_toolbar_paused";
   102     static const char *VIDEO_PRE_CAPTURE_TOOLBAR_PAUSED = "video_toolbar_paused";
   110     static const char *VIDEO_PRE_CAPTURE_VIDEO_QUALITY_ACTION = "cxui_video_action_quality";
   110     static const char *VIDEO_PRE_CAPTURE_VIDEO_QUALITY_ACTION = "cxui_video_action_quality";
   111     static const char *VIDEO_PRE_CAPTURE_GOTO_STILL_ACTION = "cxui_video_action_gotostill";
   111     static const char *VIDEO_PRE_CAPTURE_GOTO_STILL_ACTION = "cxui_video_action_gotostill";
   112     static const char *VIDEO_PRE_CAPTURE_POST_CAPTURE_ACTION  = "cxui_video_action_showcapturedvideo";
   112     static const char *VIDEO_PRE_CAPTURE_POST_CAPTURE_ACTION  = "cxui_video_action_showcapturedvideo";
   113     static const char *VIDEO_PRE_CAPTURE_INDICATOR_CONTAINER_TOP = "video_indicator_container_top";
   113     static const char *VIDEO_PRE_CAPTURE_INDICATOR_CONTAINER_TOP = "video_indicator_container_top";
   114     static const char *VIDEO_PRE_CAPTURE_INDICATOR_CONTAINER_BOTTOM = "video_indicator_container_bottom";
   114     static const char *VIDEO_PRE_CAPTURE_INDICATOR_CONTAINER_BOTTOM = "video_indicator_container_bottom";
       
   115     static const char *VIDEO_PRE_CAPTURE_SCENE_MODE_ACTION = "cxui_video_action_scene";
   115 
   116 
   116     static const char *VIDEO_PRE_CAPTURE_QUALITY_ICON = "video_quality_indicator";
   117     static const char *VIDEO_PRE_CAPTURE_QUALITY_ICON = "video_quality_indicator";
   117 
   118 
   118     // standby
   119     // standby
   119     static const char *STANDBY_POPUP = "standbymode_popup";
   120     static const char *STANDBY_POPUP = "standbymode_popup";