![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qhstsstore_p.h>
Public Member Functions | |
| QHstsStore (const QString &dirName) | |
| ~QHstsStore () | |
| QList< QHstsPolicy > | readPolicies () |
| void | addToObserved (const QHstsPolicy &policy) |
| void | synchronize () |
| bool | isWritable () const |
Static Public Member Functions | |
| static QString | absoluteFilePath (const QString &dirName) |
Definition at line 32 of file qhstsstore_p.h.
|
explicit |
Definition at line 34 of file qhstsstore.cpp.
| QHstsStore::~QHstsStore | ( | ) |
Definition at line 41 of file qhstsstore.cpp.
Definition at line 102 of file qhstsstore.cpp.
| void QHstsStore::addToObserved | ( | const QHstsPolicy & | policy | ) |
Definition at line 72 of file qhstsstore.cpp.
| bool QHstsStore::isWritable | ( | ) | const |
Definition at line 97 of file qhstsstore.cpp.
| QList< QHstsPolicy > QHstsStore::readPolicies | ( | ) |
Definition at line 46 of file qhstsstore.cpp.
| void QHstsStore::synchronize | ( | ) |
Definition at line 77 of file qhstsstore.cpp.