qtinternetradio/ui/inc/irsearchchannelsview.h
changeset 11 f683e24efca3
parent 8 3b03c28289e6
child 12 608f67c22514
equal deleted inserted replaced
8:3b03c28289e6 11:f683e24efca3
    19 
    19 
    20 #include "irqevent.h"
    20 #include "irqevent.h"
    21 #include "irbaseview.h"
    21 #include "irbaseview.h"
    22 #include "irqenums.h"
    22 #include "irqenums.h"
    23 
    23 
    24 
    24 class HbGroupBox;
    25 class HbListView;
    25 class HbListView;
    26 class HbSearchPanel;
    26 class HbSearchPanel;
    27 class HbAction;
    27 class HbAction;
    28 class IrChannelModel;
    28 class IrChannelModel;
    29 class HbProgressDialog;
    29 class HbProgressDialog;
    57     void normalInit();
    57     void normalInit();
    58     void initMenu();
    58     void initMenu();
    59     void lazyInit();
    59     void lazyInit();
    60     void startConvert(int aIndex);   
    60     void startConvert(int aIndex);   
    61     void initTimer();
    61     void initTimer();
    62     
    62     //set the subtitle and counter;
       
    63     void setHeadingText(const QString &aText);
    63 private slots: //slots
    64 private slots: //slots
    64      
    65      
    65     void cancelRequest();
    66     void cancelRequest();
    66     void networkRequestNotified(IRQNetworkEvent aEvent); 
    67     void networkRequestNotified(IRQNetworkEvent aEvent); 
    67     void searchTextAlready(const QString& aSearchCriteria);
    68     void searchTextAlready(const QString& aSearchCriteria);
    82     enum IRQSearchState
    83     enum IRQSearchState
    83     {
    84     {
    84         ESearch_init = 0,
    85         ESearch_init = 0,
    85         ESearch_Loading //loading means searching or buffering.
    86         ESearch_Loading //loading means searching or buffering.
    86     };    
    87     };    
    87     
    88     HbGroupBox          *iHeadingLabel;
    88     HbListView          *iListView;
    89     HbListView          *iListView;
    89     QString              iKeyText;
    90     QString              iKeyText;
    90     
    91     
    91     //default searchpanel is not progressive
    92     //default searchpanel is not progressive
    92     HbSearchPanel       *iSearchPanelWidget;
    93     HbSearchPanel       *iSearchPanelWidget;