uiresources_pub/graphics_api/tsrc/inc/testsdkgraphics.h
changeset 42 2398a337fa76
parent 0 05e9090e2422
child 107 9f95a5546443
equal deleted inserted replaced
21:4ab28fdd25ad 42:2398a337fa76
    79     
    79     
    80     /**
    80     /**
    81      * Method used to log version of test class
    81      * Method used to log version of test class
    82      */
    82      */
    83     void SendTestClassVersion();
    83     void SendTestClassVersion();
    84     
       
    85     /**
       
    86      * Turn off ScreenSaver
       
    87      * @since S60 5.0
       
    88      * @return Symbian OS error code.
       
    89      */
       
    90     void TurnOffScreenSaver();
       
    91 
       
    92     /**
       
    93      * Restore ScreenSaver
       
    94      * @since S60 5.0
       
    95      * @return Symbian OS error code.
       
    96      */
       
    97     void RestoreScreenSaver();
       
    98 
    84 
    99 private: // [TestMethods]
    85 private: // [TestMethods]
   100     /**
    86     /**
   101     * TestDPDefaultColor256Util tests DefaultColor256Util
    87     * TestDPDefaultColor256Util tests DefaultColor256Util
   102     * of DynamicPalette in palette.h.
    88     * of DynamicPalette in palette.h.