class RBlankWindow : public RWindowBase |
Blank window.
A blank window may have its extent and colour changed, but nothing else may be drawn to it. Blank windows provide no functionality that is not provided by the RWindow class. However, they are useful when the application requires a window that cannot be drawn to, for example a container window.
Public Member Functions | |
---|---|
RBlankWindow() | |
RBlankWindow(RWsSession &) | |
IMPORT_C TInt | Construct(const RWindowTreeNode &, TUint32) |
IMPORT_C void | SetColor(TRgb) |
IMPORT_C void | SetColor() |
IMPORT_C void | SetExtent(const TPoint &, const TSize &) |
IMPORT_C void | SetSize(const TSize &) |
Inherited Enumerations | |
---|---|
RWindowBase:TCaptureFlags | |
RWindowTreeNode:TFadeControl |
Inherited Attributes | |
---|---|
MWsClientClass::iBuffer | |
MWsClientClass::iWsHandle | |
RWindowTreeNode::__DECLARE_TEST |
IMPORT_C TInt | Construct | ( | const RWindowTreeNode & | parent, |
TUint32 | aHandle | |||
) |
const RWindowTreeNode & parent | |
TUint32 aHandle |