classicui_pub/fonts_api/tsrc/inc/testsdkfonts.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
    94     
    94     
    95     /**
    95     /**
    96      * Method used to log version of test class
    96      * Method used to log version of test class
    97      */
    97      */
    98     void SendTestClassVersion();
    98     void SendTestClassVersion();
    99     
       
   100         /**
       
   101      * Turn off ScreenSaver
       
   102      * @since S60 5.0
       
   103      * @return Symbian OS error code.
       
   104      */
       
   105     void TurnOffScreenSaver();
       
   106 
       
   107     /**
       
   108      * Restore ScreenSaver
       
   109      * @since S60 5.0
       
   110      * @return Symbian OS error code.
       
   111      */
       
   112     void RestoreScreenSaver();
       
   113 
    99 
   114 private: // AknFontAccess.h
   100 private: // AknFontAccess.h
   115     /**
   101     /**
   116     * TestFAGetFont test function in class AknFontAccess for testing the GetFontL function
   102     * TestFAGetFont test function in class AknFontAccess for testing the GetFontL function
   117     * @since S60 5.0
   103     * @since S60 5.0