homescreenapp/inc/hsapp_defs.inl
changeset 36 cdae8c6c3876
parent 35 f9ce957a272c
child 39 4e8ebe173323
--- a/homescreenapp/inc/hsapp_defs.inl	Fri Mar 19 09:27:44 2010 +0200
+++ b/homescreenapp/inc/hsapp_defs.inl	Fri Apr 16 14:54:01 2010 +0300
@@ -18,6 +18,16 @@
 #ifndef HSAPPDEFS_INL_
 #define HSAPPDEFS_INL_
 
+
+/*!
+\return widget path attribute name
+*/
+inline const QString widgetPathAttributeName()
+{
+    static const QString name("widget:path");
+    return name;
+}
+
 /*!
 \return widget library attribute name
 */
@@ -90,6 +100,24 @@
 }
 
 /*!
+\return temploated application entry type name
+*/
+inline const QString templatedApplicationTypeName()
+{
+    static const QString name("templatedApplication");
+    return name;
+}
+
+/*!
+\return widget param name
+*/
+inline const QString widgetParam()
+{
+    static const QString name("widgetparam:");
+    return name;
+}
+
+/*!
 \return identifier for open an item action
 */
 inline const QString openActionIdentifier()