contentstorage/casrv/cawidgetscanner/inc/cawidgetscannerparser.h
changeset 104 9b022b1f357c
parent 103 b99b84bcd2d1
equal deleted inserted replaced
103:b99b84bcd2d1 104:9b022b1f357c
   135      * Sets widgets URI
   135      * Sets widgets URI
   136      * @param aElement xml element
   136      * @param aElement xml element
   137      * @param aWidget widget to set value
   137      * @param aWidget widget to set value
   138      */
   138      */
   139     void SetUriL( TXmlEngElement& aElement, CCaWidgetDescription* aWidget );
   139     void SetUriL( TXmlEngElement& aElement, CCaWidgetDescription* aWidget );
       
   140     
       
   141     /**
       
   142      * Sets translation filename
       
   143      * @param aElement xml element
       
   144      * @param aWidget widget to set value
       
   145      */
       
   146     void SetTranslationFileNameL( TXmlEngElement& aElement, CCaWidgetDescription* aWidget );
   140 
   147 
   141     /**
   148     /**
   142      * Sets widgets library and path created from library
   149      * Sets widgets library and path created from library
   143      * @param aElement xml element
   150      * @param aElement xml element
   144      * @param aPackageUid package uid
   151      * @param aPackageUid package uid
   203     
   210     
   204     void ParsePreviewImageNameL( TXmlEngElement& aElement, 
   211     void ParsePreviewImageNameL( TXmlEngElement& aElement, 
   205         const TDesC& aPackageUid,
   212         const TDesC& aPackageUid,
   206         CCaWidgetDescription* aWidgetDescriptor,
   213         CCaWidgetDescription* aWidgetDescriptor,
   207         TChar& aDrive );
   214         TChar& aDrive );
       
   215     
       
   216     void ParseTranslationFileNameL( TXmlEngElement& aElement,
       
   217             CCaWidgetDescription* aWidgetDescriptor );
   208 
   218 
   209     /**
   219     /**
   210      * @param aElement xml document element.
   220      * @param aElement xml document element.
   211      * @return created descriptor with element's text value. Ownership
   221      * @return created descriptor with element's text value. Ownership
   212      * of the descriptor is passed to the caller.
   222      * of the descriptor is passed to the caller.