uiacceltk/hitchcock/plugins/alftranseffect/alfgfxtransadapter/inc/gfxtransenginetfx.h
changeset 31 1b6909418757
parent 14 83d2d132aa58
equal deleted inserted replaced
30:920e03da86f0 31:1b6909418757
   241      * @param aTransData the transition specification collected by the client
   241      * @param aTransData the transition specification collected by the client
   242     */  
   242     */  
   243 	void DoStartTransitionL(TInt aHandle, const CTransitionData* aTransData);
   243 	void DoStartTransitionL(TInt aHandle, const CTransitionData* aTransData);
   244 
   244 
   245     /*
   245     /*
   246      * Generate start transition from begin capture in case of contol exit transition
   246      * Generate transition event
   247      */
   247      */
   248 	void GenerateTransitionL( const CCoeControl* aKey, const CTransitionData* aTransData);
   248 	void GenerateComponentTransitionEventL(const CTransitionData* aTransData, TInt aOp, TInt aHandle = KErrNotFound);
   249 	
   249 	
   250 	/*
   250 	/*
   251 	 * Connect to server and load plugin
   251 	 * Connect to server and load plugin
   252 	 */
   252 	 */
   253 	void ConnectToServer();
   253 	void ConnectToServer();
   322 	 */
   322 	 */
   323 //	RPointerArray<CTransControlDrawerInfo> iControlInfo;
   323 //	RPointerArray<CTransControlDrawerInfo> iControlInfo;
   324 
   324 
   325     TInt iCurrHandle;
   325     TInt iCurrHandle;
   326 
   326 
       
   327     struct TControlEffect
       
   328         {
       
   329         TInt iHandle;
       
   330         TInt iWindowGroup;
       
   331         TInt iWindowHandle;
       
   332         };
       
   333     RArray<TControlEffect> iControlEffects;
       
   334     
   327 //	TBool iIsWO;
   335 //	TBool iIsWO;
   328 
   336 
   329 	TThreadId iClientId;
   337 	TThreadId iClientId;
   330 
   338 
   331 	HBufC8* iTransferBuffer;
   339 	HBufC8* iTransferBuffer;