src/hbcore/image/hbframedrawer_p.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 5 627c4a0fd0e7
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    55     void setBorderApiProtectionFlag(bool on);
    55     void setBorderApiProtectionFlag(bool on);
    56 
    56 
    57 
    57 
    58     void paint(QPainter *painter);
    58     void paint(QPainter *painter);
    59 
    59 
    60     void reset( bool resetFrameCount = true );
    60     void reset(bool resetFrameCount = true, bool unloadedByServer = false);
    61     void resetMaskableIcon();    
    61     void resetMaskableIcon();    
    62     bool fillWholeRect() const;
    62     bool fillWholeRect() const;
    63     QString multiPartIconId() const;
    63     QString multiPartIconId() const;
    64     HbIconLoader::IconLoaderOptions iconLoaderOptions();
    64     HbIconLoader::IconLoaderOptions iconLoaderOptions();
    65     void unLoadIcon();
    65     void unLoadIcon(bool unloadedByServer = false);
       
    66 
       
    67     void themeChange(const QStringList &updatedFiles);
    66 
    68 
    67 private:
    69 private:
    68     void calculateShrinkedNinePieceCorners(
    70     void calculateShrinkedNinePieceCorners(
    69             HbMultiPartSizeData &data,
    71             HbMultiPartSizeData &data,
    70             const QSize& tlSize, const QSize& brSize,
    72             const QSize& tlSize, const QSize& brSize,