classicui_plat/find_item_ui_api/tsrc/inc/testdomfinditem.h
branchRCL_3
changeset 55 aecbbf00d063
parent 38 c52421ed5f07
child 56 d48ab3b357f1
equal deleted inserted replaced
51:fcdfafb36fe7 55:aecbbf00d063
    78     /**
    78     /**
    79      * Method used to log version of test class
    79      * Method used to log version of test class
    80      */
    80      */
    81     void SendTestClassVersion();
    81     void SendTestClassVersion();
    82 
    82 
    83         /**
       
    84      * Turn off ScreenSaver
       
    85      * @since S60 5.0
       
    86      * @return Symbian OS error code.
       
    87      */
       
    88     void TurnOffScreenSaver();
       
    89 
       
    90     /**
       
    91      * Restore ScreenSaver
       
    92      * @since S60 5.0
       
    93      * @return Symbian OS error code.
       
    94      */
       
    95     void RestoreScreenSaver();
       
    96 
       
    97 private: // test functions in finditemdialog.h
    83 private: // test functions in finditemdialog.h
    98 
    84 
    99     /**
    85     /**
   100     * test NewL method.
    86     * test NewL method.
   101     * @since S60 5.0
    87     * @since S60 5.0
   125     * @since S60 5.0
   111     * @since S60 5.0
   126     * @param aItem never used.
   112     * @param aItem never used.
   127     * @return Symbian OS error code.
   113     * @return Symbian OS error code.
   128     */
   114     */
   129     virtual TInt TestDialogOfferKeyEventL( CStifItemParser& aItem );
   115     virtual TInt TestDialogOfferKeyEventL( CStifItemParser& aItem );
   130 
       
   131     /**
       
   132     * test EnableSingleClick method.
       
   133     * @since S60 5.2
       
   134     * @param aItem never used.
       
   135     * @return Symbian OS error code.
       
   136     */
       
   137     virtual TInt TestDialogEnableSingleClickL( CStifItemParser& aItem );
       
   138 
   116 
   139 private: // test functions in finditemmenu.h
   117 private: // test functions in finditemmenu.h
   140 
   118 
   141     /**
   119     /**
   142     * test NewL method.
   120     * test NewL method.