mailtransport
transportcombobox.cpp
TransportBase::EnumType::type transportType() const
Returns the type of the selected transport.
Definition: transportcombobox.cpp:68
static TransportManager * self()
Returns the TransportManager instance.
Definition: transportmanager.cpp:163
Q_SCRIPTABLE int defaultTransportId() const
Returns the default transport identifier.
Definition: transportmanager.cpp:377
Q_SCRIPTABLE QStringList transportNames() const
Returns a list of transport names.
Definition: transportmanager.cpp:359
TransportComboBox(QWidget *parent=0)
Creates a new mail transport selection combo box.
Definition: transportcombobox.cpp:39
void updateComboboxList()
Definition: transportcombobox.cpp:74
int currentTransportId() const
Returns identifier of the currently selected mail transport.
Definition: transportcombobox.cpp:52
Q_SCRIPTABLE QList< int > transportIds() const
Returns a list of transport identifiers.
Definition: transportmanager.cpp:350
void setCurrentTransport(int transportId)
Selects the given transport.
Definition: transportcombobox.cpp:60
Transport * transportById(int id, bool def=true) const
Returns the Transport object with the given id.
Definition: transportmanager.cpp:172
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:01 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:01 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.