|
||
class TWindowInfo;
Animation window information.
Stores the window position and display mode for the animation. During a redraw of the animation window, the redraw regions
can be retrieved by calling TWindowInfo::GetRedrawRegionAndRedrawShadowRegion(const TRegion *&,const TRegion *&)const
.
Defined in TWindowInfo
:
GetRedrawRegionAndRedrawShadowRegion(const TRegion *&,const TRegion *&)const
Returns the current redraw region and redraw shadow region. This function must o...TRegionPair
Stores a pair of region pointers. TWindowInfo()
Constructs an animation window information object. iMode
The display mode.iScreenPos
The screen position. TWindowInfo::GetRedrawRegionAndRedrawShadowRegion(const TRegion *&,const TRegion *&)const
Returns the current redraw region and redraw shadow region. This function must o...inline void GetRedrawRegionAndRedrawShadowRegion(const TRegion *&aRedrawRegion, const TRegion *&aRedrawShadowRegion) const;
Returns the current redraw region and redraw shadow region. This function must only be called from an override of CWindowAnim's pure virtual Redraw function. The region pointers retrieved must not be used beyond the end of the Redraw override.
|
struct TRegionPair;
Stores a pair of region pointers.
Defined in TWindowInfo::TRegionPair
:
iRegion1
const TRegion * iRegion1;
iRegion2
const TRegion * iRegion2;
TDisplayMode iMode;
The display mode.
This is the minimum display mode that the screen has to be in to display this window.