Akonadi::TransportAttribute
Akonadi::TransportAttribute Class Reference
#include <transportattribute.h>
Inheritance diagram for Akonadi::TransportAttribute:

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 |
Additional Inherited Members | |
![]() | |
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
◆ 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()
int TransportAttribute::transportId | ( | ) | const |
Returns the transport id to use for sending this message.
- See also
- TransportManager.
Definition at line 46 of file transportattribute.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:11 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:11 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.