uiresources_pub/graphics_api/tsrc/inc/testsdkgraphics.h
branchRCL_3
changeset 25 9f95a5546443
parent 24 e4e3998ddda2
equal deleted inserted replaced
24:e4e3998ddda2 25:9f95a5546443
    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();
    84 
    98 
    85 private: // [TestMethods]
    99 private: // [TestMethods]
    86     /**
   100     /**
    87     * TestDPDefaultColor256Util tests DefaultColor256Util
   101     * TestDPDefaultColor256Util tests DefaultColor256Util
    88     * of DynamicPalette in palette.h.
   102     * of DynamicPalette in palette.h.