uiacceltk/hitchcock/coretoolkit/inc/HuiFxGroupLayer.h
branchRCL_3
changeset 18 1801340c26a2
parent 17 c9d868f1e20c
child 19 e5af45d51884
equal deleted inserted replaced
17:c9d868f1e20c 18:1801340c26a2
    25 class CHuiFxGroupLayer: public CHuiFxLayer
    25 class CHuiFxGroupLayer: public CHuiFxLayer
    26     {
    26     {
    27 public:
    27 public:
    28     IMPORT_C ~CHuiFxGroupLayer();
    28     IMPORT_C ~CHuiFxGroupLayer();
    29     IMPORT_C static CHuiFxGroupLayer* NewL(TBool aIsRoot = EFalse);
    29     IMPORT_C static CHuiFxGroupLayer* NewL(TBool aIsRoot = EFalse);
       
    30     IMPORT_C void ReleaseAllCachedRenderTargets(CHuiFxEngine& aEngine);
    30     IMPORT_C TBool PrepareDrawL(CHuiFxEngine& aEngine);
    31     IMPORT_C TBool PrepareDrawL(CHuiFxEngine& aEngine);
    31     IMPORT_C void Draw(CHuiFxEngine& aEngine, CHuiGc& aGc, CHuiFxRenderbuffer& aTarget, CHuiFxRenderbuffer& aSource, TBool aHasSurface);
    32     IMPORT_C void Draw(CHuiFxEngine& aEngine, CHuiGc& aGc, CHuiFxRenderbuffer& aTarget, CHuiFxRenderbuffer& aSource, TBool aHasSurface);
    32     IMPORT_C void AddLayerL(const CHuiFxLayer* aLayer); // takes ownership
    33     IMPORT_C void AddLayerL(const CHuiFxLayer* aLayer); // takes ownership
    33     IMPORT_C void AdvanceTime(TReal32 aElapsedTime);
    34     IMPORT_C void AdvanceTime(TReal32 aElapsedTime);
    34     IMPORT_C TBool Changed() const;
    35     IMPORT_C TBool Changed() const;