Akonadi::TransportAttribute
#include <transportattribute.h>
Public Member Functions | |
TransportAttribute (int id=-1) | |
~TransportAttribute () override | |
TransportAttribute * | clone () const override |
void | deserialize (const QByteArray &data) override |
QByteArray | serialized () const override |
void | setTransportId (int id) |
int | transportId () const |
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
Attribute determining which transport to use for sending a message.
- See also
- mailtransport
- TransportManager.
- Since
- 4.4
Definition at line 28 of file transportattribute.h.
Constructor & Destructor Documentation
◆ TransportAttribute()
|
explicit |
Creates a new TransportAttribute.
Definition at line 17 of file transportattribute.cpp.
◆ ~TransportAttribute()
|
overridedefault |
Destroys this TransportAttribute.
Member Function Documentation
◆ clone()
|
overridevirtual |
Implements Akonadi::Attribute.
Definition at line 25 of file transportattribute.cpp.
◆ deserialize()
|
overridevirtual |
Implements Akonadi::Attribute.
Definition at line 41 of file transportattribute.cpp.
◆ serialized()
|
nodiscardoverridevirtual |
Implements Akonadi::Attribute.
Definition at line 36 of file transportattribute.cpp.
◆ setTransportId()
void TransportAttribute::setTransportId | ( | int | id | ) |
Sets the transport id to use for sending this message.
Definition at line 51 of file transportattribute.cpp.
◆ transportId()
|
nodiscard |
Returns the transport id to use for sending this message.
- See also
- TransportManager.
Definition at line 46 of file transportattribute.cpp.
◆ type()
|
nodiscardoverridevirtual |
Implements Akonadi::Attribute.
Definition at line 30 of file transportattribute.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.