qtinternetradio/ui/inc/irsonghistorymodel.h
changeset 3 ee64f059b8e1
parent 0 09774dfdd46b
child 5 0930554dc389
equal deleted inserted replaced
2:2e1adbfc62af 3:ee64f059b8e1
    36     
    36     
    37     IRQSongInfo* getSongHistoryInfo(int aIndex);
    37     IRQSongInfo* getSongHistoryInfo(int aIndex);
    38     void clearAllList();
    38     void clearAllList();
    39     bool checkSongHistoryUpdate();   
    39     bool checkSongHistoryUpdate();   
    40     void clearHisotrySongDB();  
    40     void clearHisotrySongDB();  
       
    41     void setOrientation(Qt::Orientation aOrientation);
    41     
    42     
    42 signals:
    43 signals:
    43     void modelChanged();   
    44     void modelChanged();   
    44 
    45 
    45 private:
    46 private:
    46     void getAllList();
    47     void getAllList();
    47 
    48 
    48 private:
    49 private:
    49     QList<IRQSongInfo *> iSongHistoryList;
    50     QList<IRQSongInfo *> mSongHistoryList;
    50     IRQSongHistoryEngine *iHistoryEngine;  
    51     IRQSongHistoryEngine *mHistoryEngine;  
       
    52     Qt::Orientation mOrientation;
    51 };
    53 };
    52 
    54 
    53 #endif 
    55 #endif