#include <graphicsqueue.h>
Inheritance diagram for UpdateRectsOp:

Public Member Functions | |
| UpdateRectsOp (SDL_Surface *screen, int numrects, SDL_Rect *rects) | |
| void | execute () |
| ~UpdateRectsOp () | |
Definition at line 31 of file graphicsqueue.h.
| UpdateRectsOp::UpdateRectsOp | ( | SDL_Surface * | screen, | |
| int | numrects, | |||
| SDL_Rect * | rects | |||
| ) |
Definition at line 434 of file events.cpp.
| UpdateRectsOp::~UpdateRectsOp | ( | ) |
Definition at line 443 of file events.cpp.
| void UpdateRectsOp::execute | ( | ) | [virtual] |
Implements GraphicsQueueOperation.
Definition at line 448 of file events.cpp.
References mouseUpdateFlag, postScreenUpdate, and screen.
1.5.1