email/imum/Utils/Inc/MuiuDynamicSettingsItemFinderInterface.h
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2006 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:  MuiuDynamicSettingsItemFinderInterface.h
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MUIUDYNAMICSETTINGSITEMFINDERINTERFACE_H
       
    21 #define MUIUDYNAMICSETTINGSITEMFINDERINTERFACE_H
       
    22 
       
    23 // INCLUDES
       
    24 #include <e32base.h>
       
    25 #include "MuiuDynamicSettingItemBase.h"
       
    26 
       
    27 // CONSTANTS
       
    28 // MACROS
       
    29 // DATA TYPES
       
    30 // FUNCTION PROTOTYPES
       
    31 // FORWARD DECLARATIONS
       
    32 // CLASS DECLARATION
       
    33 
       
    34 class TMuiuFinderItem
       
    35     {
       
    36     public: // Data
       
    37         CMuiuSettingBase* iItem;
       
    38         TInt              iIndex;
       
    39     };
       
    40 
       
    41 typedef CArrayFixFlat<TMuiuFinderItem> CMuiuDynFinderItemArray;
       
    42 
       
    43 /**
       
    44 *  ?one_line_short_description.
       
    45 *  ?other_description_lines
       
    46 *
       
    47 *  @lib ?library
       
    48 *  @since S60 3.0
       
    49 */
       
    50 class MMuiuDynamicSettingsItemFinderInterface
       
    51     {
       
    52     public: // Constructors and destructor
       
    53     public: // New functions
       
    54     public: // Functions from base classes
       
    55     public: // New virtual functions
       
    56 
       
    57         virtual TBool SearchDoError() = 0;
       
    58 
       
    59         virtual TBool SearchDoContinuationCheck(
       
    60             const CMuiuSettingBase& aItem,
       
    61             const TInt aIndex ) = 0;
       
    62 
       
    63         virtual TBool SearchDoItemCheck(
       
    64             CMuiuSettingBase& aItem ) = 0;
       
    65 
       
    66     protected:  // New virtual functions
       
    67     protected:  // New functions
       
    68     protected:  // Functions from base classes
       
    69 
       
    70     private:  // New virtual functions
       
    71     private:  // New functions
       
    72     private:  // Functions from base classes
       
    73 
       
    74     public:     // Data
       
    75     protected:  // Data
       
    76     private:    // Data
       
    77     };
       
    78 
       
    79 #endif // MUIUDYNAMICSETTINGSITEMFINDERINTERFACE_H