fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepUIAvkonCtrlContainerJapanese.h
changeset 40 2cb9bae34d17
parent 31 f1bdd6b078d1
child 49 37f5d84451bd
equal deleted inserted replaced
31:f1bdd6b078d1 40:2cb9bae34d17
     1 /*
       
     2 * Copyright (c) 2003 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:           
       
    15 *       Provides the CAknFepUICtrlContainerJapanese definition.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 
       
    30 #ifndef __AKN_FEP_UI_AVKON_CONTAINER_JAPANESE_H__
       
    31 #define __AKN_FEP_UI_AVKON_CONTAINER_JAPANESE_H__
       
    32 
       
    33 // INCLUDES
       
    34 #include <AknFepUICtrlContainerJapanese.h>
       
    35 #include <badesca.h>
       
    36 
       
    37 // CONSTANTS
       
    38 
       
    39 // MACROS
       
    40 
       
    41 // DATA TYPES
       
    42 
       
    43 // FUNCTION PROTOTYPES
       
    44 
       
    45 // FORWARD DECLARATION
       
    46 
       
    47 // CLASS DECLARATION
       
    48 class CAknFepUIManagerJapanese;
       
    49 
       
    50 /**
       
    51  * Container for the Japanese Candidate Pane and the Predictive Candidate Pane.
       
    52  *
       
    53  * @lib AknFep.lib
       
    54  * @since 2.6
       
    55  */
       
    56 NONSHARABLE_CLASS(CAknFepUICtrlContainerJapanese)
       
    57     : 
       
    58     public CBase,
       
    59     public MAknFepUICtrlContainerJapanese
       
    60     {
       
    61 public: // Constructer and Destructor
       
    62     /**
       
    63      * first phase construction
       
    64      * @since 2.6
       
    65      * @param aUiMng
       
    66      * @return 
       
    67      */
       
    68     static CAknFepUICtrlContainerJapanese* NewL(CAknFepUIManagerJapanese* aUiMng);
       
    69 
       
    70     /**
       
    71      * Destructor.
       
    72      */
       
    73     ~CAknFepUICtrlContainerJapanese();
       
    74 
       
    75 public: // New faunctions
       
    76     /**
       
    77      * @since 2.6
       
    78      * @param aId
       
    79      * @return
       
    80      */
       
    81     MAknFepUICtrlCandidatePaneInterface* CandidatePane(TAknFepUICtrlCandidatePaneId aId);
       
    82 
       
    83 private:
       
    84     /**
       
    85      * private c++ constructor.
       
    86      * @since 2.6
       
    87      */
       
    88     CAknFepUICtrlContainerJapanese();
       
    89 
       
    90     /**
       
    91      * Second phase construction
       
    92      * @since 2.6
       
    93      * @param aUiMng
       
    94      */
       
    95     void ConstructL(CAknFepUIManagerJapanese* aUiMng);
       
    96 
       
    97 private: // Data
       
    98     CArrayPtrFlat<MAknFepUICtrlCandidatePaneInterface>*     iCandidatePaneArray;
       
    99     };
       
   100 
       
   101 #endif // __AKN_FEP_UI_AVKON_CONTAINER_JAPANESE_H__
       
   102 
       
   103 // End of file