qtinternetradio/ui/inc/irfavoritesview.h
changeset 14 896e9dbc5f19
parent 12 608f67c22514
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
    30     Q_OBJECT
    30     Q_OBJECT
    31 
    31 
    32 public:
    32 public:
    33     ~IRFavoritesView();
    33     ~IRFavoritesView();
    34     
    34     
       
    35 signals:
       
    36     void applicationReady();
       
    37 
    35 protected:
    38 protected:
    36     IRFavoritesView(IRApplication *aApplication, TIRViewId aViewId);
    39     IRFavoritesView(IRApplication *aApplication, TIRViewId aViewId);
    37     
    40     
    38     //from base
    41     //from base
    39     TIRHandleResult handleCommand(TIRViewCommand aCommand, TIRViewCommandReason aReason);
    42     TIRHandleResult handleCommand(TIRViewCommand aCommand, TIRViewCommandReason aReason);
    46     void presetLogoDownloadError();	
    49     void presetLogoDownloadError();	
    47     void modelChanged();
    50     void modelChanged();
    48     void actionClicked(HbAction *aAction);
    51     void actionClicked(HbAction *aAction);
    49     void renameConfirmed(HbAction *aAction);
    52     void renameConfirmed(HbAction *aAction);
    50     void deleteDialogClosed(HbAction *aAction);
    53     void deleteDialogClosed(HbAction *aAction);
       
    54     void deleteContext(HbAction *aAction);
    51     
    55     
    52 private:
    56 private:
    53     //from IrAbstractListViewBase
    57     //from IrAbstractListViewBase
    54 #ifdef HS_WIDGET_ENABLED	
    58 #ifdef HS_WIDGET_ENABLED	
    55     void itemAboutToBeSelected(bool &aNeedNetwork);
    59     void itemAboutToBeSelected(bool &aNeedNetwork);
    62     void shareContextAction();
    66     void shareContextAction();
    63     void deleteContextAction();
    67     void deleteContextAction();
    64     void renameContextAction();
    68     void renameContextAction();
    65     void detailsContextAction();
    69     void detailsContextAction();
    66     void updateIconIndexArray();
    70     void updateIconIndexArray();
       
    71     void popupDeleteContextConfirmMessageBox();
    67     
    72     
    68     //from base view 
    73     //from base view 
    69     void listViewLongPressed(HbAbstractViewItem *aItem, const QPointF& aCoords);
    74     void listViewLongPressed(HbAbstractViewItem *aItem, const QPointF& aCoords);
    70     
    75     
    71     void initToolBar();
    76     void initToolBar();