Akonadi::SentActionAttribute
#include <sentactionattribute.h>
Classes | |
class | Action |
Public Member Functions | |
SentActionAttribute () | |
~SentActionAttribute () override | |
Action::List | actions () const |
void | addAction (Action::Type type, const QVariant &value) |
SentActionAttribute * | clone () const override |
void | deserialize (const QByteArray &data) override |
QByteArray | serialized () const override |
QByteArray | type () const override |
Public Member Functions inherited from Akonadi::Attribute |
Additional Inherited Members | |
Public Types inherited from Akonadi::Attribute | |
typedef QList< Attribute * > | List |
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 33 of file sentactionattribute.h.
Constructor & Destructor Documentation
◆ SentActionAttribute()
|
explicit |
Creates a new sent action attribute.
Definition at line 77 of file sentactionattribute.cpp.
◆ ~SentActionAttribute()
|
overridedefault |
Destroys the sent action attribute.
Member Function Documentation
◆ actions()
|
nodiscard |
Returns the list of actions.
Definition at line 89 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 84 of file sentactionattribute.cpp.
◆ clone()
|
overridevirtual |
Implements Akonadi::Attribute.
Definition at line 94 of file sentactionattribute.cpp.
◆ deserialize()
|
overridevirtual |
Implements Akonadi::Attribute.
Definition at line 127 of file sentactionattribute.cpp.
◆ serialized()
|
nodiscardoverridevirtual |
Implements Akonadi::Attribute.
Definition at line 108 of file sentactionattribute.cpp.
◆ type()
|
nodiscardoverridevirtual |
Implements Akonadi::Attribute.
Definition at line 102 of file sentactionattribute.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.