photosgallery/slideshow/engine/tsrc/stubs/mshweffectmanager_observer.h
changeset 0 4e91876724a2
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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:   Stub file
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #ifndef __MSHWEFFECTMANAGER_OBSERVER_H__
       
    23 #define __MSHWEFFECTMANAGER_OBSERVER_H__
       
    24 
       
    25 //  EXTERNAL INCLUDES
       
    26 #include "shweffectmanager.h"
       
    27 
       
    28 /**
       
    29  * EUnit Wizard generated adapter observer interface. 
       
    30  * The test class is informed about any calls to the 
       
    31  * corresponding adapter using this interface. 
       
    32  */
       
    33 NONSHARABLE_CLASS( MShwEffectManager_Observer )
       
    34     {
       
    35     public:     // enums
       
    36     
       
    37 		enum TMShwEffectManagerMethodId
       
    38 			{
       
    39 			E_NotCalled,
       
    40 			E_void_AdoptEffectsL_TArrayMShwEffect_p,
       
    41 			E_MShwEffect_p_PreviousEffect,
       
    42 			E_MShwEffect_p_CurrentEffect,
       
    43 			E_MShwEffect_p_NextEffect,
       
    44 			E_void_ProceedToNextEffect,
       
    45 			E_MGlxLayout_InitializeL,
       
    46 			E_MGlxLayout_PrepareViewL,
       
    47 			E_MGlxLayout_EnterViewL_TInt,
       
    48 			E_void_ExitView,
       
    49 			E_MGlxLayout_EnterTransitionL_TInt,
       
    50 			E_void_ExitTransition
       
    51 			};
       
    52         
       
    53     public:     // Destructor
       
    54 
       
    55         /**
       
    56          * Destructor
       
    57          */
       
    58         virtual ~MShwEffectManager_Observer() {}
       
    59 
       
    60     public:     // Abstract methods
       
    61 
       
    62         virtual void MShwEffectManager_MethodCalled(TMShwEffectManagerMethodId aMethodId)=0;
       
    63 
       
    64     };
       
    65 
       
    66 #endif      //  __MSHWEFFECTMANAGER_OBSERVER_H__
       
    67 
       
    68 // End of file