phoneapp/phoneuivoipextension/src/tphonetouchpanewrapper.cpp
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
equal deleted inserted replaced
21:92ab7f8d0eab 22:6bb1b21d2484
    26 // TPhTouchPaneWrapper::TPhTouchPaneWrapper
    26 // TPhTouchPaneWrapper::TPhTouchPaneWrapper
    27 // C++ default constructor can NOT contain any code, that
    27 // C++ default constructor can NOT contain any code, that
    28 // might leave.
    28 // might leave.
    29 // -----------------------------------------------------------------------------
    29 // -----------------------------------------------------------------------------
    30 //
    30 //
    31 // <-- QT PHONE START --> 
    31 TPhTouchPaneWrapper::TPhTouchPaneWrapper()
    32 TPhTouchPaneWrapper::TPhTouchPaneWrapper( 
       
    33         /*MBubbleTouchPaneInterface& aTouchPane*/ ) :
       
    34         //iTouchPane( aTouchPane )    
       
    35     {
    32     {
    36     }
    33     }
    37 
    34 
    38 // ---------------------------------------------------------
    35 // ---------------------------------------------------------
    39 // TPhTouchPaneWrapper::TPhTouchPaneWrapper
    36 // TPhTouchPaneWrapper::TPhTouchPaneWrapper
    40 // (other items were commented in a header).
    37 // (other items were commented in a header).
    41 // ---------------------------------------------------------
    38 // ---------------------------------------------------------
    42 //
    39 //
    43 TInt TPhTouchPaneWrapper::NumberOfButtonsInPane() const
    40 TInt TPhTouchPaneWrapper::NumberOfButtonsInPane() const
    44     {
    41     {
    45     return KErrNotSupported; //iTouchPane.NumberOfButtonsInPane();
    42     return KErrNotSupported;
    46     }
    43     }
    47 
    44 
    48 // ---------------------------------------------------------
    45 // ---------------------------------------------------------
    49 // TPhTouchPaneWrapper::ButtonCommandId
    46 // TPhTouchPaneWrapper::ButtonCommandId
    50 // (other items were commented in a header).
    47 // (other items were commented in a header).
    51 // ---------------------------------------------------------
    48 // ---------------------------------------------------------
    52 //
    49 //
    53 TInt TPhTouchPaneWrapper::ButtonCommandId( 
    50 TInt TPhTouchPaneWrapper::ButtonCommandId( 
    54         TInt /*aButtonIndex*/ ) const
    51         TInt /*aButtonIndex*/ ) const
    55     {
    52     {
    56     return KErrNotSupported; //iTouchPane.ButtonCommandId( aButtonIndex );
    53     return KErrNotSupported;
    57     }
    54     }
    58 
    55 
    59 // ---------------------------------------------------------
    56 // ---------------------------------------------------------
    60 // TPhTouchPaneWrapper::SetButtonDimmed
    57 // TPhTouchPaneWrapper::SetButtonDimmed
    61 // (other items were commented in a header).
    58 // (other items were commented in a header).
    62 // ---------------------------------------------------------
    59 // ---------------------------------------------------------
    63 //
    60 //
    64 void TPhTouchPaneWrapper::SetButtonDimmed( TInt /*aCommand*/, TBool /*aDimmed*/ )
    61 void TPhTouchPaneWrapper::SetButtonDimmed( TInt /*aCommand*/, TBool /*aDimmed*/ )
    65    {
    62    {
    66    //iTouchPane.SetButtonDimmed( aCommand, aDimmed );   
       
    67    }
    63    }
    68 
    64 
    69 // <-- QT PHONE END --> 
       
    70 
       
    71 //  End of File
    65 //  End of File