fep/aknfep/UiPlugins/AknFepUiInterface/AvkonImpl/inc/AknFepUIAvkonCtrlJapaneseCandidateHeadingPane.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:            Candidate list
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 #ifndef CAKNFEPUICTRLJAPANESECANDIDATEHEADINGPANE_H
       
    30 #define CAKNFEPUICTRLJAPANESECANDIDATEHEADINGPANE_H
       
    31 
       
    32 // INCLUDES
       
    33 #include <aknPopupHeadingPane.h>    // CAknPopupHeadingPane
       
    34 
       
    35 // CONSTANTS
       
    36 
       
    37 // FORWARD DECLARATIONS
       
    38 
       
    39 // CLASS DECLARATION
       
    40 
       
    41 /**
       
    42 *  CAknFepUICtrlJapaneseCandidateHeadingPane class.
       
    43 *
       
    44 *  @lib AknFep.lib
       
    45 *  @since 2.6
       
    46 */
       
    47 NONSHARABLE_CLASS(CAknFepUICtrlJapaneseCandidateHeadingPane) : public CAknPopupHeadingPane
       
    48     {
       
    49     public:     // New functions
       
    50         /**
       
    51         * Set the parent window rect of heading pane
       
    52         * @since 2.6
       
    53         * @param aParentRect    parent window rect
       
    54         */
       
    55         void SetParentRect(const TRect& aParentRect);
       
    56 
       
    57     public:     // Functions from CAknPopupHeadingPane
       
    58         virtual void SizeChanged();
       
    59 
       
    60     public:     // Functions from CCoeControl
       
    61         virtual void ActivateL();
       
    62 
       
    63     private:    // Functions from CCoeControl
       
    64         TInt CountComponentControls() const;
       
    65         CCoeControl* ComponentControl(TInt aIndex) const;
       
    66 
       
    67     private:    // Functions from CAknPopupHeadingPane
       
    68         void LayoutListHeadingPane();
       
    69 
       
    70     private:    // Data
       
    71         TRect iParentRect;
       
    72 
       
    73     };
       
    74 
       
    75 #endif  // CAKNFEPUICTRLJAPANESECANDIDATEHEADINGPANE_H
       
    76 
       
    77 // End of File