mailtransport
transportattribute.cpp
TransportAttribute(int id=-1)
Creates a new TransportAttribute.
Definition: transportattribute.cpp:35
int toInt(bool *ok, int base) const
static TransportManager * self()
Returns the TransportManager instance.
Definition: transportmanager.cpp:162
virtual ~TransportAttribute()
Destroys this TransportAttribute.
Definition: transportattribute.cpp:41
void setTransportId(int id)
Sets the transport id to use for sending this message.
Definition: transportattribute.cpp:77
int transportId() const
Returns the transport id to use for sending this message.
Definition: transportattribute.cpp:67
QByteArray number(int n, int base)
Transport * transport() const
Returns the transport object corresponding to the transport id contained in this attribute.
Definition: transportattribute.cpp:72
Represents the settings of a specific mail transport.
Definition: transport.h:50
Transport * transportById(int id, bool def=true) const
Returns the Transport object with the given id.
Definition: transportmanager.cpp:171
Attribute determining which transport to use for sending a message.
Definition: transportattribute.h:40
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.