extras/calcsoft/inc/CalcCont.inl
branchRCL_3
changeset 24 10c6e6d6e4d9
parent 0 3ee3dfdd8d69
equal deleted inserted replaced
23:41b775cdc0c8 24: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 CCalcContainer.  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // ================= MEMBER FUNCTIONS =======================
       
    20 
       
    21 // ---------------------------------------------------------
       
    22 // CCalcContainer::FuncmapSubPane
       
    23 // Return pointer of FunctionMap subpane class
       
    24 // (other items were commented in a header).
       
    25 // ---------------------------------------------------------
       
    26 //
       
    27 inline CCalcFuncmapSubPane* CCalcContainer::FuncmapSubPane() const
       
    28     {
       
    29     return iFuncmapPane;
       
    30     }
       
    31 
       
    32 // ---------------------------------------------------------
       
    33 // CCalcContainer::EditorPane
       
    34 // Return pointer of editor subpane.
       
    35 // (other items were commented in a header).
       
    36 // ---------------------------------------------------------
       
    37 //
       
    38 inline CCalcEditorSubPane* CCalcContainer::EditorPane() const
       
    39     {
       
    40     return iEditorPane;
       
    41     }
       
    42 
       
    43 // ---------------------------------------------------------
       
    44 // CCalcContainer::OutputSheet
       
    45 // Return pointer of OutputSheet.
       
    46 // (other items were commented in a header).
       
    47 // ---------------------------------------------------------
       
    48 //
       
    49 inline CCalcOutputSheet* CCalcContainer::OutputSheet() const
       
    50     {
       
    51     return iSheetPane;
       
    52     }
       
    53 
       
    54 // ---------------------------------------------------------
       
    55 // CCalcContainer::View
       
    56 // Return pointer of CCalcView.
       
    57 // (other items were commented in a header).
       
    58 // ---------------------------------------------------------
       
    59 //
       
    60 inline CCalcView* CCalcContainer::View() const
       
    61     {
       
    62     return iView;
       
    63     }
       
    64 
       
    65 
       
    66 	//EISkin2.6
       
    67 // ---------------------------------------------------------
       
    68 // CCalcContainer::FunctionSubPane
       
    69 // Gets the function subpane when the skin changes.
       
    70 // ---------------------------------------------------------
       
    71 //
       
    72 inline CCalcFuncmapSubPane* CCalcContainer::FunctionSubPane()const
       
    73 {
       
    74 	return iFuncmapPane;
       
    75 }
       
    76 // End of File