#include <effects.h>
Inheritance diagram for scroll:
Public Methods | |
scroll (ImageRGBA *_img=0, ImageRGBA *_temp=0, ImageRGBA *_temp2=0, ImageRGBA *_hud=0, ImageRGBA *_menu=0, bool _bArea=false, point _lowArea=0, point _highArea=0) | |
void | idleAction () |
void | LBAction () |
void | RBAction () |
|
Definition at line 6 of file effects.cpp. References imageRgbaCopy(). |
|
Reimplemented from effect. Definition at line 30 of file effects.cpp. References effect::bArea, ImageRGBA::data, fwkSetDisplayImage(), ImageRGBA::height, effect::highArea, effect::img, effect::lowArea, effect::mouse, effect::start, effect::temp, ImageRGBA::width, point::x, and point::y. |
|
Reimplemented from effect. Definition at line 18 of file effects.cpp. References effect::mouse, and effect::start. |
|
Reimplemented from effect. Definition at line 24 of file effects.cpp. References imageRgbaCopy(), effect::img, and effect::temp2. |