textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayoutrootctrl.inl
changeset 0 eb1f2e154e89
equal deleted inserted replaced
-1:000000000000 0:eb1f2e154e89
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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:  Inline function for CFepUiLayout
       
    15 *
       
    16 */
       
    17 
       
    18 // ---------------------------------------------------------------------------
       
    19 // get layout root control
       
    20 // ---------------------------------------------------------------------------
       
    21 //
       
    22 #include "peninputlayoutrootctrl.h"
       
    23 
       
    24 
       
    25 // ---------------------------------------------------------------------------
       
    26 // Get the control which captures the pointer
       
    27 // ---------------------------------------------------------------------------
       
    28 //
       
    29 inline CFepUiBaseCtrl* CFepUiLayoutRootCtrl::CtrlCapPointer()
       
    30     {
       
    31     return iPointerCaptureCtrl;
       
    32     }
       
    33 
       
    34 // ---------------------------------------------------------------------------
       
    35 // Get the region where user can't start the drawing.
       
    36 // ---------------------------------------------------------------------------
       
    37 //
       
    38 const TRegion& CFepUiLayoutRootCtrl::NonHwrStartingPtRegion()
       
    39     {
       
    40     return iNonHwrStartPtRegion;
       
    41     }
       
    42 
       
    43 //end of file