epoc32/include/mw/eikdialg.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 /*
     1 /*
     2 * Copyright (c) 1997-1999 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1997-1999 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    55 
    55 
    56 #ifndef __EIKBTGPC_H__
    56 #ifndef __EIKBTGPC_H__
    57 #include <eikbtgpc.h>
    57 #include <eikbtgpc.h>
    58 #endif
    58 #endif
    59 
    59 
    60 #include <aknpopupfader.h>
    60 #include <AknPopupFader.h>
    61 
    61 
    62 // constant definitions
    62 // constant definitions
    63 const TInt KAknMediatorFacade(0x10275076);
    63 const TInt KAknMediatorFacade(0x10275076);
    64 
    64 
    65 
    65 
  1160     void FadeBehindPopup(TBool aFade);
  1160     void FadeBehindPopup(TBool aFade);
  1161 	
  1161 	
  1162     void DoFadeBehindPopup(TBool aFade);
  1162     void DoFadeBehindPopup(TBool aFade);
  1163 
  1163 
  1164 	void DoResourceChangeLayout();
  1164 	void DoResourceChangeLayout();
       
  1165 	
       
  1166     /**
       
  1167      * Handles embedded softkey state change.
       
  1168      *
       
  1169      * @internal
       
  1170      * @since S60 v5.2
       
  1171      */
       
  1172     void HandleEmbeddedSofkeyStateChange();
       
  1173 
       
  1174     /**
       
  1175      * Call back method to handle @c CEikCba content changes.
       
  1176      *
       
  1177      * @internal
       
  1178      * @since S60 v5.2
       
  1179      * @param aAny pointer to @c CEikDialog instance.
       
  1180      * @return error code.
       
  1181      */         
       
  1182     static TInt HandleEmbeddedSoftkeyStateChangeCallBack( TAny* aAny );
       
  1183     
       
  1184     /**
       
  1185      * Enables/disables content observer.
       
  1186      *
       
  1187      * @internal
       
  1188      * @since S60 v5.2
       
  1189      * @param aEnabled ETrue to enable, EFalse to disable.
       
  1190      */
       
  1191     void EnableContentObserver( TBool aEnabled );
  1165 
  1192 
  1166     // From MAknFadedComponent
  1193     // From MAknFadedComponent
  1167 	
  1194 	
  1168     IMPORT_C virtual TInt CountFadedComponents();
  1195     IMPORT_C virtual TInt CountFadedComponents();
  1169 	
  1196