10#ifndef ATTICA_DISTRIBUTION_H
11#define ATTICA_DISTRIBUTION_H
13#include <QSharedDataPointer>
16#include "attica_export.h"
29 typedef QList<Distribution> List;
64 void setName(
const QString &name);
68 QSharedDataPointer<Private> d;
The Distribution class contains information about one distribution that the server offers.
Definition distribution.h:27
~Distribution()
Destructor.
Distribution()
Creates an empty Distribution.
Distribution(const Distribution &other)
Copy constructor.
Distribution & operator=(const Distribution &other)
Assignment operator.
The Attica namespace,.
Definition activity.h:21