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