scrsaver/scrsaverplugins/SlideshowPlugin/inc/SlideshowPlugin.h
branchRCL_3
changeset 14 d8eca2b0590d
parent 0 040fcad49f44
child 15 2e08ef6b6eda
equal deleted inserted replaced
12:0bfd55b8504e 14:d8eca2b0590d
   267     // Pointer to the screensaver host
   267     // Pointer to the screensaver host
   268     MScreensaverPluginHost* iHost;
   268     MScreensaverPluginHost* iHost;
   269 
   269 
   270     // Display info
   270     // Display info
   271     TScreensaverDisplayInfo iDi;
   271     TScreensaverDisplayInfo iDi;
   272             
   272 
   273     // Plugin state tracking
       
   274     TInt iState;
       
   275     
       
   276     // Resource file offset
   273     // Resource file offset
   277     TInt iResourceOffset;   
   274     TInt iResourceOffset;   
   278 
   275 
   279     // Handle to the central repository session
   276     // Handle to the central repository session
   280     CRepository* iSlideshowRepository;        
   277     CRepository* iSlideshowRepository;        
   318     TBool iWaitActive;
   315     TBool iWaitActive;
   319     
   316     
   320     // Draw count
   317     // Draw count
   321     TInt iDrawCount;
   318     TInt iDrawCount;
   322     TBool iTimerUpdated;
   319     TBool iTimerUpdated;
       
   320     
       
   321     //loading state
       
   322     TBool iIsLoadFinished;
   323     };  
   323     };  
   324 
   324 
   325 
   325 
   326 #endif // C_SLIDESHOWPLUGIN_H
   326 #endif // C_SLIDESHOWPLUGIN_H
   327 // End Of file
   327 // End Of file