Attica::Message

Search for usage in LXR

Attica::Message Class Reference

#include <Attica/Message>

Public Types

typedef QList< MessageList
 
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
 
Messageoperator= (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

Represents a message.

Definition at line 26 of file message.h.


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

KDE's Doxygen guidelines are available online.