Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRangeModelDetails::PropertyCache Struct Reference

#include <qrangemodel_impl.h>

Inheritance diagram for QRangeModelDetails::PropertyCache:
Collaboration diagram for QRangeModelDetails::PropertyCache:

Public Member Functions

void invalidateCaches ()

Public Attributes

QHash< int, QMetaPropertyproperties

Static Public Attributes

static constexpr bool cachesProperties = true

Protected Member Functions

 ~PropertyCache ()=default

Detailed Description

Definition at line 839 of file qrangemodel_impl.h.

Constructor & Destructor Documentation

◆ ~PropertyCache()

QRangeModelDetails::PropertyCache::~PropertyCache ( )
protecteddefault

Member Function Documentation

◆ invalidateCaches()

void QRangeModelDetails::PropertyCache::invalidateCaches ( )
inline

Definition at line 844 of file qrangemodel_impl.h.

Member Data Documentation

◆ cachesProperties

bool QRangeModelDetails::PropertyCache::cachesProperties = true
staticconstexpr

Definition at line 841 of file qrangemodel_impl.h.

◆ properties

QHash<int, QMetaProperty> QRangeModelDetails::PropertyCache::properties
mutable

Definition at line 842 of file qrangemodel_impl.h.


The documentation for this struct was generated from the following file: