56 void setAll(QList<QByteArray> data);
67 QPixmap
icon(
bool chocobo_world_icon=
false);
QByteArray sauver()
incase you wish to write the icon to a file
void setAll(QByteArray data, quint8 nbFrames=1)
fill SaveIcon with data
void nextFrame()
get get next icon if more then one frame
QPixmap icon(bool chocobo_world_icon=false)
pixmap of your icon
SaveIcon()
create a new Save icon
static QTimer timer
frame change timer.
QByteArray data
hold our icon data
quint8 curFrame
current Frame
quint8 nbFrames
number of frames
PSX icon data as a QPixmap.
void nextIcon(QPixmap)
Emit Signal: Time to update your QPixmap. connect to object your displaying on to tell it time for a ...