uiacceltk/hitchcock/coretoolkit/inc/HuiRosterImpl.h
branchRCL_3
changeset 57 eaa079afe64c
parent 52 31fccae4f8a7
child 63 e1987ab3768a
equal deleted inserted replaced
54:78e19bc09b73 57:eaa079afe64c
   328     TReal32 EffectOpacity() const;
   328     TReal32 EffectOpacity() const;
   329     void EffectSetOpacityAdditive(TReal32 aOpacity, TBool aReplace);
   329     void EffectSetOpacityAdditive(TReal32 aOpacity, TBool aReplace);
   330     void EffectDrawSelf( CHuiGc &aGc, const TRect & aDisplayRect) const;
   330     void EffectDrawSelf( CHuiGc &aGc, const TRect & aDisplayRect) const;
   331     THuiRealRect EffectDisplayRect() const __SOFTFP;
   331     THuiRealRect EffectDisplayRect() const __SOFTFP;
   332     void SetLoadingEffect(TBool aLoading);
   332     void SetLoadingEffect(TBool aLoading);
   333     void EffectSetSource( TBool aIsInput1 );
   333     void EffectSetSource( THuiFxVisualSrcType aSource );
   334     TBool EffectGetSource() const;	
   334     THuiFxVisualSrcType EffectGetSource() const;	
       
   335     void SetExternalTexture(CHuiTexture* aTexture);
       
   336     CHuiTexture* ExternalTexture();
       
   337     
   335     TBool EffectReadyToDrawNextFrame() const;
   338     TBool EffectReadyToDrawNextFrame() const;
   336     
   339     
   337     // From MHuiMemoryLevelObserver
   340     // From MHuiMemoryLevelObserver
   338     void SetMemoryLevel(THuiMemoryLevel aLevel);
   341     void SetMemoryLevel(THuiMemoryLevel aLevel);
   339     
   342     
   508     TBool iDrawEvenIfDisabledDrawInRoster; 
   511     TBool iDrawEvenIfDisabledDrawInRoster; 
   509 
   512 
   510     /** Effect */
   513     /** Effect */
   511     CHuiFxEffect* iEffect;
   514     CHuiFxEffect* iEffect;
   512     TReal32 iEffectOpacity;
   515     TReal32 iEffectOpacity;
   513     TBool iIsInput1;
   516     THuiFxVisualSrcType iEffectSourceType;
   514 
   517 
   515 	/** Render buffer */
   518 	/** Render buffer */
   516     CHuiCanvasGc* iCanvasGc;
   519     CHuiCanvasGc* iCanvasGc;
   517     CHuiCanvasRenderBuffer* iCanvasRenderBuffer;
   520     CHuiCanvasRenderBuffer* iCanvasRenderBuffer;
   518     CHuiGc::TOrientation iCanvasRenderBufferOrientation;
   521     CHuiGc::TOrientation iCanvasRenderBufferOrientation;