uifw/AvKon/tsrc/bc/bctestdom5.0/bctestdomavkonpsln/inc/bctestdomavkonpslnext.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) 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:  declaration of document
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_BCTESTDOMAVKONPSLNEXT_H
       
    20 #define C_BCTESTDOMAVKONPSLNEXT_H
       
    21 
       
    22 #include <akntransitionutils.h>
       
    23 #include <akntransparentcamerasettingpage.h>
       
    24 #include <genericparamconsumer.h>
       
    25 #include <xnthememanagement.h>
       
    26 #include <pslnfwbasecontainer.h>
       
    27 #include <mpslnfwmsklabelobserver.h>
       
    28 #include <pslnfwbaseview.h>
       
    29 #include <itemfinder.h>
       
    30 #include <mpslnfwappthemeobserver.h>
       
    31 
       
    32 class MDesCArray;
       
    33 class CAknTransparentCameraSettingPage;
       
    34 class CGulIcon;
       
    35 class MItemFinderObserver;
       
    36 class CXnODT;
       
    37 class MPslnFWAppThemeObserver;
       
    38 
       
    39 
       
    40 /**
       
    41  *  CAknTransitionExt class create just for test CAknTransition
       
    42  */
       
    43 class CAknTransitionExt : public CBase,
       
    44                           public MAknTransitionUtilsObserver
       
    45     { 
       
    46     
       
    47 public:
       
    48 
       
    49     /**
       
    50      * C++ default constructor
       
    51      */ 
       
    52     CAknTransitionExt();
       
    53     
       
    54     /**
       
    55      * C++ default destructor
       
    56      */ 
       
    57     virtual ~CAknTransitionExt();
       
    58     
       
    59     /**
       
    60      * Callback function
       
    61      */ 
       
    62     virtual TInt AknTransitionCallback( TInt, TInt, 
       
    63         const TDesC8* );
       
    64 
       
    65     };
       
    66  
       
    67     
       
    68 /**
       
    69  *  CAknTransparentCameraSettingPageExt class create just for test 
       
    70  *  CAknTransparentCameraSettingPage
       
    71  */
       
    72 class CAknTransparentCameraSettingPageExt : 
       
    73     public CAknTransparentCameraSettingPage
       
    74     {
       
    75     
       
    76     friend class CBCTestDomAknCase;
       
    77     
       
    78 public:
       
    79 
       
    80     /**
       
    81      * C++ default constructor
       
    82      */ 
       
    83     CAknTransparentCameraSettingPageExt( TInt aResourceID, 
       
    84                                          TInt& aCurrentSelectionIndex, 
       
    85                                          const MDesCArray* aItemArray );
       
    86     /**
       
    87      * C++ default constructor
       
    88      */ 
       
    89     CAknTransparentCameraSettingPageExt( const TDesC* aSettingTitleText, 
       
    90                                          TInt aSettingNumber, 
       
    91                                          TInt aControlType,
       
    92                                          TInt aEditorResourceId, 
       
    93                                          TInt aSettingPageResourceId,
       
    94                                          TInt& aCurrentSelectionIndex, 
       
    95                                          const MDesCArray* aItemArray );
       
    96     
       
    97     };
       
    98   
       
    99 /**
       
   100  *  CAiwGenericParamConsumerExt class create just for test 
       
   101  *  CAiwGenericParamConsumer
       
   102  */
       
   103 class CAiwGenericParamConsumerExt : public CAiwGenericParamConsumer
       
   104     {
       
   105     
       
   106     friend class CBCTestDomJPLangCase;
       
   107     
       
   108 public:
       
   109 
       
   110     /**
       
   111      * C++ default constructor
       
   112      */ 
       
   113     CAiwGenericParamConsumerExt( CEikApplication& aApp );
       
   114     
       
   115     /**
       
   116      * CreateAppUiL()
       
   117      */ 
       
   118     CEikAppUi* CreateAppUiL();
       
   119     
       
   120     };
       
   121 
       
   122 /**
       
   123  *  CXnThemeManagementServiceObserverExt class
       
   124  */    
       
   125 class CXnThemeManagementServiceObserverExt : public CBase,
       
   126     MXnThemeManagementServiceObserver
       
   127     {
       
   128     
       
   129 public:
       
   130 
       
   131     /**
       
   132      * HandleXnClientMessage()
       
   133      */ 
       
   134     virtual void HandleXnClientMessage( TXnServiceCompletedMessage 
       
   135         /*aMessage*/ );
       
   136                                         
       
   137     };
       
   138 
       
   139 
       
   140 /**
       
   141  *  CPslnFWBaseContainerExt class create just for test 
       
   142  *  CPslnFWBaseContainer
       
   143  */    
       
   144 class CPslnFWBaseContainerExt : public CPslnFWBaseContainer
       
   145     {
       
   146     
       
   147     friend class CBCTestDomPslnCase;
       
   148     
       
   149 public:
       
   150 
       
   151     /**
       
   152      * C++ default constructor
       
   153      */ 
       
   154     CPslnFWBaseContainerExt();
       
   155     
       
   156     /**
       
   157      * Symbian 2nd static constructor
       
   158      */
       
   159     void ConstructL( const TRect& aRect );
       
   160     
       
   161     /**
       
   162      * C++ default destructor
       
   163      */ 
       
   164     ~CPslnFWBaseContainerExt();
       
   165     
       
   166     /**
       
   167      * Construct ListBox from resource id
       
   168      */ 
       
   169     void ConstructListBoxL( TInt aResLbxId );
       
   170     
       
   171     };
       
   172 
       
   173 /**
       
   174  *  Test Class CMPslnFWMSKObserverExt
       
   175  */       
       
   176 class CMPslnFWMSKObserverExt : public CBase,
       
   177     public MPslnFWMSKObserver
       
   178     {
       
   179     
       
   180     friend class CBCTestDomPslnCase;
       
   181     
       
   182 public:
       
   183 
       
   184     /**
       
   185      * interface function implemented to test
       
   186      */ 
       
   187     void CheckMiddleSoftkeyLabelL();
       
   188     
       
   189     };
       
   190 
       
   191 /**
       
   192  *  CPslnFWBaseViewExt class create just for test 
       
   193  *  CPslnFWBaseView
       
   194  */    
       
   195 class CPslnFWBaseViewExt : public CPslnFWBaseView
       
   196     {
       
   197     
       
   198     friend class CBCTestDomPslnCase;
       
   199     
       
   200 public:
       
   201 
       
   202     /**
       
   203      * Symbian 2nd static constructor
       
   204      */
       
   205     void ConstructL();
       
   206 
       
   207     /**
       
   208      * NewContainerL()
       
   209      */
       
   210     void NewContainerL();
       
   211 
       
   212     /**
       
   213      * HandleListBoxSelectionL()
       
   214      */
       
   215     void HandleListBoxSelectionL();
       
   216     
       
   217     /**
       
   218      * GetCaptionL()
       
   219      */
       
   220     void GetCaptionL( TDes& /*aCaption*/ ) const;
       
   221     
       
   222     /**
       
   223      * GetTabTextL()
       
   224      */
       
   225     virtual void GetTabTextL( TDes& /*aCaption*/ ) const;
       
   226     
       
   227     /**
       
   228      * CreateIconL()
       
   229      */
       
   230     virtual CGulIcon* CreateIconL();
       
   231 
       
   232     /**
       
   233      * Id()
       
   234      */
       
   235     TUid Id() const;
       
   236     
       
   237     };
       
   238 
       
   239 /**
       
   240  *  Test Class CMPslnFWAppThemeObserverExt 
       
   241  */    
       
   242 class CItemFinderObserverExt : public CBase ,
       
   243     public MItemFinderObserver
       
   244     {
       
   245     
       
   246 public:
       
   247 
       
   248     void HandleParsingComplete();
       
   249     };
       
   250 
       
   251 /**
       
   252  *  Test Class CMPslnFWAppThemeObserverExt 
       
   253  */    
       
   254 class CMPslnFWAppThemeObserverExt : public CBase,
       
   255     public MPslnFWAppThemeObserver
       
   256     {
       
   257     
       
   258 public:
       
   259 
       
   260     /**
       
   261      * HandleMessage()
       
   262      */
       
   263     void HandleMessage( TXnServiceCompletedMessage /*aMessage*/ );
       
   264     
       
   265     /**
       
   266      * HandleMessage() Overload
       
   267      */
       
   268     void HandleMessage( 
       
   269     const TXnServiceCompletedMessage /*aMessage*/,
       
   270         CArrayPtrFlat<CXnODT>& /*aAppThemeList*/ );
       
   271     };
       
   272 
       
   273 #endif
       
   274 //end of file