classicui_pub/buttons_api/tsrc/inc/testsdkbuttons.h
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
   102     
   102     
   103     /**
   103     /**
   104      * Method used to log version of test class
   104      * Method used to log version of test class
   105      */
   105      */
   106     void SendTestClassVersion();
   106     void SendTestClassVersion();
   107     
       
   108         /**
       
   109      * Turn off ScreenSaver
       
   110      * @since S60 5.0
       
   111      * @return Symbian OS error code.
       
   112      */
       
   113     void TurnOffScreenSaver();
       
   114 
       
   115     /**
       
   116      * Restore ScreenSaver
       
   117      * @since S60 5.0
       
   118      * @return Symbian OS error code.
       
   119      */
       
   120     void RestoreScreenSaver();
       
   121 
   107 
   122 private:
   108 private:
   123     /**
   109     /**
   124     * TestMenuBtConstructorL test constructor and 
   110     * TestMenuBtConstructorL test constructor and 
   125     * deconstructor of CEikMenuButton in eikmnbut.h.
   111     * deconstructor of CEikMenuButton in eikmnbut.h.