phonesettings/cpphonesettingsplugins/tsrc/mocks/mock_cpdivertselectionitem.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 40 bab96b7ed1a4
parent 46 bc5a64e5bc3c
equal deleted inserted replaced
40:bab96b7ed1a4 51:f39ed5e045e0
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 #include <QDebug>
       
    19 #include <smcmockclassincludes.h>
       
    20 #include "cpdivertselectionitem.h"
       
    21 
       
    22 // ============================ MEMBER FUNCTIONS ===============================
       
    23 
       
    24 // -----------------------------------------------------------------------------
       
    25 // CpDivertSelectionItem::CpDivertSelectionItem
       
    26 // -----------------------------------------------------------------------------
       
    27 //
       
    28 CpDivertSelectionItem::CpDivertSelectionItem( 
       
    29         QGraphicsItem * parent )
       
    30     //:
       
    31     //HbDataFormViewItem( /*parent*/ )
       
    32     {
       
    33     
       
    34     }
       
    35 
       
    36 
       
    37 // -----------------------------------------------------------------------------
       
    38 // CpDivertSelectionItem::~CpDivertSelectionItem
       
    39 // -----------------------------------------------------------------------------
       
    40 //
       
    41 CpDivertSelectionItem::~CpDivertSelectionItem(  )
       
    42     {
       
    43     
       
    44     }
       
    45 
       
    46 
       
    47 // -----------------------------------------------------------------------------
       
    48 // CpDivertSelectionItem::createItem
       
    49 // -----------------------------------------------------------------------------
       
    50 //
       
    51 HbAbstractViewItem * CpDivertSelectionItem::createItem(  )
       
    52     {
       
    53     SMC_MOCK_METHOD0( HbAbstractViewItem * )
       
    54     }
       
    55 
       
    56 
       
    57 // -----------------------------------------------------------------------------
       
    58 // CpDivertSelectionItem::canSetModelIndex
       
    59 // -----------------------------------------------------------------------------
       
    60 //
       
    61 bool CpDivertSelectionItem::canSetModelIndex( 
       
    62         const QModelIndex & index ) const
       
    63     {
       
    64     SMC_MOCK_METHOD1( bool, const QModelIndex &, index )
       
    65     }
       
    66 
       
    67 
       
    68 // -----------------------------------------------------------------------------
       
    69 // CpDivertSelectionItem::restore
       
    70 // -----------------------------------------------------------------------------
       
    71 //
       
    72 void CpDivertSelectionItem::restore(  )
       
    73     {
       
    74     SMC_MOCK_METHOD0( void )
       
    75     }
       
    76 
       
    77 
       
    78 // -----------------------------------------------------------------------------
       
    79 // CpDivertSelectionItem::createCustomWidget
       
    80 // -----------------------------------------------------------------------------
       
    81 //
       
    82 HbWidget * CpDivertSelectionItem::createCustomWidget(  )
       
    83     {
       
    84     SMC_MOCK_METHOD0( HbWidget * )
       
    85     }
       
    86 
       
    87