akonadi/contact
AddressTypeCombo Class Reference
#include <addresseditwidget.h>
Inherits KComboBox.
Public Member Functions | |
AddressTypeCombo (QWidget *parent=0) | |
~AddressTypeCombo () | |
void | setType (KABC::Address::Type type) |
KABC::Address::Type | type () const |
Detailed Description
A widget for selecting the type of an address.
Definition at line 96 of file addresseditwidget.h.
Constructor & Destructor Documentation
|
explicit |
Creates a new address type combo.
- Parameters
-
parent The parent widget.
Definition at line 152 of file addresseditwidget.cpp.
AddressTypeCombo::~AddressTypeCombo | ( | ) |
Destroys the address type combo.
Definition at line 168 of file addresseditwidget.cpp.
Member Function Documentation
void AddressTypeCombo::setType | ( | KABC::Address::Type | type | ) |
Sets the type that shall be selected in the combobox.
- Parameters
-
type KABC address type to set.
Definition at line 172 of file addresseditwidget.cpp.
KABC::Address::Type AddressTypeCombo::type | ( | ) | const |
Returns the type that is currently selected.
Definition at line 183 of file addresseditwidget.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:19 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:38:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.