uifw/AvKon/tsrc/bc/bctestdom3.2/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 : public CAknTransparentCameraSettingPage
       
    73     {
       
    74     
       
    75     friend class CBCTestDomAknCase;
       
    76     
       
    77 public:
       
    78 
       
    79     /**
       
    80      * C++ default constructor
       
    81      */ 
       
    82     CAknTransparentCameraSettingPageExt( TInt aResourceID, 
       
    83         TInt& aCurrentSelectionIndex, 
       
    84         const MDesCArray* aItemArray );
       
    85     /**
       
    86      * C++ default constructor
       
    87      */ 
       
    88     CAknTransparentCameraSettingPageExt( const TDesC* aSettingTitleText, 
       
    89         TInt aSettingNumber, 
       
    90         TInt aControlType,
       
    91         TInt aEditorResourceId, 
       
    92         TInt aSettingPageResourceId,
       
    93         TInt& aCurrentSelectionIndex, 
       
    94         const MDesCArray* aItemArray );
       
    95     
       
    96     };
       
    97   
       
    98 /**
       
    99  *  CAiwGenericParamConsumerExt class create just for test 
       
   100  *  CAiwGenericParamConsumer
       
   101  */
       
   102 class CAiwGenericParamConsumerExt : public CAiwGenericParamConsumer
       
   103     {
       
   104     
       
   105     friend class CBCTestDomJPLangCase;
       
   106     
       
   107 public:
       
   108 
       
   109     /**
       
   110      * C++ default constructor
       
   111      */ 
       
   112     CAiwGenericParamConsumerExt( CEikApplication& aApp );
       
   113     
       
   114     /**
       
   115      * CreateAppUiL()
       
   116      */ 
       
   117     CEikAppUi* CreateAppUiL();
       
   118     
       
   119     };
       
   120 
       
   121 /**
       
   122  *  CXnThemeManagementServiceObserverExt class
       
   123  */    
       
   124 class CXnThemeManagementServiceObserverExt : public CBase,
       
   125     MXnThemeManagementServiceObserver
       
   126     {
       
   127     
       
   128 public:
       
   129 
       
   130     /**
       
   131      * HandleXnClientMessage()
       
   132      */ 
       
   133     virtual void HandleXnClientMessage( TXnServiceCompletedMessage 
       
   134         /*aMessage*/ );
       
   135                                         
       
   136     };
       
   137 
       
   138 
       
   139 /**
       
   140  *  CPslnFWBaseContainerExt class create just for test 
       
   141  *  CPslnFWBaseContainer
       
   142  */    
       
   143 class CPslnFWBaseContainerExt : public CPslnFWBaseContainer
       
   144     {
       
   145     
       
   146     friend class CBCTestDomPslnCase;
       
   147     
       
   148 public:
       
   149 
       
   150     /**
       
   151      * C++ default constructor
       
   152      */ 
       
   153     CPslnFWBaseContainerExt();
       
   154     
       
   155     /**
       
   156      * Symbian 2nd static constructor
       
   157      */
       
   158     void ConstructL( const TRect& aRect );
       
   159     
       
   160     /**
       
   161      * C++ default destructor
       
   162      */ 
       
   163     ~CPslnFWBaseContainerExt();
       
   164     
       
   165     /**
       
   166      * Construct ListBox from resource id
       
   167      */ 
       
   168     void ConstructListBoxL( TInt aResLbxId );
       
   169     
       
   170     };
       
   171 
       
   172 /**
       
   173  *  Test Class CMPslnFWMSKObserverExt
       
   174  */       
       
   175 class CMPslnFWMSKObserverExt : public CBase,
       
   176     public MPslnFWMSKObserver
       
   177     {
       
   178     
       
   179     friend class CBCTestDomPslnCase;
       
   180     
       
   181 public:
       
   182 
       
   183     /**
       
   184      * interface function implemented to test
       
   185      */ 
       
   186     void CheckMiddleSoftkeyLabelL();
       
   187     
       
   188     };
       
   189 
       
   190 /**
       
   191  *  CPslnFWBaseViewExt class create just for test 
       
   192  *  CPslnFWBaseView
       
   193  */    
       
   194 class CPslnFWBaseViewExt : public CPslnFWBaseView
       
   195     {
       
   196     
       
   197     friend class CBCTestDomPslnCase;
       
   198     
       
   199 public:
       
   200 
       
   201     /**
       
   202      * Symbian 2nd static constructor
       
   203      */
       
   204     void ConstructL();
       
   205 
       
   206     /**
       
   207      * NewContainerL()
       
   208      */
       
   209     void NewContainerL();
       
   210 
       
   211     /**
       
   212      * HandleListBoxSelectionL()
       
   213      */
       
   214     void HandleListBoxSelectionL();
       
   215     
       
   216     /**
       
   217      * GetCaptionL()
       
   218      */
       
   219     void GetCaptionL( TDes& ) const;
       
   220     
       
   221     /**
       
   222      * GetTabTextL()
       
   223      */
       
   224     virtual void GetTabTextL( TDes& ) const;
       
   225     
       
   226     /**
       
   227      * CreateIconL()
       
   228      */
       
   229     virtual CGulIcon* CreateIconL();
       
   230 
       
   231     /**
       
   232      * Id()
       
   233      */
       
   234     TUid Id() const;
       
   235     
       
   236     };
       
   237 
       
   238 /**
       
   239  *  Test Class CMPslnFWAppThemeObserverExt 
       
   240  */    
       
   241 class CItemFinderObserverExt : public CBase ,
       
   242     public MItemFinderObserver
       
   243     {
       
   244     
       
   245 public:
       
   246 
       
   247     void HandleParsingComplete();
       
   248     };
       
   249 
       
   250 /**
       
   251  *  Test Class CMPslnFWAppThemeObserverExt 
       
   252  */    
       
   253 class CMPslnFWAppThemeObserverExt : public CBase,
       
   254     public MPslnFWAppThemeObserver
       
   255     {
       
   256     
       
   257 public:
       
   258 
       
   259     /**
       
   260      * HandleMessage()
       
   261      */
       
   262     void HandleMessage( TXnServiceCompletedMessage );
       
   263     
       
   264     /**
       
   265      * HandleMessage() Overload
       
   266      */
       
   267     void HandleMessage( 
       
   268     const TXnServiceCompletedMessage,
       
   269         CArrayPtrFlat<CXnODT>& );
       
   270     };
       
   271 
       
   272 #endif
       
   273 //end of file