mailtransport
MailTransport::TransportComboBox Class Reference
#include <transportcombobox.h>
Inherits KComboBox.
Detailed Description
A combo-box for selecting a mail transport.Definition at line 34 of file transportcombobox.h.
Public Member Functions | |
int | currentTransportId () const |
void | setCurrentTransport (int transportId) |
TransportComboBox (QWidget *parent=0) | |
TransportBase::EnumType::type | transportType () const |
Constructor & Destructor Documentation
TransportComboBox::TransportComboBox | ( | QWidget * | parent = 0 |
) |
Creates a new mail transport selection combo box.
- Parameters:
-
parent The paren widget.
Definition at line 41 of file transportcombobox.cpp.
Member Function Documentation
int TransportComboBox::currentTransportId | ( | ) | const |
Returns identifier of the currently selected mail transport.
Definition at line 54 of file transportcombobox.cpp.
void TransportComboBox::setCurrentTransport | ( | int | transportId | ) |
Selects the given transport.
- Parameters:
-
transportId The transport identifier.
Definition at line 62 of file transportcombobox.cpp.
TransportBase::EnumType::type TransportComboBox::transportType | ( | ) | const |
The documentation for this class was generated from the following files: