Marble
5 #ifndef MARBLE_DOWNLOADPOLICY_H
6 #define MARBLE_DOWNLOADPOLICY_H
11 #include "MarbleGlobal.h"
16 class DownloadPolicyKey
18 friend bool operator==( DownloadPolicyKey
const & lhs, DownloadPolicyKey
const & rhs );
38 inline bool operator==(
const DownloadPolicyKey & lhs,
const DownloadPolicyKey & rhs )
40 return lhs.m_hostNames == rhs.m_hostNames && lhs.m_usage == rhs.m_usage;
46 friend bool operator==(
const DownloadPolicy & lhs,
const DownloadPolicy & rhs );
50 explicit DownloadPolicy(
const DownloadPolicyKey & key );
52 int maximumConnections()
const;
53 void setMaximumConnections(
const int );
55 DownloadPolicyKey key()
const;
58 DownloadPolicyKey m_key;
59 int m_maximumConnections;
62 inline bool operator==(
const DownloadPolicy & lhs,
const DownloadPolicy & rhs )
64 return lhs.m_key == rhs.m_key && lhs.m_maximumConnections == rhs.m_maximumConnections;
DownloadUsage
This enum is used to describe the type of download.
bool operator==(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)
Binds a QML item to a specific geodetic location in screen coordinates.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Sep 25 2023 03:50:18 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.