|
#include <CATOverlay.h>

Definition at line 24 of file CATOverlay.h.
Public Member Functions | |
| CATOverlay () | |
| virtual | ~CATOverlay () |
| CATRect | GetRect () |
| Retrieve the screen rect available for the overlay. | |
| void | SetOverlayImage (CATImage *overlay, const CATRect &overlayRect, CATInt32 refScreenWidth, CATInt32 refScreenHeight, bool keepAspect=true) |
Protected Attributes | |
| CATCritSec | fLock |
| Critical section for image/rect. | |
| CATRect | fRect |
| Rect of full display area. | |
| CATImage * | fOverlay |
| Overlay image. | |
| CATRect | fOverlayRect |
| Virtual rect of overlay. | |
| CATInt32 | fRefScreenWidth |
| Virtual width of overlay display. | |
| CATInt32 | fRefScreenHeight |
| Virtual height of overlay display. | |
| bool | fOverlayDirty |
| Overlay has changed since last render. | |
| bool | fKeepAspect |
1.5.4