src/hbservers/hbthemeserver/hbiconcacheitemcreator_p.h
changeset 2 06ff229162e9
parent 0 16d8024aca5e
child 3 11d3954df52a
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    65 public:
    65 public:
    66 
    66 
    67     static HbIconCacheItem* createCacheItem(const HbIconKey &key,
    67     static HbIconCacheItem* createCacheItem(const HbIconKey &key,
    68                                             HbIconLoader::IconLoaderOptions options,
    68                                             HbIconLoader::IconLoaderOptions options,
    69                                             const QString &format,
    69                                             const QString &format,
       
    70                                             HbRenderingMode currentRenderingMode,
    70                                             bool isMultiPiece = false);
    71                                             bool isMultiPiece = false);
    71     static void createCacheItem(HbIconCacheItem& iconCacheItem,
    72     static void createCacheItem(HbIconCacheItem& iconCacheItem,
    72                                 const HbIconKey &key);
    73                                 const HbIconKey &key,
       
    74                                 HbRenderingMode currentRenderingMode);
    73 
    75 
    74     static HbIconCacheItem * createMultiPieceCacheItem(const HbIconKey &key,
    76     static HbIconCacheItem * createMultiPieceCacheItem(const HbIconKey &key,
    75             HbIconLoader::IconLoaderOptions options,
    77             HbIconLoader::IconLoaderOptions options,
    76             const QString &format,
    78             const QString &format,
    77             const QVector<HbSharedIconInfo> &multiPieceIconInfo,
    79             const QVector<HbSharedIconInfo> &multiPieceIconInfo,
    78             HbMultiIconParams &multiPieceIconParams,
    80             HbMultiIconParams &multiPieceIconParams,
    79             bool allNvg);
    81             bool allNvg,
       
    82             HbRenderingMode currentRenderingMode);
    80 
    83 
    81 
    84 
    82 
    85 
    83     static QString KSvg ;
    86     static QString KSvg ;
    84     static QString KNvg ;
    87     static QString KNvg ;