MWsDrawAnnotationObserver Class Reference

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.

Inherits from

Member Functions Documentation

SegmentRedrawEnd()

void SegmentRedrawEnd ( ) [pure virtual]

SegmentRedrawStart(const TRegion &)

void SegmentRedrawStart ( const TRegion & aRegion ) [pure virtual]

Parameters

const TRegion & aRegion

SpriteFlash(const MWsWindowTreeNode &, TBool)

void SpriteFlash ( const MWsWindowTreeNode & aWindowTreeNode,
TBool aFlashOn
) [pure virtual]

Parameters

const MWsWindowTreeNode & aWindowTreeNode
TBool aFlashOn

SpriteRedrawEnd(const MWsWindowTreeNode &)

void SpriteRedrawEnd ( const MWsWindowTreeNode & aWindowTreeNode ) [pure virtual]

Parameters

const MWsWindowTreeNode & aWindowTreeNode

SpriteRedrawStart(const MWsWindowTreeNode &, const TRegion &)

void SpriteRedrawStart ( const MWsWindowTreeNode & aWindowTreeNode,
const TRegion & aRegion
) [pure virtual]

Parameters

const MWsWindowTreeNode & aWindowTreeNode
const TRegion & aRegion

WindowAnimRedrawEnd(const MWsWindowTreeNode &)

void WindowAnimRedrawEnd ( const MWsWindowTreeNode & aWindowTreeNode ) [pure virtual]

Parameters

const MWsWindowTreeNode & aWindowTreeNode

WindowAnimRedrawStart(const MWsWindowTreeNode &, const TRegion &)

void WindowAnimRedrawStart ( const MWsWindowTreeNode & aWindowTreeNode,
const TRegion & aRegion
) [pure virtual]

Parameters

const MWsWindowTreeNode & aWindowTreeNode
const TRegion & aRegion

WindowRedrawEnd(const MWsWindowTreeNode &)

void WindowRedrawEnd ( const MWsWindowTreeNode & aWindowTreeNode ) [pure virtual]

Parameters

const MWsWindowTreeNode & aWindowTreeNode

WindowRedrawStart(const MWsWindowTreeNode &, const TRegion &)

void WindowRedrawStart ( const MWsWindowTreeNode & aWindowTreeNode,
const TRegion & aRegion
) [pure virtual]

Parameters

const MWsWindowTreeNode & aWindowTreeNode
const TRegion & aRegion