class RWindow : public RDrawableWindow |
Handle to a standard window.
An RWindow is a handle to a server-side window which can be displayed and drawn to, and whose redraws are performed by the application.
Public Member Functions | |
---|---|
RWindow() | |
RWindow(RWsSession &) | |
IMPORT_C void | BeginRedraw() |
IMPORT_C void | BeginRedraw(const TRect &) |
IMPORT_C void | ClearRedrawStore() |
IMPORT_C TInt | Construct(const RWindowTreeNode &, TUint32) |
IMPORT_C void | EnableOSB(TBool) |
IMPORT_C void | EnableRedrawStore(TBool) |
IMPORT_C void | EndRedraw() |
IMPORT_C void | GetInvalidRegion(RRegion &) |
IMPORT_C void | HandleTransparencyUpdate() |
IMPORT_C void | Invalidate() |
IMPORT_C void | Invalidate(const TRect &) |
IMPORT_C TBool | IsRedrawStoreEnabled() |
IMPORT_C void | SetBackgroundColor(TRgb) |
IMPORT_C void | SetBackgroundColor() |
IMPORT_C void | SetExtent(const TPoint &, const TSize &) |
IMPORT_C void | SetNonTransparent() |
IMPORT_C void | SetSize(const TSize &) |
IMPORT_C TInt | SetTransparencyAlphaChannel() |
IMPORT_C TInt | SetTransparencyBitmap(const CFbsBitmap &) |
IMPORT_C TInt | SetTransparencyFactor(const TRgb &) |
IMPORT_C TInt | SetTransparencyPolicy(TWsTransparencyPolicy) |
IMPORT_C TInt | SetTransparencyWsBitmap(const CWsBitmap &) |
IMPORT_C TInt | SetTransparentRegion(const TRegion &) |
Inherited Enumerations | |
---|---|
RWindowBase:TCaptureFlags | |
RWindowTreeNode:TFadeControl |
Inherited Attributes | |
---|---|
MWsClientClass::iBuffer | |
MWsClientClass::iWsHandle | |
RWindowTreeNode::__DECLARE_TEST |
IMPORT_C void | BeginRedraw | ( | const TRect & | aRect | ) |
const TRect & aRect |
IMPORT_C TInt | Construct | ( | const RWindowTreeNode & | parent, |
TUint32 | aHandle | |||
) |
const RWindowTreeNode & parent | |
TUint32 aHandle |
IMPORT_C void | GetInvalidRegion | ( | RRegion & | aRegion | ) | const |
RRegion & aRegion |
IMPORT_C void | SetExtent | ( | const TPoint & | point, |
const TSize & | size | |||
) |
IMPORT_C TInt | SetTransparencyBitmap | ( | const CFbsBitmap & | aTransparencyBitmap | ) |
const CFbsBitmap & aTransparencyBitmap |
IMPORT_C TInt | SetTransparencyFactor | ( | const TRgb & | aTransparencyFactor | ) |
const TRgb & aTransparencyFactor |
IMPORT_C TInt | SetTransparencyPolicy | ( | TWsTransparencyPolicy | aPolicy | ) |
TWsTransparencyPolicy aPolicy |