textinput/peninputsplititut/src/peninputsplicitutuimgrbase.cpp
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     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 #include "peninputsplititutuimgrbase.h"
       
    18 #include "peninputsplititutlayoutcontext.h"
       
    19 #include "peninputsplititutdatamgr.h"
       
    20 #include "peninputsplititutuistatebase.h"
       
    21 
       
    22 // ============================ MEMBER FUNCTIONS =============================
       
    23 
       
    24 // ---------CSplitItutUiMgrBase----------------------------------------
       
    25 // CSplitItutUiMgrBase::~CSplitItutUiMgrBase
       
    26 // (other items were commented in a header)
       
    27 // ---------------------------------------------------------------------------
       
    28 //
       
    29 CSplitItutUiMgrBase::~CSplitItutUiMgrBase()
       
    30     {
       
    31     }
       
    32 
       
    33 // ---------------------------------------------------------------------------
       
    34 // CSplitItutUiMgrBase::HandleCommandL
       
    35 // (other items were commented in a header)
       
    36 // ---------------------------------------------------------------------------
       
    37 //
       
    38 TInt CSplitItutUiMgrBase::HandleCommandL(TInt /*aCmd*/, TUint8* /*aData*/)
       
    39     {
       
    40     return KErrNotSupported;
       
    41     }
       
    42 
       
    43 // ---------------------------------------------------------------------------
       
    44 // CSplitItutUiMgrBase::HandleCtrlEventL
       
    45 // (other items were commented in a header)
       
    46 // ---------------------------------------------------------------------------
       
    47 //
       
    48 TBool CSplitItutUiMgrBase::HandleCtrlEventL(TInt /*aEventType*/, 
       
    49                                               CFepUiBaseCtrl* /*aCtrl*/, 
       
    50                                               const TDesC& /*aEventData*/)
       
    51     {
       
    52     return EFalse;
       
    53     }
       
    54 
       
    55 // ---------------------------------------------------------------------------
       
    56 // CSplitItutUiMgrBase::CSplitItutUiMgrBase
       
    57 // (other items were commented in a header)
       
    58 // ---------------------------------------------------------------------------
       
    59 //
       
    60 CSplitItutUiMgrBase::CSplitItutUiMgrBase(MSplitItutLayoutContext* aContext,
       
    61                                              CSplitItutDataMgr* aDataMgr,
       
    62                                              CSplitItutWindowManager* aUiManager)
       
    63                                             :iLayoutContext(aContext),
       
    64                                              iDataMgr(aDataMgr),
       
    65                                              iNumLongPressValid(EFalse),
       
    66                                              iClrConsume(EFalse),
       
    67                                              iUiMgr(aUiManager)
       
    68     {
       
    69     }
       
    70 
       
    71 // ---------------------------------------------------------------------------
       
    72 // CSplitItutUiMgrBase::ConstructL
       
    73 // (other items were commented in a header)
       
    74 // ---------------------------------------------------------------------------
       
    75 //
       
    76 void CSplitItutUiMgrBase::ConstructL()
       
    77     {
       
    78     }
       
    79 
       
    80 // ---------------------------------------------------------------------------
       
    81 // CSplitItutUiMgrBase::HandleLongPressNumberKeyL
       
    82 // (other items were commented in a header)
       
    83 // ---------------------------------------------------------------------------
       
    84 //
       
    85 void CSplitItutUiMgrBase::HandleLongPressNumberKeyL(TPtiKey /*aKey*/)
       
    86     {
       
    87     }
       
    88     
       
    89 // End Of File