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

Public Types | |
| typedef Loki::Functor< void, LOKI_TYPELIST_1(SDL_Surface *) > | ScreenRegistrationFunctor |
Public Member Functions | |
| InitScreenOp (int x, int y, int depth, int flags, ScreenRegistrationFunctor screenRegistrationFunctor) | |
| void | execute () |
Definition at line 51 of file graphicsqueue.h.
| typedef Loki::Functor<void, LOKI_TYPELIST_1(SDL_Surface*) > InitScreenOp::ScreenRegistrationFunctor |
Definition at line 54 of file graphicsqueue.h.
| InitScreenOp::InitScreenOp | ( | int | x, | |
| int | y, | |||
| int | depth, | |||
| int | flags, | |||
| ScreenRegistrationFunctor | screenRegistrationFunctor | |||
| ) | [inline] |
Definition at line 59 of file graphicsqueue.h.
| void InitScreenOp::execute | ( | ) | [virtual] |
Implements GraphicsQueueOperation.
Definition at line 461 of file events.cpp.
References initASCGraphicSubsystem(), mouseUpdateFlag, and screen.
1.5.1