mailtransport
transportcombobox.cpp
TransportBase::EnumType::type transportType() const
Returns the type of the selected transport.
Definition: transportcombobox.cpp:67
void setCurrentTransport(int transportId)
Selects the given transport.
Definition: transportcombobox.cpp:59
TransportComboBox(QWidget *parent=0)
Creates a new mail transport selection combo box.
Definition: transportcombobox.cpp:38
int currentTransportId() const
Returns identifier of the currently selected mail transport.
Definition: transportcombobox.cpp:51
void updateComboboxList()
Definition: transportcombobox.cpp:73
Transport * transportById(int id, bool def=true) const
Returns the Transport object with the given id.
Definition: transportmanager.cpp:171
Q_SCRIPTABLE QStringList transportNames() const
Returns a list of transport names.
Definition: transportmanager.cpp:358
static TransportManager * self()
Returns the TransportManager instance.
Definition: transportmanager.cpp:162
Q_SCRIPTABLE int defaultTransportId() const
Returns the default transport identifier.
Definition: transportmanager.cpp:376
Q_SCRIPTABLE QList< int > transportIds() const
Returns a list of transport identifiers.
Definition: transportmanager.cpp:349
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.