ui/widgets/glxzoomwidget/inc/glxzoomwidget.h
changeset 62 36d93b4dc635
parent 58 383b67fbdb11
child 69 45459746d5e8
equal deleted inserted replaced
58:383b67fbdb11 62:36d93b4dc635
    99     QPixmap getFocusedImage();
    99     QPixmap getFocusedImage();
   100     //set all the zoom parameters as per the circumstances
   100     //set all the zoom parameters as per the circumstances
   101     void setZoomParams();
   101     void setZoomParams();
   102 
   102 
   103     bool isFocussedItemCorrupt();
   103     bool isFocussedItemCorrupt();
       
   104     //Reset the decoder and the associated flags
       
   105     void resetDecoder();
   104     //data members
   106     //data members
   105 private:
   107 private:
   106     //to be in sync with the model
   108     //to be in sync with the model
   107     QAbstractItemModel *mModel;
   109     QAbstractItemModel *mModel;
   108 
   110