classicui_pub/misc_controls_api/tsrc/src/testsdkcapcsubprotectedclass.cpp
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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:  misc_controls_api
       
    15 *
       
    16 */
       
    17 
       
    18 //  INCLUDES
       
    19 #include "testsdkcapcsubprotectedclass.h"
       
    20 // ============================ MEMBER FUNCTIONS ===============================
       
    21 // -----------------------------------------------------------------------------
       
    22 // CTestSubCaptionedControl::Draw
       
    23 // -----------------------------------------------------------------------------
       
    24 //
       
    25 void CTestSubCaptionedControl::Draw(const TRect& /*aRect*/) const
       
    26     {
       
    27 
       
    28     }
       
    29 // -----------------------------------------------------------------------------
       
    30 // CTestSubCaptionedControl::WriteInternalStateL
       
    31 // -----------------------------------------------------------------------------
       
    32 //
       
    33 void CTestSubCaptionedControl::WriteInternalStateL(RWriteStream& /*aWriteStream*/) const
       
    34     {
       
    35 
       
    36     }
       
    37 // -----------------------------------------------------------------------------
       
    38 // CTestSubCaptionedControl::MopSupplyObject
       
    39 // -----------------------------------------------------------------------------
       
    40 //
       
    41 TTypeUid::Ptr CTestSubCaptionedControl::MopSupplyObject(TTypeUid aId)
       
    42     {
       
    43     return ( CEikCaptionedControl::MopSupplyObject( aId ) );
       
    44     }
       
    45 // -----------------------------------------------------------------------------
       
    46 // CTestSubCaptionedControl::PointerEvent
       
    47 // -----------------------------------------------------------------------------
       
    48 //
       
    49 bool CTestSubCaptionedControl::PointerEvent(CEikCaptionedControl */*aControl*/, const TPointerEvent& /*aPointerEvent*/)
       
    50     {
       
    51     return ETrue;
       
    52     }