#include <sendlaterinfo.h>
|
enum | RecurrenceUnit { Days = 0
, Weeks
, Months
, Years
} |
|
Send later information.
Definition at line 17 of file sendlaterinfo.h.
◆ RecurrenceUnit
enum MessageComposer::SendLaterInfo::RecurrenceUnit |
◆ dateTime()
◆ isRecurrence()
bool SendLaterInfo::isRecurrence |
( |
| ) |
const |
|
nodiscard |
◆ isValid()
bool SendLaterInfo::isValid |
( |
| ) |
const |
|
nodiscard |
◆ itemId()
◆ lastDateTimeSend()
QDateTime SendLaterInfo::lastDateTimeSend |
( |
| ) |
const |
|
nodiscard |
◆ operator!=()
bool MessageComposer::SendLaterInfo::operator!= |
( |
const SendLaterInfo & | other | ) |
const |
|
inline |
◆ operator==()
bool SendLaterInfo::operator== |
( |
const SendLaterInfo & | other | ) |
const |
◆ recurrenceEachValue()
int SendLaterInfo::recurrenceEachValue |
( |
| ) |
const |
|
nodiscard |
◆ recurrenceUnit()
SendLaterInfo::RecurrenceUnit SendLaterInfo::recurrenceUnit |
( |
| ) |
const |
|
nodiscard |
◆ setDateTime()
void SendLaterInfo::setDateTime |
( |
const QDateTime & | time | ) |
|
◆ setItemId()
◆ setLastDateTimeSend()
void SendLaterInfo::setLastDateTimeSend |
( |
const QDateTime & | date | ) |
|
◆ setRecurrence()
void SendLaterInfo::setRecurrence |
( |
bool | b | ) |
|
◆ setRecurrenceEachValue()
void SendLaterInfo::setRecurrenceEachValue |
( |
int | value | ) |
|
◆ setRecurrenceUnit()
void SendLaterInfo::setRecurrenceUnit |
( |
SendLaterInfo::RecurrenceUnit | unit | ) |
|
◆ setSubject()
void SendLaterInfo::setSubject |
( |
const QString & | subject | ) |
|
◆ setTo()
void SendLaterInfo::setTo |
( |
const QString & | to | ) |
|
◆ subject()
QString SendLaterInfo::subject |
( |
| ) |
const |
|
nodiscard |
◆ to()
QString SendLaterInfo::to |
( |
| ) |
const |
|
nodiscard |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:33:26 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.