MessageComposer::SendLaterInfo
MessageComposer::SendLaterInfo Class Reference
#include <sendlaterinfo.h>
Public Types | |
enum | RecurrenceUnit { Days = 0, Weeks, Months, Years } |
Public Member Functions | |
QDateTime | dateTime () const |
bool | isRecurrence () const |
bool | isValid () const |
Akonadi::Item::Id | itemId () const |
QDateTime | lastDateTimeSend () const |
bool | operator!= (const SendLaterInfo &other) const |
bool | operator== (const SendLaterInfo &other) const |
int | recurrenceEachValue () const |
RecurrenceUnit | recurrenceUnit () const |
void | setDateTime (const QDateTime &time) |
void | setItemId (Akonadi::Item::Id id) |
void | setLastDateTimeSend (const QDateTime &date) |
void | setRecurrence (bool b) |
void | setRecurrenceEachValue (int value) |
void | setRecurrenceUnit (RecurrenceUnit unit) |
void | setSubject (const QString &subject) |
void | setTo (const QString &to) |
QString | subject () const |
QString | to () const |
Detailed Description
Send later information.
Definition at line 17 of file sendlaterinfo.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 Fri Dec 8 2023 03:55:35 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Dec 8 2023 03:55:35 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.