uiacceltk/hitchcock/coretoolkit/inc/HuiFxGroupLayer.h
branchRCL_3
changeset 7 433cbbb6a04b
parent 0 15bf7259bb7c
child 17 3ac8bf5c5014
equal deleted inserted replaced
3:d8a3531bc6b8 7:433cbbb6a04b
    50     
    50     
    51     TInt LayerCount() const;
    51     TInt LayerCount() const;
    52     CHuiFxLayer& Layer(TInt aIndex) const;
    52     CHuiFxLayer& Layer(TInt aIndex) const;
    53     void FxmlVisualInputs(RArray<THuiFxVisualSrcType> &aArray);
    53     void FxmlVisualInputs(RArray<THuiFxVisualSrcType> &aArray);
    54     virtual void EnableMarginApplyChildren(TBool aEnable);
    54     virtual void EnableMarginApplyChildren(TBool aEnable);
       
    55     virtual void SetAlwaysReadSurfacePixels(TBool aAlwaysReadSurfacePixels);
       
    56 
    55 protected:
    57 protected:
    56     IMPORT_C CHuiFxGroupLayer();
    58     IMPORT_C CHuiFxGroupLayer();
    57     IMPORT_C void ConstructL(TBool aIsRoot);
    59     IMPORT_C void ConstructL(TBool aIsRoot);
    58 private:
    60 private:
    59     RPointerArray<CHuiFxLayer> iLayers;
    61     RPointerArray<CHuiFxLayer> iLayers;