Inheritance diagram for DiOverlayData:

Public Member Functions | |
| DiOverlayData (unsigned int entries, unsigned int count=0) | |
| constructor | |
| virtual | ~DiOverlayData () |
| destructor | |
Private Member Functions | |
| DiOverlayData (const DiOverlayData &) | |
| DiOverlayData & | operator= (const DiOverlayData &) |
Private Attributes | |
| unsigned int | Count |
| number of (valid) overlay planes | |
| unsigned int | ArrayEntries |
| number of array entries (allocated memory) | |
| DiOverlayPlane ** | Planes |
| pointer to an array of planes | |
| Uint16 * | DataBuffer |
| pointer to overlay data (if scaled, flipped or rotated) | |
Friends | |
| class | DiOverlay |
Definition at line 57 of file diovdat.h.
|
||||||||||||
|
constructor
|