email/imum/Utils/Inc/MuiuDynamicSettingItemExtLink.h
branchRCL_3
changeset 60 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
       
     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:  MuiuDynamicSettingItemExtLink.h
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __MUIUDYNSETTINGITEMEXTLINK_H__
       
    20 #define __MUIUDYNSETTINGITEMEXTLINK_H__
       
    21 
       
    22 // INCLUDES
       
    23 #include <e32base.h>
       
    24 #include "MuiuDynamicSettingItemLink.h"
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29 *  ?one_line_short_description.
       
    30 *  ?other_description_lines
       
    31 *
       
    32 *  @lib ?library
       
    33 *  @since S60 3.0
       
    34 */
       
    35 class CMuiuSettingsLinkExtended : public CMuiuSettingsLink
       
    36     {
       
    37         public: // Constructors and Destructor
       
    38 
       
    39         /**
       
    40         * Destructor
       
    41         * @since S60 3.0
       
    42         */
       
    43         virtual ~CMuiuSettingsLinkExtended();
       
    44 
       
    45         /**
       
    46         *
       
    47         * @since S60 3.0
       
    48         */
       
    49         static CMuiuSettingsLinkExtended* NewL();
       
    50         static CMuiuSettingsLinkExtended* NewLC();
       
    51 
       
    52     public: // Operators
       
    53 
       
    54         /**
       
    55         *
       
    56         * @since S60 3.0
       
    57         */
       
    58         CMuiuSettingsLinkExtended& operator=(
       
    59             const CMuiuSettingsLinkExtended& aBaseItem );
       
    60 
       
    61     public: // New Functions
       
    62 
       
    63         /**
       
    64         *
       
    65         * @since S60 3.0
       
    66         */
       
    67         virtual inline TInt64 Value() const;
       
    68 
       
    69         /**
       
    70         *
       
    71         * @since S60 3.0
       
    72         */
       
    73         virtual inline void SetValue( const TInt64 aValue );
       
    74 
       
    75     protected: // Constructors
       
    76 
       
    77         /**
       
    78         *
       
    79         * @since S60 3.0
       
    80         */
       
    81         CMuiuSettingsLinkExtended();
       
    82 
       
    83         /**
       
    84         *
       
    85         * @since S60 3.0
       
    86         */
       
    87         void ConstructL();
       
    88 
       
    89     protected: // Data
       
    90 
       
    91         TInt64                  iUserValue;
       
    92     };
       
    93 
       
    94 #include "MuiuDynamicSettingItemExtLink.inl"
       
    95 
       
    96 #endif //__MUIUDYNSETTINGITEMEXTLINK_H__
       
    97 
       
    98 // End of file