Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QHstsStore Class Reference

#include <qhstsstore_p.h>

Collaboration diagram for QHstsStore:

Public Member Functions

 QHstsStore (const QString &dirName)
 ~QHstsStore ()
QList< QHstsPolicyreadPolicies ()
void addToObserved (const QHstsPolicy &policy)
void synchronize ()
bool isWritable () const

Static Public Member Functions

static QString absoluteFilePath (const QString &dirName)

Detailed Description

Definition at line 32 of file qhstsstore_p.h.

Constructor & Destructor Documentation

◆ QHstsStore()

QHstsStore::QHstsStore ( const QString & dirName)
explicit

Definition at line 34 of file qhstsstore.cpp.

◆ ~QHstsStore()

QHstsStore::~QHstsStore ( )

Definition at line 41 of file qhstsstore.cpp.

Member Function Documentation

◆ absoluteFilePath()

QString QHstsStore::absoluteFilePath ( const QString & dirName)
static

Definition at line 102 of file qhstsstore.cpp.

◆ addToObserved()

void QHstsStore::addToObserved ( const QHstsPolicy & policy)

Definition at line 72 of file qhstsstore.cpp.

◆ isWritable()

bool QHstsStore::isWritable ( ) const

Definition at line 97 of file qhstsstore.cpp.

◆ readPolicies()

QList< QHstsPolicy > QHstsStore::readPolicies ( )

Definition at line 46 of file qhstsstore.cpp.

◆ synchronize()

void QHstsStore::synchronize ( )

Definition at line 77 of file qhstsstore.cpp.


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