![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qnetworkcookie_p.h>
Public Member Functions | |
| QNetworkCookiePrivate ()=default | |
| Public Member Functions inherited from QSharedData | |
| QSharedData () noexcept | |
| Constructs a QSharedData object with a reference count of 0. | |
| QSharedData (const QSharedData &) noexcept | |
| Constructs a QSharedData object with reference count 0. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Static Public Member Functions | |
| static QList< QNetworkCookie > | parseSetCookieHeaderLine (QByteArrayView cookieString) |
Public Attributes | |
| QDateTime | expirationDate |
| QString | domain |
| QString | path |
| QString | comment |
| QByteArray | name |
| QByteArray | value |
| QNetworkCookie::SameSite | sameSite = QNetworkCookie::SameSite::Default |
| bool | secure = false |
| bool | httpOnly = false |
| Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 25 of file qnetworkcookie_p.h.
|
default |
|
static |
Definition at line 948 of file qnetworkcookie.cpp.
| QString QNetworkCookiePrivate::comment |
Definition at line 34 of file qnetworkcookie_p.h.
| QString QNetworkCookiePrivate::domain |
Definition at line 32 of file qnetworkcookie_p.h.
| QDateTime QNetworkCookiePrivate::expirationDate |
Definition at line 31 of file qnetworkcookie_p.h.
| bool QNetworkCookiePrivate::httpOnly = false |
Definition at line 39 of file qnetworkcookie_p.h.
| QByteArray QNetworkCookiePrivate::name |
Definition at line 35 of file qnetworkcookie_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QString QNetworkCookiePrivate::path |
Definition at line 33 of file qnetworkcookie_p.h.
| QNetworkCookie::SameSite QNetworkCookiePrivate::sameSite = QNetworkCookie::SameSite::Default |
Definition at line 37 of file qnetworkcookie_p.h.
| bool QNetworkCookiePrivate::secure = false |
Definition at line 38 of file qnetworkcookie_p.h.
| QByteArray QNetworkCookiePrivate::value |
Definition at line 36 of file qnetworkcookie_p.h.