diff -r 000000000000 -r 72b543305e3a email/imum/Utils/Inc/MuiuDynamicSettingItemExtLink.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/email/imum/Utils/Inc/MuiuDynamicSettingItemExtLink.h Thu Dec 17 08:44:11 2009 +0200 @@ -0,0 +1,98 @@ +/* +* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: MuiuDynamicSettingItemExtLink.h +* +*/ + + +#ifndef __MUIUDYNSETTINGITEMEXTLINK_H__ +#define __MUIUDYNSETTINGITEMEXTLINK_H__ + +// INCLUDES +#include +#include "MuiuDynamicSettingItemLink.h" + +// CLASS DECLARATION + +/** +* ?one_line_short_description. +* ?other_description_lines +* +* @lib ?library +* @since S60 3.0 +*/ +class CMuiuSettingsLinkExtended : public CMuiuSettingsLink + { + public: // Constructors and Destructor + + /** + * Destructor + * @since S60 3.0 + */ + virtual ~CMuiuSettingsLinkExtended(); + + /** + * + * @since S60 3.0 + */ + static CMuiuSettingsLinkExtended* NewL(); + static CMuiuSettingsLinkExtended* NewLC(); + + public: // Operators + + /** + * + * @since S60 3.0 + */ + CMuiuSettingsLinkExtended& operator=( + const CMuiuSettingsLinkExtended& aBaseItem ); + + public: // New Functions + + /** + * + * @since S60 3.0 + */ + virtual inline TInt64 Value() const; + + /** + * + * @since S60 3.0 + */ + virtual inline void SetValue( const TInt64 aValue ); + + protected: // Constructors + + /** + * + * @since S60 3.0 + */ + CMuiuSettingsLinkExtended(); + + /** + * + * @since S60 3.0 + */ + void ConstructL(); + + protected: // Data + + TInt64 iUserValue; + }; + +#include "MuiuDynamicSettingItemExtLink.inl" + +#endif //__MUIUDYNSETTINGITEMEXTLINK_H__ + +// End of file