#include <animation.h>
Inheritance diagram for RollCount:
Public Member Functions | |
void | param (int fps, int from, int digits, int groupspacing=5, RGBA *background=NULL, int marginx=0, int marginy=0, int shift=0, int digitsize=0) |
Protected Member Functions | |
virtual Bitmap * | getframe (int skip=0) |
void | prepare () |
Protected Attributes | |
int | _fps |
int | _from |
int | _digits |
int | _groupspacing |
int | _marginx |
int | _marginy |
int | _shift |
int | _digitsize |
RGBA | _figures [10] |
RGBA | _empty |
std::auto_ptr< RGBA > | _background |
int | _ready |
int | _frameno |
int | _maxw |
int | _maxh |
|
|