8#ifndef ATTICA_CATEGORY_H
9#define ATTICA_CATEGORY_H
12#include <QSharedDataPointer>
14#include "attica_export.h"
26 typedef QList<Category> List;
104 QSharedDataPointer<Private> d;
Represents a single content category.
Definition category.h:24
Category & operator=(const Category &other)
Assignment operator.
Category()
Creates an empty Category.
void setName(const QString &name)
Sets the name of the Category.
QString displayName() const
Gets the display name of the Category.
QString id() const
Gets the id of the Category.
bool isValid() const
Checks whether this Category has an id.
Category(const Category &other)
Copy constructor.
QString name() const
Gets the name of the Category.
void setDisplayName(const QString &name)
Sets the display name of the Category.
void setId(const QString &)
Sets the id of the Category.
The Attica namespace,.
Definition activity.h:21