uiacceltk/hitchcock/plugins/alftranseffect/alftranseffectplugin/inc/alfserverdrawer.h
changeset 19 f5bac0badc7e
parent 14 83d2d132aa58
child 24 f93c875b566e
equal deleted inserted replaced
14:83d2d132aa58 19:f5bac0badc7e
   108 	TInt SendAbortControlTransition();
   108 	TInt SendAbortControlTransition();
   109 	void SendBeginFullscreen();
   109 	void SendBeginFullscreen();
   110     void DoSendBeginFullscreenL();
   110     void DoSendBeginFullscreenL();
   111 	TInt SendBeginControlTransition();
   111 	TInt SendBeginControlTransition();
   112 	TInt SendFinishControlTransition();
   112 	TInt SendFinishControlTransition();
       
   113 	TInt DoSendFinishControlTransition(TInt aHandle);
   113 	
   114 	
   114     TBool EffectFinishedFullScreen() const;
   115     TBool EffectFinishedFullScreen() const;
   115     
   116     
   116 	static TInt FailedFullscreen(TAny* aArg);
   117 	static TInt FailedFullscreen(TAny* aArg);
   117 
   118 
   201     RProperty iProperty;
   202     RProperty iProperty;
   202     
   203     
   203     RFs iFs;
   204     RFs iFs;
   204     TBool iFullScreenFxSent;
   205     TBool iFullScreenFxSent;
   205     TBool iFullScreenEndSent;
   206     TBool iFullScreenEndSent;
       
   207 
       
   208     RArray<TInt> iActiveControlFx;
   206     };
   209     };
   207 
   210 
   208 
   211 
   209 #endif //__ALFSERVERDRAWER_H__
   212 #endif //__ALFSERVERDRAWER_H__