marble
Marble::DownloadPolicyKey Class Reference
#include <DownloadPolicy.h>
Public Member Functions | |
DownloadPolicyKey () | |
DownloadPolicyKey (const QStringList &hostNames, const DownloadUsage usage) | |
DownloadPolicyKey (const QString &hostName, const DownloadUsage usage) | |
QStringList | hostNames () const |
bool | matches (const QString &hostName, const DownloadUsage usage) const |
void | setHostNames (const QStringList &hostNames) |
void | setUsage (DownloadUsage const usage) |
DownloadUsage | usage () const |
Friends | |
bool | operator== (DownloadPolicyKey const &lhs, DownloadPolicyKey const &rhs) |
Detailed Description
Definition at line 27 of file DownloadPolicy.h.
Constructor & Destructor Documentation
Marble::DownloadPolicyKey::DownloadPolicyKey | ( | ) |
Definition at line 21 of file DownloadPolicy.cpp.
Marble::DownloadPolicyKey::DownloadPolicyKey | ( | const QStringList & | hostNames, |
const DownloadUsage | usage | ||
) |
Definition at line 27 of file DownloadPolicy.cpp.
Marble::DownloadPolicyKey::DownloadPolicyKey | ( | const QString & | hostName, |
const DownloadUsage | usage | ||
) |
Definition at line 34 of file DownloadPolicy.cpp.
Member Function Documentation
QStringList Marble::DownloadPolicyKey::hostNames | ( | ) | const |
Definition at line 41 of file DownloadPolicy.cpp.
bool Marble::DownloadPolicyKey::matches | ( | const QString & | hostName, |
const DownloadUsage | usage | ||
) | const |
Definition at line 61 of file DownloadPolicy.cpp.
void Marble::DownloadPolicyKey::setHostNames | ( | const QStringList & | hostNames | ) |
Definition at line 46 of file DownloadPolicy.cpp.
void Marble::DownloadPolicyKey::setUsage | ( | DownloadUsage const | usage | ) |
Definition at line 56 of file DownloadPolicy.cpp.
DownloadUsage Marble::DownloadPolicyKey::usage | ( | ) | const |
Definition at line 51 of file DownloadPolicy.cpp.
Friends And Related Function Documentation
|
friend |
Definition at line 49 of file DownloadPolicy.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.