qtinternetradio/ui/inc/iruidefines.h
changeset 8 3b03c28289e6
parent 5 0930554dc389
child 11 f683e24efca3
equal deleted inserted replaced
5:0930554dc389 8:3b03c28289e6
    31 // Common Objects
    31 // Common Objects
    32 static const char* EXIT_ACTION          = "exit_act";
    32 static const char* EXIT_ACTION          = "exit_act";
    33 static const char* SETTINGS_ACTION      = "setting_act"; 
    33 static const char* SETTINGS_ACTION      = "setting_act"; 
    34 static const char* GO_TO_STATION_ACTION = "go2station_act";
    34 static const char* GO_TO_STATION_ACTION = "go2station_act";
    35 static const char* OBJECT_TOOLBAR       = "toolbar";
    35 static const char* OBJECT_TOOLBAR       = "toolbar";
       
    36 static const char* VIEW_CONTAINER       = "container";
    36 
    37 
    37 // Common Sections
    38 // Common Sections
    38 static const char* PORTRAIT_SEC  = "prt_section";
    39 static const char* PORTRAIT_SEC  = "prt_section";
    39 static const char* LANDSCAPE_SEC  = "lsc_section";
    40 static const char* LANDSCAPE_SEC  = "lsc_section";
    40 
    41 
    64 static const char* OPEN_WEB_ADDRESS_VIEW_OBJECT_VIEW                       = "ext-IRQOpenWebAddressView";
    65 static const char* OPEN_WEB_ADDRESS_VIEW_OBJECT_VIEW                       = "ext-IRQOpenWebAddressView";
    65 static const char* OPEN_WEB_ADDRESS_VIEW_OBJECT_DATA_FORM                  = "dataForm";
    66 static const char* OPEN_WEB_ADDRESS_VIEW_OBJECT_DATA_FORM                  = "dataForm";
    66 static const char* OPEN_WEB_ADDRESS_VIEW_OBJECT_PLAY_BUTTON                = "playButton";
    67 static const char* OPEN_WEB_ADDRESS_VIEW_OBJECT_PLAY_BUTTON                = "playButton";
    67 
    68 
    68 // SearchView -- Object Name
    69 // SearchView -- Object Name
    69 static const char* SEARCH_CHANNELS_VIEW_OBJECT_VIEW                   = "ext-IRSearchChannelsView";
    70 static const char* SEARCH_CHANNELS_VIEW_OBJECT_VIEW                   = "ext-IRSearchChannelsView"; 
    70 static const char* SEARCH_CHANNELS_VIEW_NO_LISTVIEW_SECTION           = "section_without_listview";
       
    71 static const char* SEARCH_CHANNELS_VIEW_LISTVIEW_SECTION              = "section_with_listview";
       
    72 static const char* SEARCH_CHANNELS_VIEW_SEARCHPANEL_WIDGET            = "search_panel";
    71 static const char* SEARCH_CHANNELS_VIEW_SEARCHPANEL_WIDGET            = "search_panel";
    73 static const char* SEARCH_CHANNELS_VIEW_SEARCHLISTVIEW_WIDGET         = "search_listview";
    72 static const char* SEARCH_CHANNELS_VIEW_SEARCHLISTVIEW_WIDGET         = "search_listview";
    74 
    73 
    75 // IRNowplayingView  -- Object Name
    74 // IRNowplayingView  -- Object Name
    76 static const char* NOW_PLAYING_VIEW_OBJECT_NAME                       = "ext-nowplayingview"; 
    75 static const char* NOW_PLAYING_VIEW_OBJECT_NAME                       = "ext-nowplayingview"; 
   110 // IRTermsConsView -- widget
   109 // IRTermsConsView -- widget
   111 static const char* TERMS_CONS_VIEW_ACCEPT_BTN   = "accept_btn";
   110 static const char* TERMS_CONS_VIEW_ACCEPT_BTN   = "accept_btn";
   112 static const char* TERMS_CONS_VIEW_DECLINE_BTN  = "decline_btn";
   111 static const char* TERMS_CONS_VIEW_DECLINE_BTN  = "decline_btn";
   113 static const char* TERMS_CONS_VIEW_TEXT_EDIT  = "text_edit";
   112 static const char* TERMS_CONS_VIEW_TEXT_EDIT  = "text_edit";
   114 
   113 
       
   114 #define LOADING_ANIMATION_ICON_SIZE 50
       
   115 
   115 #endif /* IRUIDEFINES_H_ */
   116 #endif /* IRUIDEFINES_H_ */