Inheritance diagram for AnimBitmap:


Public Member Functions | |
| AnimBitmap (intf_thread_t *pIntf, const GenericBitmap &rBitmap) | |
| virtual | ~AnimBitmap () |
| void | startAnim () |
| Start the animation. | |
| void | stopAnim () |
| Stop the animation. | |
| void | draw (OSGraphics &rImage, int xDest, int yDest) |
| Draw the current frame on another graphics. | |
| bool | hit (int x, int y) const |
| Tell whether the pixel at the given position is visible. | |
| virtual int | getWidth () const |
| Get the size of the current frame. | |
| virtual int | getHeight () const |
Friends | |
| class | CmdNextFrame |
Data Structures | |
| class | CmdNextFrame |
| Callback for the timer. | |
| AnimBitmap::AnimBitmap | ( | intf_thread_t * | pIntf, | |
| const GenericBitmap & | rBitmap | |||
| ) |
| AnimBitmap::~AnimBitmap | ( | ) | [virtual] |
| void AnimBitmap::startAnim | ( | ) |
Start the animation.
| void AnimBitmap::stopAnim | ( | ) |
Stop the animation.
| void AnimBitmap::draw | ( | OSGraphics & | rImage, | |
| int | xDest, | |||
| int | yDest | |||
| ) |
Draw the current frame on another graphics.
| bool AnimBitmap::hit | ( | int | x, | |
| int | y | |||
| ) | const |
Tell whether the pixel at the given position is visible.
| int AnimBitmap::getWidth | ( | ) | const [virtual] |
| int AnimBitmap::getHeight | ( | ) | const [virtual] |
Implements Box.
friend class CmdNextFrame [friend] |
1.5.1