fepstub/UiPlugins/AknFepUiInterface/inc/AknFepIndicator.h
changeset 24 fc42a86c98e3
equal deleted inserted replaced
15:806570e85b3d 24:fc42a86c98e3
       
     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:           
       
    15 *       Provides the CAknFepIndicator definition.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 
       
    30 #ifndef AKNFEPIND_H
       
    31 #define AKNFEPIND_H
       
    32 
       
    33 #include <e32base.h>
       
    34 #include <aknEditStateIndicator.h>  //MAknEditingStateIndicator
       
    35 
       
    36 class CAknNavigationDecorator;
       
    37 class CAknNavigationControlContainer;
       
    38 class CEikonEnv;
       
    39 
       
    40 class CAknFepIndicator : public CBase, public MAknEditingStateIndicator
       
    41 	{
       
    42 public:
       
    43     IMPORT_C ~CAknFepIndicator();
       
    44 	
       
    45 public: // new functions    
       
    46     /**
       
    47      * Sets flag that copy mode is ON
       
    48      */    
       
    49     IMPORT_C void SetCopyMode(TBool aCopyMode); 
       
    50     
       
    51 protected:
       
    52     TBool                       iCopyMode;
       
    53     TBool                       iCopyModeChanged;
       
    54 	};
       
    55 
       
    56 #endif // AknFepIND_H
       
    57 
       
    58 // End of file