fep/aknfep/peninputplugins/PeninputPluginKr/inc/peninputpluginkrcombinelistquerydialog.h
branchRCL_3
changeset 9 e6a39382bb9c
equal deleted inserted replaced
8:4eb1ae11334f 9:e6a39382bb9c
       
     1 /*
       
     2 * Copyright (c) 2002-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:           Korean Combining Word List Query Dialg 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef C_PENINPUTPLUGINKRCOMBINELISTQUERYDIALOG_H
       
    20 #define C_PENINPUTPLUGINKRCOMBINELISTQUERYDIALOG_H
       
    21 #include <aknlistquerydialog.h>
       
    22 
       
    23 class CPeninputPluginKrCombineListQueryDialog : public CAknListQueryDialog 
       
    24     {
       
    25 public:
       
    26     /**
       
    27      * C++ default constructor.
       
    28      *
       
    29      * @since S60 v5.0
       
    30      * @param aIndex After the query is dismissed, the index will 
       
    31      *        hold the value of selected item.
       
    32      */
       
    33     CPeninputPluginKrCombineListQueryDialog(TInt* aIndex);
       
    34 
       
    35     /**
       
    36      * C++ default constructor.
       
    37      *
       
    38      * @since S60 v5.0
       
    39      * @param aSelectionIndexArray Will hold the values of selected
       
    40      *        items (in multiselection list).
       
    41      */
       
    42     CPeninputPluginKrCombineListQueryDialog(
       
    43               CListBoxView::CSelectionIndexArray* aSelectionIndexArray);
       
    44 protected:
       
    45     /**
       
    46      * from CCoeControl
       
    47      *
       
    48      * Handles a change to the control's resources. 
       
    49      * @since S60 v5.0
       
    50      * @param aType aType A message UID valuey
       
    51      */
       
    52     void HandleResourceChange( TInt aType );
       
    53     };
       
    54 
       
    55 #endif //C_PENINPUTPLUGINKRCOMBINELISTQUERYDIALOG_H
       
    56 
       
    57 // End of File