Source: ksirk/tableauanimsprites.h
|
|
|
|
/***************************************************************************
ttableauanimsprites.h - description
-------------------
begin : Wed Jul 18 2001
copyright : (C) 2001 by Gaël de Chalendar
email : Gael.de.Chalendar@libertysurf.fr
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef TABLEAUXANIMSPRITES
#define TABLEAUXANIMSPRITES
#include
#include "animsprite.h"
class AnimSprite;
class TableauAnimSprites : public QList
{
// Q_OBJECT
public:
TableauAnimSprites();
~TableauAnimSprites();
bool isLastFrame( AnimSprite &);
void repaint(void);
void forEachNextFrame(void);
void hideAndRemoveAll(void);
const AnimSprite *firstThatIsLastFrame(void);
} ;
#endif
Generated by: gael on noirdes.limsi.fr on Mon May 20 00:28:49 2002, using kdoc 2.0a53. |