uiacceltk/hitchcock/coretoolkit/inc/HuiFxLayer.h
branchRCL_3
changeset 18 1801340c26a2
parent 17 c9d868f1e20c
child 19 e5af45d51884
equal deleted inserted replaced
17:c9d868f1e20c 18:1801340c26a2
    30     {
    30     {
    31 public:
    31 public:
    32     IMPORT_C virtual ~CHuiFxLayer();
    32     IMPORT_C virtual ~CHuiFxLayer();
    33 
    33 
    34     IMPORT_C virtual TBool PrepareDrawL(CHuiFxEngine& aEngine);
    34     IMPORT_C virtual TBool PrepareDrawL(CHuiFxEngine& aEngine);
       
    35     IMPORT_C virtual void ReleaseAllCachedRenderTargets(CHuiFxEngine& aEngine);
    35     virtual void Draw(CHuiFxEngine& aEngine, CHuiGc& aGc, CHuiFxRenderbuffer& aTarget, CHuiFxRenderbuffer& aSource, TBool aHasSurface) = 0;
    36     virtual void Draw(CHuiFxEngine& aEngine, CHuiGc& aGc, CHuiFxRenderbuffer& aTarget, CHuiFxRenderbuffer& aSource, TBool aHasSurface) = 0;
    36     IMPORT_C virtual TBool VisualArea(TRect& aRect);
    37     IMPORT_C virtual TBool VisualArea(TRect& aRect);
    37     IMPORT_C virtual TBool Margin( TMargins &m );
    38     IMPORT_C virtual TBool Margin( TMargins &m );
    38     IMPORT_C virtual void AdvanceTime(TReal32 aElapsedTime);
    39     IMPORT_C virtual void AdvanceTime(TReal32 aElapsedTime);
    39     IMPORT_C virtual TBool Changed() const;
    40     IMPORT_C virtual TBool Changed() const;