inc/screensaverengine.h
branchRCL_3
changeset 20 d1f14bc6a2ab
parent 16 1f307dce3b5a
equal deleted inserted replaced
18:98bf2adac59c 20:d1f14bc6a2ab
   248     /**
   248     /**
   249     * Callback fuction. Called when the screensaver expiry timer time out.
   249     * Callback fuction. Called when the screensaver expiry timer time out.
   250     */
   250     */
   251     static TInt HandleExpiryTimerExpiry( TAny* aPtr );
   251     static TInt HandleExpiryTimerExpiry( TAny* aPtr );
   252 
   252 
       
   253     /**
       
   254      * Callback to do the screensaver starting.
       
   255      */
       
   256     static TInt StartSaverCb( TAny* aPtr );
       
   257 
   253 private:
   258 private:
   254     
   259     
   255     /**
   260     /**
   256     * The flag if append alert type indicator
   261     * The flag if append alert type indicator
   257     */
   262     */
   329     
   334     
   330     /**
   335     /**
   331     * Set if the pause timer was started when preview was stopped
   336     * Set if the pause timer was started when preview was stopped
   332     */
   337     */
   333     TBool iPauseTimerStartedAfterPreview;
   338     TBool iPauseTimerStartedAfterPreview;
   334     
   339 
       
   340     /**
       
   341      * Asynchronous callback to start screensaver.
       
   342      */
       
   343     CAsyncCallBack iAsyncCb;
       
   344 
   335     };
   345     };
   336 
   346 
   337 
   347 
   338 
   348 
   339 #endif // C_SCREENSAVERENGINE_H
   349 #endif // C_SCREENSAVERENGINE_H