contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h
changeset 96 5d243a69bdda
parent 94 dbb8300717f7
child 98 d2f833ab7940
--- a/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h	Mon May 24 20:50:46 2010 +0300
+++ b/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h	Fri May 28 16:17:03 2010 +0300
@@ -232,6 +232,24 @@
     TPtrC GetServiceXml() const;
     
     /*
+    /*
+    * Localizes title and description, fill string id fields
+    */
+    void LocalizeTextsL();
+    
+    /*
+     * StringIdDescription time getter
+     * @return StringIdDescription
+     */
+    TPtrC GetStringIdDescription() const;
+    
+    /*
+     * StringIdTitle time getter
+     * @return widget StringIdTitle
+     */
+    TPtrC GetStringIdTitle() const;
+    
+     /*
      * Set manifest file path name.
      * @param aServiceXml Manifest file path name.
      */
@@ -242,8 +260,12 @@
      * @return Manifest file path name.
      */
     TPtrC GetManifestFilePathName() const;
+
+    void SetStringIdDescriptionL( const TDesC& aStringIdDescription );
+
+    void SetStringidTitleL( const TDesC& aStringIdTitle );
+
 private:
-
     /*
      * Library name getter
      * @return libraru name
@@ -336,6 +358,14 @@
      * Manifest file path name.
      */
     RBuf iManifestFilePathName;
+    /*
+     * Strign id of title
+     */
+    RBuf iStringIdTitle;
+    /*
+     * Strign id of description
+     */
+    RBuf iStringIdDescription;
     };
 
 typedef RPointerArray<CCaWidgetDescription> RWidgetArray;