uiacceltk/hitchcock/coretoolkit/inc/HuiFxGroupLayer.h
branchRCL_3
changeset 9 3ac8bf5c5014
parent 5 433cbbb6a04b
child 13 3a60ebea00d0
equal deleted inserted replaced
8:46927d61fef3 9:3ac8bf5c5014
    49     TBool IsSemitransparent() const;
    49     TBool IsSemitransparent() const;
    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     TBool FxmlUsesOpaqueHint() const;
    54     virtual void EnableMarginApplyChildren(TBool aEnable);
    55     virtual void EnableMarginApplyChildren(TBool aEnable);
    55     virtual void SetAlwaysReadSurfacePixels(TBool aAlwaysReadSurfacePixels);
    56     virtual void SetAlwaysReadSurfacePixels(TBool aAlwaysReadSurfacePixels);
    56 
    57 
    57 protected:
    58 protected:
    58     IMPORT_C CHuiFxGroupLayer();
    59     IMPORT_C CHuiFxGroupLayer();