Akonadi::SentActionAttribute
Akonadi::SentActionAttribute Class Reference
#include <sentactionattribute.h>
Inheritance diagram for Akonadi::SentActionAttribute:

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 |
Additional Inherited Members | |
![]() | |
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()
SentActionAttribute::Action::List SentActionAttribute::actions | ( | ) | const |
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.
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 Sat Sep 30 2023 03:51:10 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Sep 30 2023 03:51:10 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.