wvuing/wvuiave/AppInc/CCAListBoxCreator.h
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2004-2005 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:  Creator class for views.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef CCAListBoxCreator_H
       
    20 #define CCAListBoxCreator_H
       
    21 
       
    22 #include <aknlists.h>
       
    23 
       
    24 //forward declarations
       
    25 
       
    26 class MCAListBox;
       
    27 class CCAContactListBox;
       
    28 /**
       
    29 *  Class for creating list box
       
    30 *
       
    31 *  @lib chat.app
       
    32 *  @since 2.1
       
    33 */
       
    34 // This is not a C-class although it begins with a CA
       
    35 class CCAListBoxCreator  // CSI: 51 # see above
       
    36     {
       
    37     public:
       
    38 
       
    39         /**
       
    40          * Create just the List box based on type id
       
    41          * @param aAppUi For view creation parameters.
       
    42          * @since 3.0
       
    43          */
       
    44         static MCAListBox* CreateListBoxL( TInt aTypeID );
       
    45         static CCAContactListBox* CreateSingle2GraphicListBoxL( TInt aTypeID );
       
    46 
       
    47 
       
    48     };
       
    49 
       
    50 #endif      // CCAListBoxCreator_H
       
    51 
       
    52 // End of File