class AnimSpritesList
|
the AnimSpritesList is a list of AnimSprite-s with useful methods to
do some actions on each the elements
More... |
|
|
Public Methods
the AnimSpritesList is a list of AnimSprite-s with useful methods to
do some actions on each the elements
AnimSpritesList ()
| AnimSpritesList |
~AnimSpritesList ()
| ~AnimSpritesList |
void repaint (void)
| repaint |
repaint each sprite of the list
void forEachNextFrame (void)
| forEachNextFrame |
use next frame for each sprite of the list
void hideAndRemoveAll (void)
| hideAndRemoveAll |
hide the sprites of the list, remove them from the list and call their
destructors iff the liste is in auto-delete mode
const AnimSprite * firstThatIsLastFrame (void)
| firstThatIsLastFrame |
return the first AnimSprite of the list that currently displays its last
frame
Generated by: gael on noirdes.limsi.u-psud.fr on Fri Jan 3 17:03:38 2003, using kdoc 2.0a53. |