![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickpixmapcache_p.h>
Public Attributes | |
const QUrl * | url |
const QRect * | region |
const QSize * | size |
int | frame |
QQuickImageProviderOptions | options |
A composite key to identify a QQuickPixmapData instance in a QHash.
Definition at line 31 of file qquickpixmapcache_p.h.
int QQuickPixmapKey::frame |
Definition at line 36 of file qquickpixmapcache_p.h.
QQuickImageProviderOptions QQuickPixmapKey::options |
Definition at line 37 of file qquickpixmapcache_p.h.
Referenced by testing.tools.test_runner._TestCaseRunner::_NewImageArtifact(), testing.tools.test_runner._TestCaseRunner::_RegenerateIfNeeded(), testing.tools.test_runner._PerProcessState::GetSkiaGoldTester(), testing.tools.test_runner._PerProcessConfig::InitializeFeatures(), testing.tools.test_runner.TestRunner::IsSkiaGoldEnabled(), testing.tools.test_runner._PerProcessConfig::NewFinder(), testing.tools.test_runner._TestCaseRunner::TestPixel(), and testing.tools.test_runner._TestCaseRunner::TestText().
const QRect* QQuickPixmapKey::region |
Definition at line 34 of file qquickpixmapcache_p.h.
const QSize* QQuickPixmapKey::size |
Definition at line 35 of file qquickpixmapcache_p.h.
const QUrl* QQuickPixmapKey::url |
Definition at line 33 of file qquickpixmapcache_p.h.