uiacceltk/hitchcock/coretoolkit/inc/HuiRosterImpl.h
branchRCL_3
changeset 24 f93c875b566e
parent 10 88b23e2e82e1
child 49 c9d868f1e20c
equal deleted inserted replaced
22:7c5dd702d6d3 24:f93c875b566e
   334     TBool EffectGetSource() const;	
   334     TBool EffectGetSource() const;	
   335     
   335     
   336     // From MHuiMemoryLevelObserver
   336     // From MHuiMemoryLevelObserver
   337     void SetMemoryLevel(THuiMemoryLevel aLevel);
   337     void SetMemoryLevel(THuiMemoryLevel aLevel);
   338     
   338     
       
   339 	// For handling native ALF applications drawing 
       
   340     void SetAlfEventWindow(CHuiVisual* aVisual);
       
   341     const CHuiVisual* AlfEventWindow();
       
   342     TBool NativeAppsContentChanged();
       
   343     void DrawNativeAppsContent( CHuiGc &aGc, CHuiDisplay* aDisplay) const;
       
   344     
   339 protected:
   345 protected:
   340 
   346 
   341     /* Methods. */
   347     /* Methods. */
   342 
   348 
   343 	/**
   349 	/**
   510     CHuiCanvasRenderBuffer* iCanvasRenderBuffer;
   516     CHuiCanvasRenderBuffer* iCanvasRenderBuffer;
   511     CHuiGc::TOrientation iCanvasRenderBufferOrientation;
   517     CHuiGc::TOrientation iCanvasRenderBufferOrientation;
   512 	
   518 	
   513 	TBool iRosterIsFrozen;
   519 	TBool iRosterIsFrozen;
   514 	TBool iMonitorMemoryLevel;
   520 	TBool iMonitorMemoryLevel;
       
   521 	
       
   522 	/* not owned */
       
   523 	CHuiVisual* iAlfEventWindowVisual;
       
   524 	TBool iPreviousAlfContentDrawn;
   515 	};
   525 	};
   516 
   526 
   517 #endif  // __HUIROSTERIMPL_H__
   527 #endif  // __HUIROSTERIMPL_H__