qtinternetradio/ui/inc/irsearchchannelsview.h
changeset 15 065198191975
parent 14 896e9dbc5f19
child 17 38bbf2dcd608
equal deleted inserted replaced
14:896e9dbc5f19 15:065198191975
    50     
    50     
    51     void switch2LoadingState();
    51     void switch2LoadingState();
    52     void switch2InitState();  
    52     void switch2InitState();  
    53     void loadLayout();
    53     void loadLayout();
    54     void handleItemSelected();    
    54     void handleItemSelected();    
    55     void normalInit();
       
    56     void initMenu();
    55     void initMenu();
    57     void lazyInit();
       
    58     void startConvert(int aIndex);   
    56     void startConvert(int aIndex);   
    59     void initTimer();
    57     void initTimer();
    60     bool eventFilter(QObject *object, QEvent *event);
    58     bool eventFilter(QObject *object, QEvent *event);
    61     
    59     
    62 private slots: //slots
    60 private slots: //slots
    72     //to start the convertion 
    70     //to start the convertion 
    73     void convertAnother();
    71     void convertAnother();
    74     void presetLogoDownload(IRQPreset* aPreset);
    72     void presetLogoDownload(IRQPreset* aPreset);
    75     void presetLogoDownloadError();
    73     void presetLogoDownloadError();
    76     void hideVkb();
    74     void hideVkb();
       
    75     void showVkb();
    77 
    76 
    78 public slots:    
    77 public slots:    
    79     //this slot is used to back to previouse view or minimize the search widget
    78     //this slot is used to back to previouse view or minimize the search widget
    80     void minimizeSearchPanel();   
    79     void minimizeSearchPanel();   
    81     
    80