#include <region.h>
Public Member Functions | |
| RectList (unsigned n) | |
| create a list of uninitialized rectangles | |
| RectList (const RectList &rl) | |
| copy a RectList | |
| RectList & | operator= (const RectList &rl) |
| copy the contents of one RectList to another | |
| SDL_Rect * | rects () const |
| access the rectangles contained in the list | |
| unsigned | nrects () const |
| get a count of the rectangles in the list | |
| SDL_Rect & | operator[] (unsigned n) |
| access a rectangle in the list | |
This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.