Attica::Message
Attica::Message Class Reference
#include <Attica/Message>
Public Types | |
typedef QList< Message > | List |
enum | Status { Unread = 0, Read = 1, Answered = 2 } |
Public Member Functions | |
Message (const Message &other) | |
QString | body () const |
QString | from () const |
QString | id () const |
bool | isValid () const |
Message & | operator= (const Message &other) |
QDateTime | sent () const |
void | setBody (const QString &) |
void | setFrom (const QString &) |
void | setId (const QString &) |
void | setSent (const QDateTime &) |
void | setStatus (Status) |
void | setSubject (const QString &) |
void | setTo (const QString &) |
Status | status () const |
QString | subject () const |
QString | to () const |
Detailed Description
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Nov 29 2023 04:07:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Nov 29 2023 04:07:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.