src/hbapps/hbthemechanger/themeselectionlist.h
changeset 7 923ff622b8b9
parent 6 c3690ec91ef8
child 21 4633027730f5
--- a/src/hbapps/hbthemechanger/themeselectionlist.h	Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbapps/hbthemechanger/themeselectionlist.h	Tue Jul 06 14:36:53 2010 +0300
@@ -50,22 +50,23 @@
     void displayThemes();
     void setChosen(HbListWidgetItem *item);
     void onLongPressed(HbListWidgetItem* listViewItem, const QPointF& coords);
-    void applySelection();
     void updateThemeList(const QString &path);
     void sendThemeName(const QString& name);
-    void cancelTheme();
+    void cancel();
     void applyTheme();
+    void showSettingsView();
+    void showResourceView();
+    void themeChanged();
 #ifdef THEME_CHANGER_TIMER_LOG
     void processWhenIdle();
-    void themeChanged();
 #endif
 
 protected:
     void resizeEvent(QResizeEvent* event);
 private:
     static QStringList rootPaths();
+    QStringList rootThemes;
     QDir dir; 
-    int oldItemIndex;
     HbListWidget *themelist;
     HbIcon* rightMark;
     HbIcon* noMark;
@@ -76,6 +77,8 @@
     HbMainWindow *mMainWindow;
     HbListWidgetItem* previewItem;
     HbView *previewView;
+    HbView *settingsView;
+    HbView *resourceView;
 
     QFileSystemWatcher *watcher;
     QString iCurrentTheme;