src/hbservers/hbthemeserver/hbthemeserverutils_p.h
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 5 627c4a0fd0e7
child 21 4633027730f5
child 34 ed14f46c0e55
--- a/src/hbservers/hbthemeserver/hbthemeserverutils_p.h	Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbservers/hbthemeserver/hbthemeserverutils_p.h	Thu Jul 22 16:36:53 2010 +0100
@@ -45,18 +45,22 @@
 public:
     static HbIconSource *getIconSource(const QString &filename);
     static QString formatFromPath(const QString &iconPath);
-    static int getSharedStylesheet(const QString &fileName, HbLayeredStyleLoader::LayerPriority priority,
+    static int getSharedStylesheet(const QString &fileName,
+                                   HbLayeredStyleLoader::LayerPriority priority,
                                    bool *inSharedCache = 0);
     static bool parseCssFile(HbCss::Parser &parser, const QString &fileName, int &cssOffset);
     static void cleanupUnusedCss(HbCache *cache);
     static int getSharedEffect(const QString &fileName);
-    static int getSharedLayoutDefinition(const QString & fileName, const QString &layout, const QString &section);
+    static int getSharedLayoutDefinition(const QString & fileName,
+                                         const QString &layout,
+                                         const QString &section);
     static void createDeviceProfileDatabase();
     static bool removeSharedEffect(const QString &fileName);
     static void clearSharedEffects();
 
+    static void createThemeIndex(const QString &themePath, const HbThemeType &themetype);
+
 private:
 };
 
 #endif // HBTHEMESERVERUTILS_P_H
-