equal
deleted
inserted
replaced
85 void handleListItemSelected( HbListWidgetItem *item); |
85 void handleListItemSelected( HbListWidgetItem *item); |
86 void handleDetailsGroupBoxToggled( bool state ); |
86 void handleDetailsGroupBoxToggled( bool state ); |
87 void handleInspireMeGroupBoxToggled( bool state ); |
87 void handleInspireMeGroupBoxToggled( bool state ); |
88 void renderInspireMeMetadata(); |
88 void renderInspireMeMetadata(); |
89 void renderInspireMeAlbumArts(); |
89 void renderInspireMeAlbumArts(); |
90 void abortInspireMeProcess(); |
90 void abortInspireMeProcess(); |
91 |
91 |
92 private: |
92 private: |
93 void startInspireMe(); |
93 void startInspireMe(); |
94 bool isMetadata() const; |
94 bool isMetadata() const; |
95 void setupMenu(); |
|
96 void saveGroupBoxStates(); |
95 void saveGroupBoxStates(); |
97 |
96 |
98 private: |
97 private: |
99 MpEngine *mMpEngine; // Owned by the factory |
98 MpEngine *mMpEngine; // Owned by the factory |
100 |
99 |