uifw/AvKon/src/aknlib.cpp
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 55 aecbbf00d063
equal deleted inserted replaced
0:2f259fa3e83a 4:8ca85d2f0db7
     1 /*
     1 /*
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    53 #include "aknsignalindicatorcontainer.h"
    53 #include "aknsignalindicatorcontainer.h"
    54 #include "aknbatteryindicatorcontainer.h"
    54 #include "aknbatteryindicatorcontainer.h"
    55 
    55 
    56 #include <aknbutton.h>
    56 #include <aknbutton.h>
    57 
    57 
       
    58 #include "akncombinedpane.h"
    58 
    59 
    59 _LIT(KResFileName,         "z:\\resource\\avkon.rsc");
    60 _LIT(KResFileName,         "z:\\resource\\avkon.rsc");
    60 _LIT(KAknPrivResourceFile, "z:\\resource\\aknpriv.rsc");
    61 _LIT(KAknPrivResourceFile, "z:\\resource\\aknpriv.rsc");
    61 
    62 
    62 // Static DLL functions
    63 // Static DLL functions
   273             controlInfo.iControl = new(ELeave) CAknSignalIndicatorContainer;
   274             controlInfo.iControl = new(ELeave) CAknSignalIndicatorContainer;
   274             break;
   275             break;
   275         case EAknCtBatteryIndicatorContainerPane:
   276         case EAknCtBatteryIndicatorContainerPane:
   276             controlInfo.iControl = new(ELeave) CAknBatteryIndicatorContainer;
   277             controlInfo.iControl = new(ELeave) CAknBatteryIndicatorContainer;
   277             break;
   278             break;
       
   279         case EAknCtCombinedPane:
       
   280             controlInfo.iControl = CAknCombinedPane::NewL();
       
   281             break;
   278             
   282             
   279         case EAknCtNote:
   283         case EAknCtNote:
   280             controlInfo.iControl = new(ELeave) CAknNoteControl;
   284             controlInfo.iControl = new(ELeave) CAknNoteControl;
   281             break;
   285             break;
   282         case EAknCtQuery:
   286         case EAknCtQuery: