![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qpixmapcache.h"#include "qbasictimer.h"#include "qobject.h"#include "qdebug.h"#include "qpixmapcache_p.h"#include "qthread.h"#include "qcoreapplication.h"#include "qpixmapcache.moc"Go to the source code of this file.
Classes | |
| class | QPMCache |
Functions | |
| static qsizetype | cost (const QPixmap &pixmap) |
| static bool | qt_pixmapcache_thread_test () |
| int Q_AUTOTEST_EXPORT | q_QPixmapCache_keyHashSize () |
| Q_AUTOTEST_EXPORT void | qt_qpixmapcache_flush_detached_pixmaps () |
| Q_AUTOTEST_EXPORT int | qt_qpixmapcache_qpixmapcache_total_used () |
Variables | |
| static const int | cache_limit_default = 10240 |
Definition at line 62 of file qpixmapcache.cpp.
| int Q_AUTOTEST_EXPORT q_QPixmapCache_keyHashSize | ( | ) |
Definition at line 403 of file qpixmapcache.cpp.
|
inlinestatic |
Definition at line 72 of file qpixmapcache.cpp.
Referenced by QPixmapCache::cacheLimit(), QPixmapCache::find(), QPixmapCache::find(), QPixmapCache::insert(), qt_qpixmapcache_flush_detached_pixmaps(), qt_qpixmapcache_qpixmapcache_total_used(), QPixmapCache::remove(), QPixmapCache::remove(), and QPixmapCache::setCacheLimit().
| Q_AUTOTEST_EXPORT void qt_qpixmapcache_flush_detached_pixmaps | ( | ) |
Definition at line 588 of file qpixmapcache.cpp.
References qt_pixmapcache_thread_test().
| Q_AUTOTEST_EXPORT int qt_qpixmapcache_qpixmapcache_total_used | ( | ) |
Definition at line 595 of file qpixmapcache.cpp.
References qt_pixmapcache_thread_test().
|
static |
Definition at line 60 of file qpixmapcache.cpp.