Lines Matching refs:BackgroundManager

68 BackgroundManager::BackgroundManager()  in BackgroundManager()  function in BackgroundManager
89 BackgroundManager::~BackgroundManager() in ~BackgroundManager()
95 void BackgroundManager::addImage(const QString &fullPath) in addImage()
100 BackgroundEntry* BackgroundManager::backgroundEntryFor(const QString &image) in backgroundEntryFor()
108 OpaqueBackgroundEntry* BackgroundManager::opaqueBackgroundEntryFor(const QString &image, const QCol… in opaqueBackgroundEntryFor()
116 bool BackgroundManager::subscribe(const QString &image) in subscribe()
144 bool BackgroundManager::subscribe(const QString &image, const QColor &color) in subscribe()
173 void BackgroundManager::unsubscribe(const QString &image) in unsubscribe()
187 void BackgroundManager::unsubscribe(const QString &image, const QColor &color) in unsubscribe()
201 QPixmap* BackgroundManager::pixmap(const QString &image) in pixmap()
213 QPixmap* BackgroundManager::opaquePixmap(const QString &image, const QColor &color) in opaquePixmap()
225 bool BackgroundManager::tiled(const QString &image) in tiled()
237 bool BackgroundManager::exists(const QString &image) in exists()
245 QStringList BackgroundManager::imageNames() in imageNames()
253 QPixmap* BackgroundManager::preview(const QString &image) in preview()
332 QString BackgroundManager::pathForImageName(const QString &image) in pathForImageName()
341 QString BackgroundManager::previewPathForImageName(const QString &image) in previewPathForImageName()
356 void BackgroundManager::requestDelayedGarbage() in requestDelayedGarbage()
366 void BackgroundManager::doGarbage() in doGarbage()