equal
deleted
inserted
replaced
100 void clearCurrentModel(); |
100 void clearCurrentModel(); |
101 //add the connection to the model |
101 //add the connection to the model |
102 void initializeNewModel(); |
102 void initializeNewModel(); |
103 //reset all the data of cover flow |
103 //reset all the data of cover flow |
104 void resetCoverFlow(); |
104 void resetCoverFlow(); |
105 |
105 int getSubState(); |
106 private slots: |
106 private slots: |
107 |
107 |
108 private: |
108 private: |
109 HbIconItem *mIconItem[NBR_ICON_ITEM]; //at most contain only five item |
109 HbIconItem *mIconItem[NBR_ICON_ITEM]; //at most contain only five item |
110 qint16 mSelItemIndex; // current full screen index |
110 qint16 mSelItemIndex; // current full screen index |