qtinternetradio/ui/inc/irfavoritesview.h
changeset 8 3b03c28289e6
parent 5 0930554dc389
child 12 608f67c22514
equal deleted inserted replaced
5:0930554dc389 8:3b03c28289e6
    20 #include "irabstractlistviewbase.h"
    20 #include "irabstractlistviewbase.h"
    21 #include "irqevent.h"
    21 #include "irqevent.h"
    22 
    22 
    23 class HbSelectionDialog;
    23 class HbSelectionDialog;
    24 class IRFavoritesModel;
    24 class IRFavoritesModel;
       
    25 class IRStationShare;
    25 class IRQPreset;
    26 class IRQPreset;
    26 
    27 
    27 class IRFavoritesView : public IrAbstractListViewBase 
    28 class IRFavoritesView : public IrAbstractListViewBase 
    28 {
    29 {
    29     Q_OBJECT
    30     Q_OBJECT
    43     void convertAnother();
    44     void convertAnother();
    44     void presetLogoDownload(IRQPreset* aPreset);
    45     void presetLogoDownload(IRQPreset* aPreset);
    45     void presetLogoDownloadError();	
    46     void presetLogoDownloadError();	
    46     void modelChanged();
    47     void modelChanged();
    47     void actionClicked(HbAction *aAction);
    48     void actionClicked(HbAction *aAction);
       
    49     void renameConfirmed(HbAction *aAction);
    48     void deleteDialogClosed(HbAction *aAction);
    50     void deleteDialogClosed(HbAction *aAction);
    49     
    51     
    50 private:
    52 private:
    51     //from IrAbstractListViewBase
    53     //from IrAbstractListViewBase
    52     void setCheckedAction();
    54     void setCheckedAction();
    68     
    70     
    69     void normalInit();
    71     void normalInit();
    70     
    72     
    71 private:
    73 private:
    72     
    74     
       
    75     IRStationShare    *iStationShare;
    73     IRFavoritesModel  *iModel;
    76     IRFavoritesModel  *iModel;
    74     HbSelectionDialog *iMultiDeleteDialog;
    77     HbSelectionDialog *iMultiDeleteDialog;
    75     HbAction          *iMultiDeleteAction;
    78     HbAction          *iMultiDeleteAction;
    76     //the following are used to support the img
    79     //the following are used to support the img
    77     QList<int>         iIconIndexArray;
    80     QList<int>         iIconIndexArray;