src/plugins/imageformats/ico/qicohandler.h
branchRCL_3
changeset 8 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
    60     bool jumpToImage(int imageNumber);
    60     bool jumpToImage(int imageNumber);
    61     bool jumpToNextImage();
    61     bool jumpToNextImage();
    62     
    62     
    63     static bool canRead(QIODevice *device);
    63     static bool canRead(QIODevice *device);
    64     
    64     
       
    65     bool supportsOption(ImageOption option) const;
       
    66     QVariant option(ImageOption option) const;
       
    67 
    65 private:
    68 private:
    66     int m_currentIconIndex;
    69     int m_currentIconIndex;
    67     ICOReader *m_pICOReader;
    70     ICOReader *m_pICOReader;
    68 
    71 
    69 };
    72 };