qtinternetradio/ui/inc/irchannelmodel.h
changeset 11 f683e24efca3
parent 8 3b03c28289e6
child 17 38bbf2dcd608
equal deleted inserted replaced
8:3b03c28289e6 11:f683e24efca3
    37     QString imageUrl(int aRow);
    37     QString imageUrl(int aRow);
    38     void setLogo(HbIcon *aIcon, int aIndex);
    38     void setLogo(HbIcon *aIcon, int aIndex);
    39     void initWithCache();    
    39     void initWithCache();    
    40     void save2Cache();
    40     void save2Cache();
    41     //not take ownership
    41     //not take ownership
    42     IRQChannelItem * getChannelItemByIndex(int aIndex);
    42     IRQChannelItem * getChannelItemByIndex(int aIndex); 
    43     
    43     void cleanupDatabase();
    44     void clearAndDestroyLogos();
    44     void clearAndDestroyLogos();
    45     
    45     
    46 public slots:
    46 public slots:
    47     void updateData(QList<IRQChannelItem*> *aPushItemsList);
    47     void updateData(QList<IRQChannelItem*> *aPushItemsList);
    48 
    48