textinput/peninputcommonctrls/inc/peninputbuttons/peninputmultimodebutton.inl
author Dario Sestito <darios@symbian.org>
Wed, 21 Jul 2010 14:32:17 +0100
branchRCL_3
changeset 33 d11264d9cf87
parent 0 eb1f2e154e89
permissions -rw-r--r--
Re-merge workaround for sf_refhw system error message

/*
* Copyright (c) 2002-2005 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:  inline file of button
*
*/


inline TInt CAknFepCtrlMultiModeButton::NumberOfModes() const
    {
    return iNumberOfModes;
    }

inline TInt CAknFepCtrlMultiModeButton::CurrentMode() const
    {
    return iCurrentMode;
    }
    
inline void CAknFepCtrlMultiModeButton::SetFont(const CFont* aFont)
    {
    iFont = aFont;
    }
    
inline void CAknFepCtrlMultiModeButton::SetShadowFont(const CFont* aShadowFont)
	{
	iShadowFont = aShadowFont;
	}

// End Of File