![]() |
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 23 of file qnetworkaccesscache.cpp.
| QByteArray QNetworkAccessCache::Node::key |
Definition at line 26 of file qnetworkaccesscache.cpp.
| Node * QNetworkAccessCache::Node::next = nullptr |
Definition at line 29 of file qnetworkaccesscache.cpp.
| CacheableObject * QNetworkAccessCache::Node::object = nullptr |
Definition at line 30 of file qnetworkaccesscache.cpp.
| Node * QNetworkAccessCache::Node::previous = nullptr |
Definition at line 28 of file qnetworkaccesscache.cpp.
| QDeadlineTimer QNetworkAccessCache::Node::timer |
Definition at line 25 of file qnetworkaccesscache.cpp.
| int QNetworkAccessCache::Node::useCount = 0 |
Definition at line 32 of file qnetworkaccesscache.cpp.