mailtransport
transportcombobox.cpp
TransportBase::EnumType::type transportType() const
Returns the type of the selected transport.
Definition: transportcombobox.cpp:67
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 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
void updateComboboxList()
Definition: transportcombobox.cpp:73
bool invokeMethod(QObject *obj, const char *member, Qt::ConnectionType type, QGenericReturnArgument ret, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9)
int currentTransportId() const
Returns identifier of the currently selected mail transport.
Definition: transportcombobox.cpp:51
Q_SCRIPTABLE QList< int > transportIds() const
Returns a list of transport identifiers.
Definition: transportmanager.cpp:349
void setCurrentTransport(int transportId)
Selects the given transport.
Definition: transportcombobox.cpp:59
Transport * transportById(int id, bool def=true) const
Returns the Transport object with the given id.
Definition: transportmanager.cpp:171
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:49 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:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.