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 94 of file addresseditwidget.h.
Constructor & Destructor Documentation
AddressTypeCombo::AddressTypeCombo | ( | QWidget * | parent = 0 | ) |
Creates a new address type combo.
- Parameters
-
parent The parent widget.
Definition at line 153 of file addresseditwidget.cpp.
AddressTypeCombo::~AddressTypeCombo | ( | ) |
Destroys the address type combo.
Definition at line 169 of file addresseditwidget.cpp.
Member Function Documentation
void AddressTypeCombo::setType | ( | KABC::Address::Type | type | ) |
Sets the type that shall be selected in the combobox.
Definition at line 173 of file addresseditwidget.cpp.
KABC::Address::Type AddressTypeCombo::type | ( | ) | const |
Returns the type that is currently selected.
Definition at line 184 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-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:28:43 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:28:43 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.