textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutbutton.cpp
branchRCL_3
changeset 11 c8fb4cf7b3ae
parent 3 f5a1e66df979
child 12 5e18d8c489d6
equal deleted inserted replaced
9:e6a39382bb9c 11:c8fb4cf7b3ae
    13 *
    13 *
    14 * Description:  Implementation for button base and dragbar
    14 * Description:  Implementation for button base and dragbar
    15 *
    15 *
    16 */
    16 */
    17 
    17 
       
    18 #include <featmgr.h>
    18 #include <AknFepGlobalEnums.h>
    19 #include <AknFepGlobalEnums.h>
    19 #include "peninputlayoutbutton.h"
    20 #include "peninputlayoutbutton.h"
    20 #include "peninputlayouttimer.h"
    21 #include "peninputlayouttimer.h"
    21 #include "peninputlayout.h"
    22 #include "peninputlayout.h"
    22 
    23 
    45     CleanupStack::PushL(btn);
    46     CleanupStack::PushL(btn);
    46     btn->BaseConstructL();
    47     btn->BaseConstructL();
    47     CleanupStack::Pop(btn);
    48     CleanupStack::Pop(btn);
    48     return btn;    
    49     return btn;    
    49     }
    50     }
    50     
    51 
       
    52 // ---------------------------------------------------------------------------
       
    53 // CButtonBase::BaseConstructL
       
    54 // Do base contruction
       
    55 // ---------------------------------------------------------------------------
       
    56 //
       
    57 EXPORT_C void CButtonBase::BaseConstructL()
       
    58     {
       
    59     CFepUiBaseCtrl::BaseConstructL();
       
    60     
       
    61     //tap accuracy enhancement
       
    62     if( FeatureManager::FeatureSupported( KFeatureIdFfCapacitiveDisplay ))
       
    63         {
       
    64         EnableExtResponseArea( ETrue, TRect(TPoint(10,10),TSize(10,10)) );
       
    65         }
       
    66     }
       
    67 
    51 // ---------------------------------------------------------------------------
    68 // ---------------------------------------------------------------------------
    52 // CButtonBase::CButtonBase
    69 // CButtonBase::CButtonBase
    53 // C++ default constructor
    70 // C++ default constructor
    54 // (other items were commented in a header).
    71 // (other items were commented in a header).
    55 // ---------------------------------------------------------------------------
    72 // ---------------------------------------------------------------------------
    71     const TRgb KDefaultButtonBackCol = TRgb(230,230,230);
    88     const TRgb KDefaultButtonBackCol = TRgb(230,230,230);
    72 #endif
    89 #endif
    73     
    90     
    74     SetBkColor(KDefaultButtonBackCol);
    91     SetBkColor(KDefaultButtonBackCol);
    75 
    92 
       
    93     //todo code refactoring needed, move to BaseConstructL
    76 #ifdef RD_TACTILE_FEEDBACK     
    94 #ifdef RD_TACTILE_FEEDBACK     
    77     //Advanced Tactile feedback REQ417-47932
    95     //Advanced Tactile feedback REQ417-47932
    78     if(aUiLayout)
    96     if(aUiLayout)
    79     	{
    97     	{
    80     	if (aUiLayout->PenInputType() == EPluginInputModeFSQ||
    98     	if (aUiLayout->PenInputType() == EPluginInputModeFSQ||