class MWsDrawAnnotationObserver : public MWsObjectProvider |
An interface optionally provided by render stages, to observe which node in the window tree structure that is being rendered.
Text cursors and sprites (floating or non) are annotated by the same APIs.
Public Member Functions | |
---|---|
void | SegmentRedrawEnd() |
void | SegmentRedrawStart(const TRegion &) |
void | SpriteFlash(const MWsWindowTreeNode &, TBool) |
void | SpriteRedrawEnd(const MWsWindowTreeNode &) |
void | SpriteRedrawStart(const MWsWindowTreeNode &, const TRegion &) |
void | WindowAnimRedrawEnd(const MWsWindowTreeNode &) |
void | WindowAnimRedrawStart(const MWsWindowTreeNode &, const TRegion &) |
void | WindowRedrawEnd(const MWsWindowTreeNode &) |
void | WindowRedrawStart(const MWsWindowTreeNode &, const TRegion &) |
Inherited Functions | |
---|---|
MWsObjectProvider::ObjectInterface() | |
MWsObjectProvider::ObjectInterface()const | |
MWsObjectProvider::ResolveObjectInterface(TUint) |
void | SegmentRedrawStart | ( | const TRegion & | aRegion | ) | [pure virtual] |
const TRegion & aRegion |
void | SpriteFlash | ( | const MWsWindowTreeNode & | aWindowTreeNode, |
TBool | aFlashOn | |||
) | [pure virtual] |
const MWsWindowTreeNode & aWindowTreeNode | |
TBool aFlashOn |
void | SpriteRedrawEnd | ( | const MWsWindowTreeNode & | aWindowTreeNode | ) | [pure virtual] |
const MWsWindowTreeNode & aWindowTreeNode |
void | SpriteRedrawStart | ( | const MWsWindowTreeNode & | aWindowTreeNode, |
const TRegion & | aRegion | |||
) | [pure virtual] |
const MWsWindowTreeNode & aWindowTreeNode | |
const TRegion & aRegion |
void | WindowAnimRedrawEnd | ( | const MWsWindowTreeNode & | aWindowTreeNode | ) | [pure virtual] |
const MWsWindowTreeNode & aWindowTreeNode |
void | WindowAnimRedrawStart | ( | const MWsWindowTreeNode & | aWindowTreeNode, |
const TRegion & | aRegion | |||
) | [pure virtual] |
const MWsWindowTreeNode & aWindowTreeNode | |
const TRegion & aRegion |
void | WindowRedrawEnd | ( | const MWsWindowTreeNode & | aWindowTreeNode | ) | [pure virtual] |
const MWsWindowTreeNode & aWindowTreeNode |
void | WindowRedrawStart | ( | const MWsWindowTreeNode & | aWindowTreeNode, |
const TRegion & | aRegion | |||
) | [pure virtual] |
const MWsWindowTreeNode & aWindowTreeNode | |
const TRegion & aRegion |
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.