classicui_plat/personalisation_framework_api/tsrc/inc/testdompslnfwbv.h
changeset 21 558113899881
parent 14 3320e4e6e8bb
child 22 75713bee6484
child 33 b3425bf29f82
equal deleted inserted replaced
14:3320e4e6e8bb 21:558113899881
     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:  extended class for abstruct class declaration
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef C_TESTDOMPSLNFWBV_H
       
    19 #define C_TESTDOMPSLNFWBV_H
       
    20 
       
    21 #include <pslnfwbaseview.h>
       
    22 #include <coneresloader.h>
       
    23 
       
    24 /**
       
    25  *  Test Class CTestPslnFWBaseView 
       
    26  */   
       
    27 class CTestPslnFWBaseView : public CPslnFWBaseView
       
    28     {
       
    29 public:
       
    30 
       
    31     /**
       
    32      * Symbian 2nd static constructor
       
    33      */
       
    34     void ConstructL();
       
    35 
       
    36     /**
       
    37      * NewContainerL()
       
    38      */
       
    39     void NewContainerL();
       
    40 
       
    41     /**
       
    42      * HandleListBoxSelectionL()
       
    43      */
       
    44     void HandleListBoxSelectionL();
       
    45     
       
    46     /**
       
    47      * GetCaptionL() from CPslnFWPluginInterface
       
    48      */
       
    49     void GetCaptionL( TDes& ) const;
       
    50     
       
    51     /**
       
    52      * GetTabTextL() from CPslnFWPluginInterface
       
    53      */
       
    54     virtual void GetTabTextL( TDes& ) const;
       
    55     
       
    56     /**
       
    57      * CreateIconL() from CPslnFWPluginInterface
       
    58      */
       
    59     virtual CGulIcon* CreateIconL();
       
    60 
       
    61     /*
       
    62      * protected function
       
    63      */
       
    64     virtual void SetNaviPaneL();
       
    65 
       
    66     /*
       
    67      * protected function
       
    68      */
       
    69     virtual void CreateNaviPaneContextL( TInt aResourceId );
       
    70 
       
    71     /*
       
    72      * protected function
       
    73      */
       
    74     virtual void CreateContainerL();
       
    75 
       
    76     /*
       
    77      * protected function
       
    78      */
       
    79     virtual void SetNaviPaneL( const TInt aTabLocation );
       
    80 
       
    81     /*
       
    82      * protected function
       
    83      */
       
    84     virtual void SetMiddleSoftKeyLabelL( const TInt aResourceId, const TInt aCommandId );
       
    85 
       
    86     /*
       
    87      * protected function
       
    88      */
       
    89     virtual void HandleCommandL( TInt aCommand );
       
    90 
       
    91     /*
       
    92      * protected function
       
    93      */
       
    94     virtual void SetTitlePaneL( TInt& aResourceId );
       
    95 
       
    96     /**
       
    97      * Id()
       
    98      */
       
    99     TUid Id() const;
       
   100     };
       
   101 
       
   102 #endif /*C_TESTDOMPSLNFWBV_H*/