src/hbcore/image/hbiconanimation_p.h
changeset 28 b7da29130b0e
parent 21 4633027730f5
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
   219     QImageReader *mImageRenderer;
   219     QImageReader *mImageRenderer;
   220     QString mIconFileName;
   220     QString mIconFileName;
   221     int mType;
   221     int mType;
   222     int mTimerInterval;
   222     int mTimerInterval;
   223     HbTimerSignalEntry *mTimerEntry;
   223     HbTimerSignalEntry *mTimerEntry;
       
   224     bool mDoNotResetLoopCount;
   224     QPixmap mCurrentFrame;
   225     QPixmap mCurrentFrame;
   225     QPixmap mLastFrame;
   226     QPixmap mLastFrame;
   226     int mLoopCount;
   227     int mLoopCount;
   227     bool mCustomLoopCountSet;
   228     bool mCustomLoopCountSet;
   228     int mCustomLoopCount;
   229     int mCustomLoopCount;