telutils/keysequencerecognitionservice/tsrc/shared/mock_tstasksettings.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
child 21 0a6dd2dc9970
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
     1 /** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 * All rights reserved.
       
     3 * This component and the accompanying materials are made available
       
     4 * under the terms of the License "Eclipse Public License v1.0"
       
     5 * which accompanies this distribution, and is available
       
     6 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 *
       
     8 * Initial Contributors:
       
     9 * Nokia Corporation - initial contribution.
       
    10 *
       
    11 * Contributors:
       
    12 *
       
    13 * Description:
       
    14 *
       
    15 */
       
    16 #include <QDebug>
       
    17 #include <smcmockclassincludes.h>
       
    18 #include <tstasksettings.h>
       
    19 
       
    20 // ============================ MEMBER FUNCTIONS ===============================
       
    21 
       
    22 // -----------------------------------------------------------------------------
       
    23 // TsTaskSettings::TsTaskSettings
       
    24 // -----------------------------------------------------------------------------
       
    25 //
       
    26 TsTaskSettings::TsTaskSettings(  )
       
    27     {
       
    28     
       
    29     }
       
    30 
       
    31 
       
    32 // -----------------------------------------------------------------------------
       
    33 // TsTaskSettings::~TsTaskSettings
       
    34 // -----------------------------------------------------------------------------
       
    35 //
       
    36 TsTaskSettings::~TsTaskSettings(  )
       
    37     {
       
    38     
       
    39     }
       
    40 
       
    41 
       
    42 // -----------------------------------------------------------------------------
       
    43 // TsTaskSettings::registerScreenshot
       
    44 // -----------------------------------------------------------------------------
       
    45 //
       
    46 bool TsTaskSettings::registerScreenshot( 
       
    47         const QPixmap & screenshot )
       
    48     {
       
    49     SMC_MOCK_METHOD1( bool, const QPixmap &, screenshot )
       
    50     }
       
    51 
       
    52 
       
    53 // -----------------------------------------------------------------------------
       
    54 // TsTaskSettings::unregisterScreenshot
       
    55 // -----------------------------------------------------------------------------
       
    56 //
       
    57 bool TsTaskSettings::unregisterScreenshot(  )
       
    58     {
       
    59     SMC_MOCK_METHOD0( bool )
       
    60     }
       
    61 
       
    62 
       
    63 // -----------------------------------------------------------------------------
       
    64 // TsTaskSettings::setVisibility
       
    65 // -----------------------------------------------------------------------------
       
    66 //
       
    67 bool TsTaskSettings::setVisibility( bool Visibility )
       
    68     {
       
    69     SMC_MOCK_METHOD0( bool )
       
    70     }
       
    71 
       
    72