idlehomescreen/xmluirendering/uiengine/inc/xnviewdata.h
branchRCL_3
changeset 12 9674c1a575e9
parent 11 ff572dfe6d86
child 23 7be2816dbabd
equal deleted inserted replaced
11:ff572dfe6d86 12:9674c1a575e9
   199      * 
   199      * 
   200      * @return Image path, including file name. 
   200      * @return Image path, including file name. 
   201      *         Returns KNullCDes if wallpaper has not been set.
   201      *         Returns KNullCDes if wallpaper has not been set.
   202      */
   202      */
   203     const TDesC& WallpaperImagePath() const;
   203     const TDesC& WallpaperImagePath() const;
   204     
   204 
       
   205     /**
       
   206      * Loads publishers to this view           
       
   207      */
       
   208     void LoadPublishers();    
       
   209                    
   205     /**
   210     /**
   206      * Destroys all publishers in this view
   211      * Destroys all publishers in this view
   207      * 
   212      * 
   208      * @param aReason Destroy reason
   213      * @param aReason Destroy reason
   209      */
   214      */
   210     void DestroyPublishers( TInt aReason );
   215     void DestroyPublishers( TInt aReason );
   211     
   216     
   212 private:
   217 private:
   213     // new functions
   218     // new functions
   214     
   219     
   215     void LoadPublishers();    
       
   216            
       
   217     static TInt DoLoadPublishersL( TAny* aAny );
   220     static TInt DoLoadPublishersL( TAny* aAny );
   218     
   221     
   219     void DoDestroyPublishersL( TInt aReason );
   222     void DoDestroyPublishersL( TInt aReason );
   220     
   223     
   221 private:
   224 private: