classicui_pub/popups_api/tsrc/src/testsdkpopupspf.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:  test aknpopupfader.h aknpopupfield.h aknpopupsettingpage.h
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  INCLUDES
       
    20 
       
    21 #include <coecobs.h>
       
    22 #include <aknpopupheadingpane.h>
       
    23 #include <barsread.h>
       
    24 #include <coemain.h>
       
    25 #include <testsdkpopups.rsg>
       
    26 
       
    27 #include "testsdkpopupspf.h"
       
    28 
       
    29 // ============================ MEMBER FUNCTIONS ===============================
       
    30 // -----------------------------------------------------------------------------
       
    31 // CTestSDKPopupsPF::CountFadedComponents
       
    32 // -----------------------------------------------------------------------------
       
    33 TInt CTestSDKPopupsPF::CountFadedComponents()
       
    34     {
       
    35     return MAknFadedComponent::CountFadedComponents();
       
    36     }
       
    37 
       
    38 // -----------------------------------------------------------------------------
       
    39 // CTestSDKPopupsPF::FadedComponent
       
    40 // -----------------------------------------------------------------------------
       
    41 CCoeControl* CTestSDKPopupsPF::FadedComponent( TInt aIndex )
       
    42     {
       
    43     return MAknFadedComponent::FadedComponent( aIndex );
       
    44     }
       
    45 
       
    46 // -----------------------------------------------------------------------------
       
    47 // CTestSDKPopupsPF::FadedComponent
       
    48 // -----------------------------------------------------------------------------
       
    49 CTestSDKPopupsPF::CTestSDKPopupsPF()
       
    50     {
       
    51     
       
    52     }
       
    53 
       
    54 // -----------------------------------------------------------------------------
       
    55 // CTestSDKPopupsPF::~CTestSDKPopupsPF
       
    56 // -----------------------------------------------------------------------------
       
    57 CTestSDKPopupsPF::~CTestSDKPopupsPF()
       
    58     {
       
    59     
       
    60     }
       
    61 
       
    62 // -----------------------------------------------------------------------------
       
    63 // CTestSDKPopupsPF::HandlePopupFieldEventL
       
    64 // -----------------------------------------------------------------------------
       
    65 void CTestSDKPopupsPF::HandlePopupFieldEventL ( CAknPopupField* /*aPopupField*/, 
       
    66          TAknPopupFieldEvent /*aEventType*/, TInt /*aHint*/ )
       
    67     {
       
    68     
       
    69     }
       
    70 
       
    71 // -----------------------------------------------------------------------------
       
    72 // CTestSDKPopupsPF::HandlePopupFieldEventL
       
    73 // -----------------------------------------------------------------------------
       
    74 void CTestSDKPopupsPF::HandlePopupSettingListEventL( CAknPopupSettingList* /*aPopupSettingList*/, 
       
    75              TAknPopupSettingListEvent /*aEventType*/, TInt /*aHint*/ )
       
    76     {
       
    77     
       
    78     }