contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h
changeset 83 156f692b1687
parent 80 397d00875918
child 103 b99b84bcd2d1
--- a/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h	Thu May 27 13:11:12 2010 +0300
+++ b/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h	Fri Jun 11 13:58:37 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;