class MWsWindow : public MWsObjectProvider |
An interface through which a window can be examined This returns non const copies instead of const references, and the functions themselves are non const.
Public Member Functions | |
---|---|
TRect | AbsRect () |
MWsWindow * | FindChildByHandle ( TUint32 ) |
TUint32 | Handle () |
void | Invalidate (const TRect *) |
TInt | OrdinalPriority () |
TPoint | Origin () |
TSize | Size () |
const TRegion & | WindowArea () |
MWsScreen * | WsScreen () |
Inherited Functions | |
---|---|
MWsObjectProvider::ObjectInterface() | |
MWsObjectProvider::ObjectInterface()const | |
MWsObjectProvider::ResolveObjectInterface(TUint) |
MWsWindow * | FindChildByHandle | ( | TUint32 | aHandle | ) | [pure virtual] |
Finds a child of this window by specifiying its handle.
TUint32 aHandle | A handle to the window to find. |
void | Invalidate | ( | const TRect * | aRect = 0 | ) | [pure virtual] |
Invalidate an area of the window.
const TRect * aRect = 0 | TRect containing the area to invalidate. |
TInt | OrdinalPriority | ( | ) | const [pure virtual] |
Returns the ordinal priority of the node.
const TRegion & | WindowArea | ( | ) | const [pure virtual] |
Get the window's basic area before any clipping is done. For windows with rounded corners, the window area is different from AbsRect.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.