mailtransport
#include <sentactionattribute.h>
Inherits Akonadi::Attribute.
Classes | |
class | Action |
Public Member Functions | |
SentActionAttribute () | |
virtual | ~SentActionAttribute () |
Action::List | actions () const |
void | addAction (Action::Type type, const QVariant &value) |
virtual SentActionAttribute * | clone () const |
virtual void | deserialize (const QByteArray &data) |
virtual QByteArray | serialized () const |
virtual QByteArray | type () const |
Detailed Description
An Attribute that stores the action to execute after sending.
This attribute stores the action that will be executed by the mail dispatcher after a mail has successfully be sent.
- Since
- 4.6
Definition at line 43 of file sentactionattribute.h.
Constructor & Destructor Documentation
◆ SentActionAttribute()
|
explicit |
Creates a new sent action attribute.
Definition at line 100 of file sentactionattribute.cpp.
◆ ~SentActionAttribute()
|
virtual |
Destroys the sent action attribute.
Definition at line 105 of file sentactionattribute.cpp.
Member Function Documentation
◆ actions()
SentActionAttribute::Action::List SentActionAttribute::actions | ( | ) | const |
Returns the list of actions.
Definition at line 115 of file sentactionattribute.cpp.
◆ addAction()
void SentActionAttribute::addAction | ( | Action::Type | type, |
const QVariant & | value | ||
) |
Adds a new action to the attribute.
- Parameters
-
type The type of the action that shall be executed. value The action specific argument.
Definition at line 110 of file sentactionattribute.cpp.
◆ clone()
|
virtual |
Definition at line 120 of file sentactionattribute.cpp.
◆ deserialize()
|
virtual |
Definition at line 152 of file sentactionattribute.cpp.
◆ serialized()
|
virtual |
Definition at line 134 of file sentactionattribute.cpp.
◆ type()
|
virtual |
Definition at line 128 of file sentactionattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.