qtinternetradio/ui/inc/ircategoryview.h
changeset 14 896e9dbc5f19
parent 5 0930554dc389
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
    29 public:
    29 public:
    30 	~IRCategoryView();
    30 	~IRCategoryView();
    31 	 
    31 	 
    32     void loadCategory(IRQIsdsClient::IRQIsdsClientInterfaceIDs aCategory);
    32     void loadCategory(IRQIsdsClient::IRQIsdsClientInterfaceIDs aCategory);
    33     
    33     
       
    34 signals:
       
    35     void applicationReady();
       
    36         
    34 protected:
    37 protected:
    35     IRCategoryView(IRApplication* aApplication, TIRViewId aViewId);
    38     IRCategoryView(IRApplication* aApplication, TIRViewId aViewId);
    36        
    39        
    37     //from base class IRBaseView
    40     //from base class IRBaseView
    38     TIRHandleResult handleCommand(TIRViewCommand aCommand, TIRViewCommandReason aReason);
    41     TIRHandleResult handleCommand(TIRViewCommand aCommand, TIRViewCommandReason aReason);
    66     
    69     
    67     void lazyInit();
    70     void lazyInit();
    68     
    71     
    69     void normalInit();
    72     void normalInit();
    70     
    73     
    71     void initToolBar();
       
    72  
       
    73     
       
    74 private:
    74 private:
    75     int iLastSelectItem;
    75     int iLastSelectItem;
    76     IRCategoryModel *iModel;
    76     IRCategoryModel *iModel;
    77     QString iLoadedSection;
    77     QString iLoadedSection;
    78     
    78