akonadi/contact
addresseditwidget.h
A widget that shows a list of addresses for selection.
Definition addresseditwidget.h:42
void setCurrentAddress(const KABC::Address &address)
Sets the current address.
Definition addresseditwidget.cpp:121
void setAddresses(const KABC::Address::List &addresses)
Sets the list of addresses that can be chosen from.
Definition addresseditwidget.cpp:115
void selectionChanged(const KABC::Address &address)
This signal is emitted whenever the selection of the address has changed.
AddressSelectionWidget(QWidget *parent=0)
Creates a new address selection widget.
Definition addresseditwidget.cpp:105
virtual ~AddressSelectionWidget()
Destroys the address selection widget.
Definition addresseditwidget.cpp:111
KABC::Address currentAddress() const
Returns the current selected address.
Definition addresseditwidget.cpp:129
KABC::Address::Type type() const
Returns the type that is currently selected.
Definition addresseditwidget.cpp:183
AddressTypeCombo(QWidget *parent=0)
Creates a new address type combo.
Definition addresseditwidget.cpp:152
void setType(KABC::Address::Type type)
Sets the type that shall be selected in the combobox.
Definition addresseditwidget.cpp:172
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.