![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
| QDeadlineTimer | timer |
| QByteArray | key |
| Node * | previous = nullptr |
| Node * | next = nullptr |
| CacheableObject * | object = nullptr |
| int | useCount = 0 |
Definition at line 18 of file qnetworkaccesscache.cpp.
| QByteArray QNetworkAccessCache::Node::key |
Definition at line 21 of file qnetworkaccesscache.cpp.
Definition at line 24 of file qnetworkaccesscache.cpp.
| CacheableObject * QNetworkAccessCache::Node::object = nullptr |
Definition at line 25 of file qnetworkaccesscache.cpp.
Definition at line 23 of file qnetworkaccesscache.cpp.
| QDeadlineTimer QNetworkAccessCache::Node::timer |
Definition at line 20 of file qnetworkaccesscache.cpp.
| int QNetworkAccessCache::Node::useCount = 0 |
Definition at line 27 of file qnetworkaccesscache.cpp.