Effect
class and all the classes that inherit from it.
#include <stdexcept>
#include <memory>
#include <vector>
#include "animation.h"
#include "bitmap.h"
#include "lib.h"
#include "rve.h"
Go to the source code of this file.
Compounds | |
class | Effect |
An Effect is some form of animation happening on the screen. More... | |
class | Effect_changealpha |
A generic class for creating a transition from one alpha value to another within a specified area. More... | |
class | Effect_counter |
Shows an mechanical-style countdown, counting down hours, minutes and seconds. More... | |
class | Effect_fade |
Does a classic fade-in/fade-out. More... | |
class | Effect_move |
Move a Bitmap from one part of the screen to another. More... | |
class | Effect_move_animation |
Move an Animation from one part of the screen to another. More... | |
class | Effect_movebars |
Used by vote.cc, probably not useful for anything else. More... | |
class | Effect_movebars.Bar |
class | Effect_tile |
Splits the area into as many tiles as possible and changes the alpha value of a random tile every frame. More... |