extras/calcsoft/inc/CalcEdit.inl
branchRCL_3
changeset 21 10c6e6d6e4d9
parent 0 3ee3dfdd8d69
equal deleted inserted replaced
20:41b775cdc0c8 21:10c6e6d6e4d9
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Implemented all inline functions for CCalcEditorSubPane.  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // ================= MEMBER FUNCTIONS =======================
       
    20 
       
    21 inline void CCalcEditorSubPane::RefreshDisplaySideLBitmap()
       
    22 {
       
    23 	 iCalcSideLDisplay = iCalcAppEnv->DisplaySideLBitmap();
       
    24 }
       
    25 
       
    26 
       
    27 inline void CCalcEditorSubPane::RefreshDisplayCenterBitmap()
       
    28 {
       
    29 	 iCalcCenterDisplay = iCalcAppEnv->DisplayCenterBitmap();
       
    30 }
       
    31 
       
    32 
       
    33 inline void CCalcEditorSubPane::RefreshDisplaySideRBitmap()
       
    34 {
       
    35 	 iCalcSideRDisplay = iCalcAppEnv->DisplaySideRBitmap();
       
    36 }
       
    37 
       
    38 
       
    39 //  End of File