class MWsWindowVisibilityObserver |
Implemented by a WSERV screen to respond to window visibility change notifications sent by a render stage implementing MWsWindowVisibilityNotifier.
Immediately after WSERV sucessfully obtains a pointer to MWsWindowVisibilityNotifier, WSERV will call MWsWindowVisibilityNotifier::RegisterWindowVisibilityObserver() to provide a means for the render stage to notify WSERV, when window visibility changes.
Public Member Functions | |
---|---|
void | SetWindowVisibility(const MWsWindow &, const TRegion &) |
void | VisibilityChanged() |
void | SetWindowVisibility | ( | const MWsWindow & | aWindow, |
const TRegion & | aVisibleRegion | |||
) | [pure virtual] |
Called by the render stage to update a window's visible region.
void | VisibilityChanged | ( | ) | [pure virtual] |
Called by the render stage to indicate a window's visible region has changed. After this method has been called, it does not need to be called again until after WSERV calls SendVisibilityChanges. MWsWindowVisibilityNotifier::SendVisibilityChanges
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.