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