Falkon Develop
Cross-platform Qt-based web browser
QmlCookie Class Reference

The class exposing QNetworkCookie to QML. More...

#include <qmlcookie.h>

Inheritance diagram for QmlCookie:

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...
 

Detailed Description

The class exposing QNetworkCookie to QML.

Definition at line 27 of file qmlcookie.h.

Constructor & Destructor Documentation

◆ QmlCookie()

QmlCookie::QmlCookie ( QNetworkCookie *  cookie,
QObject *  parent = nullptr 
)
explicit

Definition at line 21 of file qmlcookie.cpp.

Property Documentation

◆ domain

QString QmlCookie::domain
read

domain of the cookie

Definition at line 1 of file qmlcookie.h.

◆ expirationDate

QDateTime QmlCookie::expirationDate
read

expiration date of the cookie

Definition at line 1 of file qmlcookie.h.

◆ name

QString QmlCookie::name
read

name of the cookie

Definition at line 1 of file qmlcookie.h.

◆ path

QString QmlCookie::path
read

path of the cookie

Definition at line 1 of file qmlcookie.h.

◆ secure

bool QmlCookie::secure
read

checks if cookie is secure

Definition at line 1 of file qmlcookie.h.

◆ session

bool QmlCookie::session
read

checks if cookie is a session cookie

Definition at line 1 of file qmlcookie.h.

◆ value

QString QmlCookie::value
read

value of the cookie

Definition at line 1 of file qmlcookie.h.


The documentation for this class was generated from the following files: