10#define ATTICA_FOLDER_H
12#include "attica_export.h"
14#include <QSharedDataPointer>
27 typedef QList<Folder> List;
111 QSharedDataPointer<Private> d;
Represents a single mail folder.
Definition folder.h:25
Folder & operator=(const Folder &other)
Assignment operator.
QString name() const
Gets the name of the Folder.
void setName(const QString &name)
Sets the name of the Folder.
void setType(const QString &type)
Sets the type of the folder.
QString type() const
Gets the type of the Folder.
bool isValid() const
Checks whether this Folder has an id.
Folder(const Folder &other)
Copy constructor.
Folder()
Creates an empty Folder.
int messageCount() const
Gets the number of messages in the Folder.
QString id() const
Gets the id of the Folder.
void setMessageCount(int messageCount)
Sets the number of messages in the Folder.
void setId(const QString &id)
Sets the id of the Folder.
The Attica namespace,.
Definition activity.h:21