MWsFlickerFreeBufferObserver Class Reference

class MWsFlickerFreeBufferObserver : public MWsObjectProvider

This forms part of the MWsBackBuffer interface

Inherits from

Member Functions Documentation

AfterUpdate(MWsBackBuffer &, const TRegion &)

void AfterUpdate ( MWsBackBuffer & aBuffer,
const TRegion & aRegion
) [pure virtual]

Function that gets called after the flicker buffer has been updated

Parameters

MWsBackBuffer & aBuffer The back buffer that has been updated
const TRegion & aRegion The region of the the back buffer that has been updated

BeforeUpdate(MWsBackBuffer &, const TRegion &)

void BeforeUpdate ( MWsBackBuffer & aBuffer,
const TRegion & aRegion
) [pure virtual]

Function that gets called before the flicker buffer is updated

Parameters

MWsBackBuffer & aBuffer The back buffer that is about to be updated
const TRegion & aRegion The region of the back buffer that is about to be updated