Akonadi::DispatchModeAttribute
#include <dispatchmodeattribute.h>
Public Types | |
enum | DispatchMode { Automatic , Manual } |
Public Types inherited from Akonadi::Attribute | |
typedef QList< Attribute * > | List |
Public Member Functions | |
DispatchModeAttribute (DispatchMode mode=Automatic) | |
~DispatchModeAttribute () override | |
DispatchModeAttribute * | clone () const override |
void | deserialize (const QByteArray &data) override |
DispatchMode | dispatchMode () const |
QDateTime | sendAfter () const |
QByteArray | serialized () const override |
void | setDispatchMode (DispatchMode mode) |
void | setSendAfter (const QDateTime &date) |
QByteArray | type () const override |
Public Member Functions inherited from Akonadi::Attribute |
Detailed Description
Attribute determining how and when a message from the outbox should be dispatched.
Messages can be sent immediately, sent only when the user explicitly requests it, or sent automatically at a certain date and time.
- Since
- 4.4
Definition at line 29 of file dispatchmodeattribute.h.
Member Enumeration Documentation
◆ DispatchMode
Determines how the message is sent.
Enumerator | |
---|---|
Automatic | Send message as soon as possible, but no earlier than. |
Manual | specified by setSendAfter() Send message only when the user requests so. |
Definition at line 35 of file dispatchmodeattribute.h.
Constructor & Destructor Documentation
◆ DispatchModeAttribute()
|
explicit |
Creates a new DispatchModeAttribute.
Definition at line 22 of file dispatchmodeattribute.cpp.
◆ ~DispatchModeAttribute()
|
overridedefault |
Destroys the DispatchModeAttribute.
Member Function Documentation
◆ clone()
|
overridevirtual |
Implements Akonadi::Attribute.
Definition at line 30 of file dispatchmodeattribute.cpp.
◆ deserialize()
|
overridevirtual |
Implements Akonadi::Attribute.
Definition at line 60 of file dispatchmodeattribute.cpp.
◆ dispatchMode()
|
nodiscard |
Returns the dispatch mode for the message.
- See also
- DispatchMode.
Definition at line 76 of file dispatchmodeattribute.cpp.
◆ sendAfter()
|
nodiscard |
Returns the date and time when the message should be sent.
Only valid if dispatchMode() is Automatic.
Definition at line 86 of file dispatchmodeattribute.cpp.
◆ serialized()
|
nodiscardoverridevirtual |
Implements Akonadi::Attribute.
Definition at line 43 of file dispatchmodeattribute.cpp.
◆ setDispatchMode()
void DispatchModeAttribute::setDispatchMode | ( | DispatchMode | mode | ) |
Sets the dispatch mode for the message.
- Parameters
-
mode the dispatch mode to set
- See also
- DispatchMode.
Definition at line 81 of file dispatchmodeattribute.cpp.
◆ setSendAfter()
void DispatchModeAttribute::setSendAfter | ( | const QDateTime & | date | ) |
Sets the date and time when the message should be sent.
- Parameters
-
date the date and time to set
- See also
- setDispatchMode.
Definition at line 91 of file dispatchmodeattribute.cpp.
◆ type()
|
nodiscardoverridevirtual |
Implements Akonadi::Attribute.
Definition at line 37 of file dispatchmodeattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.