contentstorage/casrv/cawidgetscanner/inc/cawidgetstoragehandler.h
changeset 125 26079c1bb561
parent 107 b34d53f6acdf
equal deleted inserted replaced
123:d1dadafc5584 125:26079c1bb561
   148      * @param aEntry widget entry being updated with component id attribute.
   148      * @param aEntry widget entry being updated with component id attribute.
   149      */
   149      */
   150     void UpdateCompIdAndRemovableFlagL( const TDesC& aManifestFilePathName,
   150     void UpdateCompIdAndRemovableFlagL( const TDesC& aManifestFilePathName,
   151             CCaInnerEntry& aEntry ) const;
   151             CCaInnerEntry& aEntry ) const;
   152 
   152 
       
   153     /**
       
   154      * Make not empty collections with not hidden items visible.
       
   155      */
       
   156     void MakeNotEmptyCollectionsVisibleL();
       
   157     
       
   158     /**
       
   159      * Make collection visible if it has visible entry.
       
   160      * @param aEntry a collection entry.
       
   161      */
       
   162     void MakeCollectionVisibleIfHasVisibleEntryL(
       
   163             CCaInnerEntry* aEntry );
       
   164 
   153 private:
   165 private:
   154     // Data
   166     // Data
   155 
   167 
   156     /*
   168     /*
   157      * Content Storage. Not Own
   169      * Content Storage. Not Own