![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
The class exposing QNetworkCookie to QML. More...
#include <qmlcookie.h>
Public Member Functions | |
QmlCookie (QNetworkCookie *cookie, QObject *parent=nullptr) | |
Properties | |
QString | domain |
domain of the cookie More... | |
QDateTime | expirationDate |
expiration date of the cookie More... | |
QString | name |
name of the cookie More... | |
QString | path |
path of the cookie More... | |
bool | secure |
checks if cookie is secure More... | |
bool | session |
checks if cookie is a session cookie More... | |
QString | value |
value of the cookie More... | |
The class exposing QNetworkCookie to QML.
Definition at line 27 of file qmlcookie.h.
|
explicit |
Definition at line 21 of file qmlcookie.cpp.
|
read |
domain of the cookie
Definition at line 1 of file qmlcookie.h.
|
read |
expiration date of the cookie
Definition at line 1 of file qmlcookie.h.
|
read |
name of the cookie
Definition at line 1 of file qmlcookie.h.
|
read |
path of the cookie
Definition at line 1 of file qmlcookie.h.
|
read |
checks if cookie is secure
Definition at line 1 of file qmlcookie.h.
|
read |
checks if cookie is a session cookie
Definition at line 1 of file qmlcookie.h.
|
read |
value of the cookie
Definition at line 1 of file qmlcookie.h.