uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/inc/alfserverdrawer.h
branchRCL_3
changeset 12 f93c875b566e
parent 8 46927d61fef3
child 13 3a60ebea00d0
equal deleted inserted replaced
10:7c5dd702d6d3 12:f93c875b566e
    67     // parameters are analyzed by CAlfGfxEffects
    67     // parameters are analyzed by CAlfGfxEffects
    68     
    68     
    69     void BeginFullscreen( TInt aAction, const TRect& aEffectRect, 
    69     void BeginFullscreen( TInt aAction, const TRect& aEffectRect, 
    70 						TInt aType, const TUid aUid1, const TUid aUid2, TInt aData,
    70 						TInt aType, const TUid aUid1, const TUid aUid2, TInt aData,
    71 						TSecureId aSid1, TInt aWg1, TSecureId aSid2, TInt aWg2);
    71 						TSecureId aSid1, TInt aWg1, TSecureId aSid2, TInt aWg2);
    72     void EndFullscreen();
    72     void EndFullscreen(TBool aTimeout = EFalse);
    73     void CancelFullscreen();
    73     void CancelFullscreen();
    74     void AbortFullscreen();
    74     void AbortFullscreen();
    75     void RegisterAlfFullScreenEffect( TInt aAction, const TDesC& aResourceDir,
    75     void RegisterAlfFullScreenEffect( TInt aAction, const TDesC& aResourceDir,
    76             const TDesC& aFileName);
    76             const TDesC& aFileName);
    77     void UnregisterAlfFullScreenEffect( TInt aAction );
    77     void UnregisterAlfFullScreenEffect( TInt aAction );
   101 	void StartEndChecker();
   101 	void StartEndChecker();
   102 	void CancelEndChecker();
   102 	void CancelEndChecker();
   103 
   103 
   104 	TInt SendBeginFullscreen(TInt aHandle, TUint aAction, const TUid& aUid, 
   104 	TInt SendBeginFullscreen(TInt aHandle, TUint aAction, const TUid& aUid, 
   105 							 const TUid& aPreviousUid, const TRect& aEffectRect);
   105 							 const TUid& aPreviousUid, const TRect& aEffectRect);
   106 	TInt SendEndFullscreen();
   106 	TInt SendEndFullscreen(TBool aTimeout = EFalse);
   107 	TInt SendAbortFullscreen();
   107 	TInt SendAbortFullscreen();
   108 	TInt SendAbortControlTransition();
   108 	TInt SendAbortControlTransition();
   109 	void SendBeginFullscreen();
   109 	void SendBeginFullscreen();
   110     void DoSendBeginFullscreenL();
   110     void DoSendBeginFullscreenL();
   111 	TInt SendBeginControlTransition();
   111 	TInt SendBeginControlTransition();