Home
last modified time | relevance | path

Searched refs:mPixmaps (Results 1 – 4 of 4) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/world/
H A Ddatadisplaydelegate.cpp28 if (!mPixmaps.empty()) in buildPixmaps()
29 mPixmaps.clear(); in buildPixmaps()
35 mPixmaps.emplace_back (it->mValue, it->mIcon.pixmap (mIconSize) ); in buildPixmaps()
117 …QApplication::style()->drawItemPixmap(painter, iconRect, Qt::AlignCenter, mPixmaps.at(index).secon… in paintIcon()
H A Ddatadisplaydelegate.hpp42 std::vector <std::pair <int, QPixmap> > mPixmaps; member in CSVWorld::DataDisplayDelegate
/dports/net/messagelib/messagelib-21.12.3/messagelist/src/core/
H A Dtheme.h867 mutable QVector<QPixmap *> mPixmaps; variable
997 if (Q_UNLIKELY(mPixmaps.isEmpty())) { in pixmap()
1000 return mPixmaps[icon]; in pixmap()
H A Dtheme.cpp1208 qDeleteAll(mPixmaps); in clearPixmapCache()
1209 mPixmaps.clear(); in clearPixmapCache()
1216 mPixmaps.reserve(_IconCount); in populatePixmapCache()
1219mPixmaps << new QPixmap(QIcon::fromTheme(QStringLiteral("mail-mark-unread-new")).pixmap(mIconSize,… in populatePixmapCache()