Attica
12#include "attica_export.h"
15#include <QSharedDataPointer>
121 qulonglong
quota()
const;
137 qulonglong
free()
const;
153 qulonglong
used()
const;
void setUrl(const QString &url)
Sets the url of the Cloud service.
QString url() const
Gets the url of the Cloud service.
void setQuota(qulonglong quota)
Sets the quota of the Cloud service.
void setRelative(float relative)
Sets the relative of the Cloud service.
void setUsed(qulonglong used)
Sets the used amount of the Cloud service.
QUrl icon() const
Gets the icon of the Cloud service.
QString name() const
Gets the name of the Cloud service.
Cloud & operator=(const Cloud &other)
Assignment operator.
qulonglong quota() const
Gets the quota of the Cloud service.
void setKey(const QString &privateKey)
Sets the private key of the Cloud service.
void setName(const QString &name)
Sets the name of the Cloud service.
void setFree(qulonglong free)
Sets the free amount of the Cloud service.
qulonglong free() const
Gets the free amount of the Cloud service.
float relative() const
Gets the relative of the Cloud service.
QString key() const
Gets the private key of the Cloud service.
void setIcon(const QUrl &icon)
Sets the icon of the Cloud service.
Cloud()
Creates an empty Cloud.
qulonglong used() const
Gets the used amount of the Cloud service.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:04 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.