Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
doc_src_qcache.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

Go to the source code of this file.

Functions

employee setId (37)
 
employee setName ("Richard Schmit")
 
cache insert (employee->id(), employee)
 
QCache< int, MyDataStructure > cache (5000)
 [1]
 

Variables

QCache< int, Employeecache
 [0]
 
Employeeemployee = new Employee
 [0]
 

Function Documentation

◆ cache()

QCache< int, MyDataStructure > cache ( 5000 )

[1]

[2]

◆ insert()

◆ setId()

employee setId ( 37 )

◆ setName()

employee setName ( "Richard Schmit" )

Referenced by org.qtproject.qt.android.bluetooth.QtBluetoothInputStreamThread::QtBluetoothInputStreamThread(), org.qtproject.qt.android.bluetooth.QtBluetoothSocketServer::QtBluetoothSocketServer(), and QV4::Object::defineAccessorProperty().

+ Here is the caller graph for this function:

Variable Documentation

◆ cache

QCache< int, MyDataStructure > cache(5000)

[0]

[1]

[2]

Definition at line 5 of file doc_src_qcache.cpp.

Referenced by org.qtproject.qt.android.multimedia.QtVideoDeviceManager::QtVideoDeviceManager(), QQmlPropertyCacheVector::append(), QQmlPropertyCacheVector::appendOwn(), QtWaylandClient::DecorationsBlitter::blit(), QSGGradientCache::cacheForRhi(), QFontCache::cleanup(), QHostInfoCache::clear(), QWindowsThemeCache::clearAllThemeCaches(), QWindowsThemeCache::clearThemeCache(), convertWithPalette(), QV4::QObjectWrapper::create(), QDBusMetaObject::createMetaObject(), QQmlPropertyCacheCreator< ObjectContainer >::createMetaObject(), QWindowsThemeCache::createTheme(), QV4::Heap::RegExp::destroy(), QSGDefaultRenderContext::distanceFieldGlyphCache(), QDirectFbBlitter::drawCachedGlyphs(), QRasterPaintEngine::drawCachedGlyphs(), QOpenGL2PaintEngineExPrivate::drawCachedGlyphs(), QOpenGL2PaintEngineExPrivate::fill(), QV4::CompilationUnitMapper::get(), QHostInfoCache::get(), org.qtproject.qt.android.multimedia.QtVideoDeviceManager::getCameraCharacteristics(), QAbstractFileIconProviderPrivate::getPlatformThemeIcon(), QSGOpenVGRenderContext::glyphCache(), QFontEngine::glyphCache(), QQmlPrivate::inherits(), QSGOpenVGFontGlyphCacheManager::insertCache(), QV4::CompilationUnitMapper::invalidate(), QQmlDelegateModelPrivate::itemsInserted(), QQmlDelegateModelPrivate::itemsRemoved(), QQmlImportDatabase::locateLocalQmldir(), QAbstractItemModelTesterPrivate::nonDestructiveBasicTest(), QSQLiteDriver::open(), QQmlPropertyCache::originalClone(), QSGTextMaskMaterial::populate(), QQmlImports::populateCache(), QOpenGL2PaintEngineExPrivate::prepareForCachedGlyphDraw(), QQmlPropertyResolver::property(), QQmlInterceptorMetaObject::propertyCache(), QHostInfoCache::put(), Q_LOGGING_CATEGORY(), qQmlPropertyCacheProperty(), QQmlComponentAndAliasResolver< ObjectContainer >::resolve(), QQmlPendingGroupPropertyBindings::resolveMissingPropertyCaches(), SignalHandlerResolver::resolveSignalHandlerExpressions(), QGraphicsItem::scroll(), QGraphicsItem::setCacheMode(), QFontEngine::setGlyphCache(), ListModel::setOrCreateProperty(), QQmlMetaTypeData::setPropertyCacheForVersion(), QGeoTiledMappingManagerEngine::setTileCache(), QV4::ResolvedTypeReference::setTypePropertyCache(), QGraphicsItem::update(), and ListModel::updateTranslations().

◆ employee

Employee* employee = new Employee

[0]

[1]

Definition at line 10 of file doc_src_qcache.cpp.